🚀 Modellix is launching to production soon! Stay tuned at modellix.ai. 👏 Apply to join the Core Integrator Program and get a $10-$30 bonus.
cURL
curl --request GET \ --url https://api.modellix.ai/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