Upload your audio to Producer for processing. The upload runs asynchronously — poll the returned task_id via GET /api/v1/producer/task/{task_id} to retrieve the resulting clip_id, audio_url, and lyrics. The returned clip_id can then be used with extend_music or replace_music operations.Cost: 2 credits per upload.Auto-refund: If the upstream upload fails, the 2-credit charge is automatically refunded — no action needed on your side.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.