Why teams evaluate this API
Useful for products focused on editing, extending, or transforming existing tracks after initial creation.
Edit existing songs with AI-powered extension and modification workflows for teams that need iteration, remixing, and enhancement tools.
Useful for products focused on editing, extending, or transforming existing tracks after initial creation.
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/producer/generate/music/modify" \
-H "x-api-key: $OMNAPI_KEY" \
-H "Idempotency-Key: $REQUEST_ID" \
-H "Content-Type: application/json" \
--data '{
"clipId": "YOUR_PRODUCER_CLIP_ID",
"transform": "extend",
"cropEndAt": 90,
"prompt": "Add an uplifting bridge with brighter chords"
}'Replace the placeholder with a compatible Producer clip ID. Choose cropEndAt within your source audio. Other transforms require different fields; see the operation reference.
See the authentication and task quickstart and complete request schema.
This page focuses on editing and enhancement after a song already exists, rather than first-pass generation.
Creator products, remix tools, and music workflow platforms that need deeper post-generation controls.