Skip to main content
Get a conversion

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Conversion UUID returned by POST /conversions.

Response

Conversion details.

id
string<uuid>
required

Conversion UUID.

createdAt
string<date-time>
required

ISO 8601 timestamp when the conversion was created.

voiceModelId
string
required

ID of the voice model used for this conversion. Matches the voiceModelId passed when creating it.

percentageDone
number
required

Processing progress, 0100.

Required range: 0 <= x <= 100
confirmedDone
boolean
required

true once the conversion finishes and the output URLs are usable.

failed
boolean
required

true if the conversion failed.

outputFilePlayUrl
string
required

Signed MP3 URL for streaming the converted audio. The URL is issued as soon as the conversion is created, but only resolves to playable audio once confirmedDone is true. Use confirmedDone/percentageDone to gate access — don't infer status from the URL contents.

outputFileDownloadUrl
string
required

Signed URL for downloading the converted audio — WAV when available, MP3 otherwise. Like outputFilePlayUrl, issued upfront but only resolves once confirmedDone is true.