cURL
curl --request GET \ --url https://modellixapi.jpushoa.com/api/v1/tasks/{task_id} \ --header 'Authorization: Bearer <token>'
200
pending
{ "code": 0, "message": "success", "data": { "status": "pending", "task_id": "task-abc123", "model_id": "qwen-image-plus" }}
Query the status and results of an async task by task_id
API Key authentication. Format: Bearer YOUR_API_KEY
Task ID returned by async interface
"task-abc123"
Task found
Response code, 0 indicates success
0
Response message
"success"
Show child attributes