Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://utoken.yoostudio.ai/v1/videos/{task_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "model": "<string>", "status": "<string>", "progress": 123, "created_at": 123, "seconds": "<string>" }
OpenAI 兼容的视频任务状态查询接口。
返回视频任务的详细状态信息。
Use Bearer Token authentication Format: Authorization: Bearer sk-xxxxxx
Video Task ID
Success - Video Task Status retrieved
此页面对您有帮助吗?