Status Descriptions
- PENDING: Task is waiting to be processed
- TEXT_SUCCESS: Lyrics/text generation completed successfully
- FIRST_SUCCESS: First track generation completed successfully
- SUCCESS: All tracks generated successfully
- CREATE_TASK_FAILED: Failed to create the generation task
- GENERATE_AUDIO_FAILED: Failed to generate music tracks
- CALLBACK_EXCEPTION: Error occurred during callback
- SENSITIVE_WORD_ERROR: Content contains prohibited words
Developer Notes
- For instrumental tracks (instrumental=true), no lyrics data will be included in the response
- Use this endpoint to check task status instead of waiting for callbacks
Authorizations
🔑 API Authentication
All endpoints require authentication using Bearer Token.
Get API Key
- Visit the API Key Management Page to obtain your API Key
Usage
Add to request headers:
Authorization: Bearer YOUR_API_KEY
⚠️ Note:
- Keep your API Key secure and do not share it with others
- If you suspect your API Key has been compromised, reset it immediately from the management page
Query Parameters
The task ID returned from the Generate Music or Extend Music endpoints. Used to identify the specific generation task to query.
Response
Request successful
The response is of type object
.