Authorization: Bearer ********************
{
"tracks": [
{
"id": "",
"type": "",
"keyframes": [
{
"url": ""
}
]
}
]
}
curl --location --request POST 'https://api.chatfire.cn/fal-ai/ffmpeg-api/compose' \
--header 'Content-Type: application/json' \
--data-raw '{
"tracks": [
{
"id": "",
"type": "",
"keyframes": [
{
"url": ""
}
]
}
]
}'
{
"status": "IN_QUEUE",
"request_id": "657d107c-b316-443f-87cf-7ae6c7f964dc",
"response_url": "https://queue.fal.run/fal-ai/topaz/requests/657d107c-b316-443f-87cf-7ae6c7f964dc",
"status_url": "https://queue.fal.run/fal-ai/topaz/requests/657d107c-b316-443f-87cf-7ae6c7f964dc/status",
"cancel_url": "https://queue.fal.run/fal-ai/topaz/requests/657d107c-b316-443f-87cf-7ae6c7f964dc/cancel",
"logs": null,
"metrics": {},
"queue_position": 0
}