Voice Conversion
Transform the voice in an audio file to a different AI voice while preserving the original content.
Authorizations
Bearer token (API key). Format: Bearer {your_api_key}
Body
The voice conversion request payload.
The target voice model name.
"leo"
The source audio URL.
"https://dlaudio.fineshare.net/cover/speak/30f23d17-634d-420e-99e7-d24097dc669b.mp3"
The desired output audio format. Supported: mp3, wav.
"mp3"
Set to true to process asynchronously and receive a taskId for polling.
true
Response
Task accepted. Returns a taskId for async polling or the result URL directly.
Standard response for audio processing tasks.
HTTP-style status code (200 for success, 202 for in-progress).
Download URL of the generated audio file (available when completed).
Task identifier for async polling. Use with GET /v1/task/{task_id}.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Multiple output URLs (e.g. for separation stems).