curl --location 'https://openai.qiniu.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": "string",
"source": "string",
"timestamp": "2019-08-24T14:15:22.123Z"
}
],
"metrics": {
"inference_time": 0
},
"detail": null,
"result": {
"video": {
"url": "http://example.com",
"content_type": "video/mp4",
"file_name": "string",
"file_size": 0
}
}
}