Skip to main content
Create a conversion

Authorizations

Authorization
string
header
required

Static API key issued by Audimee, passed as Authorization: Bearer {token}.

Body

application/json
voiceModelId
string
required

ID of the voice model to use. Accepts both Audimee built-in IDs (numeric strings) and your own custom model UUIDs.

inputFileUrl
string
required

URL to the audio file to convert. The server downloads it server-side, so the URL must be reachable from the public internet for the duration of the request.

conversionStrength
number
default:0.3

Strength of the voice conversion effect, 0.01.0. Defaults to 0.3 when omitted.

Required range: 0 <= x <= 1
pitchShift
integer
default:0

Pitch shift applied during conversion, in semitones. Whole numbers between -24 and 24. Defaults to 0.

Required range: -24 <= x <= 24
sampleRateHz
enum<integer>
default:44100

Output sample rate. Either 44100 or 48000. Defaults to 44100.

Available options:
44100,
48000

Response

Conversion job queued. Poll GET /conversions/{id} for progress.

id
string<uuid>
required

UUID of the queued conversion job.