Query Video Generation Status
Run in Apifox
Query the video generation status and result of the kling-video-o1 model by video task ID. It is recommended to poll periodically until the status becomes completed or failed.
Request Add parameter in header Authorization
Example: Authorization: ********************
or
Request Code Samples
curl --location 'https://api-xmodel.nexconn.ai/v1/videos/qvideo-user123-1766391125174150336' \
--header 'Authorization: <api-key>' Responses Successfully retrieved video task status
{
"id" : "qvideo-user123-1766391125174150336" ,
"object" : "video" ,
"model" : "kling-video-o1" ,
"status" : "in_progress" ,
"created_at" : 1766391125 ,
"updated_at" : 1766391150
}
Modified at 2026-04-24 10:39:56