cURL
curl --request GET \ --url https://api.aisa.one/apis/v1/services/aigc/tasks \ --header 'Authorization: Bearer <token>'
{ "request_id": "<string>", "output": { "task_id": "<string>", "task_status": "PENDING", "video_url": "<string>", "submit_time": "<string>", "scheduled_time": "<string>", "end_time": "<string>", "orig_prompt": "<string>" }, "usage": { "input_video_duration": 123, "output_video_duration": 123, "duration": 123, "video_count": 123, "SR": 123 } }
Poll the status and result of an asynchronous video generation task.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Task status response
Show child attributes