API Reference
API Reference / Endpoints

Music endpoints

/v1/music/*

Song generation, uploads, analysis, remixing, and region-level editing.

What this section covers

Endpoint-level reference for the current /v1/music/* surface.

The music API is the broadest part of the Wubble v1 surface. It covers greenfield generation, derivative workflows, uploads, analysis, and track editing.

Most write operations are asynchronous. Treat request_id as your durable handle, then poll GET/v1/requests/:requestId or subscribe to webhooks for completion.

Start here

Recommended starting point

Use POST/v1/music/songs for the primary text-to-song flow.

Recommended starting point

Use uploads when later calls need a vocal_id or upload_audio_id.

Recommended starting point

Reach for remix, tracks, and region edit only after you already have a source asset.

Create

Primary entry points for new music and lyrics.

Uploads and vocal workflows

Bring your own reference material into the pipeline.

Analysis and derivatives

Understand, remix, separate, or edit existing sources.

Reserved

Known route placeholders that are not yet live.

Was this page helpful?