Skip to main content
GET
Get music job status

Authorizations

Authorization
string
header
required

API key as a bearer token: Authorization: Bearer bpx_live_xxx

Path Parameters

job_id
string
required

The opaque job id returned by the create endpoint (e.g. aud_...).

Response

Current job status. audio_url is populated once succeeded.

audio_url
string<uri>

The generated track or sound effect (signed URL, valid several hours); present once status=succeeded.

created_at
string<date-time>
error
string
id
string
Example:

"aud_a1b2c3d4e5f6"

model
string
status
enum<string>

Lifecycle state. succeeded/failed/timeout are terminal.

Available options:
pending,
starting,
processing,
completing,
succeeded,
failed,
timeout
video_url
string<uri>

Video-to-sound-effect jobs only — the input video with the generated effects mixed in (signed URL, valid several hours); present once status=succeeded.