English
cURL
curl --request GET \ --url https://proxy.innk.cc/suno/fetch/{task_id} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "message": "<string>", "data": { "task_id": "<string>", "notify_hook": "<string>", "action": "<string>", "status": "<string>", "fail_reason": "<string>", "submit_time": 123, "start_time": 123, "finish_time": 123, "progress": "<string>", "data": { "id": "<string>", "text": "<string>", "title": "<string>", "status": "<string>" } } }
Query a single task
The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.
Bearer <API_KEY>
<API_KEY>
Task ID
successful response
Show child attributes
Was this page helpful?