Video Tools
Last updated
Last updated
POST /api/v1/ffmpeg_compose HTTP/1.1
Host: api.zero2launch.com
X-API-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 100
{
"inputs": [
{
"file_url": "https://example.com"
}
],
"outputs": [
{
"filename": "text",
"operation": "concat"
}
]
}{
"job_id": "text",
"status": "text"
}