Get music job status
Poll until status is succeeded. The generated track (or sound effect) is
returned as a short-lived signed audio_url (valid for several hours; re-call
this endpoint for a fresh URL anytime — the underlying object is deleted 24h
after generation). Serves every POST /v1/audios/{model} job — music and
sound effects alike.
Authorizations
API key as a bearer token: Authorization: Bearer bpx_live_xxx
Path Parameters
The opaque job id returned by the create endpoint (e.g. aud_...).
Response
Current job status. audio_url is populated once succeeded.
The generated track or sound effect (signed URL, valid several hours); present once status=succeeded.
"aud_a1b2c3d4e5f6"
Lifecycle state. succeeded/failed/timeout are terminal.
pending, starting, processing, completing, succeeded, failed, timeout Video-to-sound-effect jobs only — the input video with the generated effects mixed in (signed URL, valid several hours); present once status=succeeded.