check_song
Check a song generation job's status by job ID and retrieve audio URLs when complete. Returns an error if failed or indicates if still processing.
Instructions
Get the current status of a song job by job_id — a single check with no waiting. Returns the audio URLs if complete, an error if it failed, or 'processing' if still rendering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job_id returned by generate_song. |