Poll this endpoint to check the status of your music generation task.Documentation Index
Fetch the complete documentation index at: https://docs.lemondata.cc/llms.txt
Use this file to discover all available pages before exploring further.
If the create response included
poll_url, prefer calling that exact URL for polling. /v1/tasks/{id} is the canonical fixed status endpoint for music jobs, and id / task_id should be treated as the same async task identity.If the task no longer exists or can no longer be resolved through the public async-task contract, LemonData returns async_task_not_found with the message Task not found or no longer available.Path Parameters
The music generation task ID.
Response
Task ID.
Async task identifier alias when provided.
Preferred polling URL when the create response supplies one.
Task status:
pending, processing, completed, or failed.Progress percentage (0-100).
URL to download the audio file (when completed).
URL to the video version with visualizer (when completed).
Generated song title.
Generated or provided lyrics.
Error message (when failed).