curl --location 'https://api.qnaigc.com/queue/fal-ai/kling-video/requests//status' \
--header 'Authorization: Bearer <token>'{
"status": "IN_QUEUE",
"request_id": "string",
"response_url": "http://example.com",
"status_url": "http://example.com",
"queue_position": 0,
"logs": [
{
"message": "string",
"level": "STDERR",
"source": "string",
"timestamp": "2019-08-24T14:15:22.123Z"
}
],
"metrics": {
"inference_time": 18.5
},
"detail": null,
"result": {
"video": {
"url": "https://cdn.example.com/output/video.mp4",
"content_type": "video/mp4",
"duration": 5,
"file_name": "output.mp4",
"file_size": 0
}
}
}