cURL
curl --request POST \ --url https://api.siliconflow.cn/v1/video/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "requestId": "<string>" } '
{ "status": "Succeed", "reason": "<string>", "results": { "videos": [ { "url": "<string>" } ], "timings": { "inference": 123 }, "seed": 123 } }
Get the user-generated video. The URL for the generated video is valid for one hour. Please make sure to download and store it promptly to avoid any issues due to URL expiration.
Use the following format for authentication: Bearer
The requestId returned by the interface submit.
Successful response
Status of the operation. Possible values are 'Succeed','InQueue','InProgress','Failed'.
Succeed
InQueue
InProgress
Failed
Reason for the operation
Show child attributes
The URL for the generated video is valid for one hour. Please make sure to download and store it promptly to avoid any issues due to URL expiration.
Inference time
Seed value