Why teams evaluate this API
Useful for teams that already generate music and need the surrounding operational workflows that make finished assets usable in product.
Run post-generation Suno workflows including Extend with automatic Concat, Cover, M4A, MP3, WAV, Stems, clip detail, lyrics timeline, style recommendations, and public Voice creation.
Useful for teams that already generate music and need the surrounding operational workflows that make finished assets usable in product.
Set OMNAPI_KEY on your server and create REQUEST_ID once for this logical request. Reuse that ID on transport retries. A new generation can incur a charge; review current pricing first.
curl --fail-with-body --max-time 60 -X POST "https://api.omnapi.com/api/v1/suno/clips/YOUR_SUNO_CLIP_ID/derive" \
-H "x-api-key: $OMNAPI_KEY" \
-H "Idempotency-Key: $REQUEST_ID" \
-H "Content-Type: application/json" \
--data '{
"action": "extend",
"continueAt": 55,
"prompt": "Continue into a larger final chorus"
}'Replace the placeholder with a compatible Suno clip ID and use a continueAt value within the source. Extension returns a task; read the completed resource with role final. M4A, MP3, WAV, and Stems exports use the same clip export endpoint with separate request variants.
See the authentication and task quickstart and complete request schema.
Song creation produces a root clip or combines a managed upload with Extend/Cover. Existing-clip operations then provide Extend/Cover, exports, and metadata reads without overloading the root-creation contract.
No. Reads, generation, M4A, MP3, WAV, and Stems have different prices. The task response shows the customer-specific `creditsRequired` before work starts.