Authorization: Bearer ********************
{
"video_url": "https://v3.fal.media/files/kangaroo/y5-1YTGpun17eSeggZMzX_video-1733468228.mp4",
"upscale_factor": 2.1,
"target_fps": 16
}
curl --location --request POST 'https://api.chatfire.cn/fal-ai/topaz/upscale/video' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url": "https://v3.fal.media/files/kangaroo/y5-1YTGpun17eSeggZMzX_video-1733468228.mp4",
"upscale_factor": 2.1,
"target_fps": 16
}'
{
"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
}