Conversion Endpoints
Remix
This endpoint allows users to remix an input audio file or URL using a descriptive prompt, optional lyrics, and a gender selection for vocal tone.
⚠️ Deprecation Notice:
- Only the
REMIX
functionality is supported via this route. - Other modes (
INPAINT
,OVER_INSTRUMENTAL
, etc.) are non-functional and removed. - Use specialized endpoints like
/inpaint
,/extend
, or/sing_over_instrumental
for other tasks. Also fields such as replace_start_at, replace_end_at, extend_after, audio_path are also deprecated.
POST
Python
Authorizations
Body
multipart/form-data
Response
200
application/json
Successfully initiated remix task
The response is of type object
.
Python