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.
https://api.superaiglobal.com/v1/queryTask/{taskUUID}/creations
{your api key}
curl -X GET "https://api.superaiglobal.com/v1/queryTask/f5739925-fa8f-41c8-8f33-88aeba1ed365/creations" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer your_api_key_here"
{ "code": "200", "message": "success", "data": { "taskStatus": "queued", "result": {} } }
{ "code": "200", "message": "success", "data": { "taskStatus": "running", "result": {} } }
{ "code": "200", "message": "success", "data": { "taskStatus": "succeeded", "result": { "status": "successed", "time_used": 75, "video_url": "https://upload.superaiglobal.com/upload/aigc_video/24/24b65313f9f5cdda46327058e1f551f2.mp4", "thumb_path": "https://upload.superaiglobal.com/upload/video_thumb/20251127/56b4ba3a19d9cfa30778f6d7d64844da.jpg" } } }
{ "code": "404", "message": "Task not found: undefined", "data": null }