cURL
curl --request POST \ --url https://api.siliconflow.com/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.
Succeed
InQueue
InProgress
Failed
Show child attributes