Task Management
The current task documentation primarily presents query pages organized by model family. The video section now focuses on Grok first, while Suno continues to retain its independent task query.Grok Video Task Query
GET /v1/videos/{task_id} for querying the status of a Grok video task.Suno Tasks
GET /suno/fetch/{id} and POST /suno/fetch.Route List
| Method | Path | Description |
|---|---|---|
GET | /v1/videos/{task_id} | Video task query |
GET | /v1/videos/{task_id}/content | Proxy download of video results |
GET | /suno/fetch/{id} | Suno single task query |
POST | /suno/fetch | Suno batch query |