Usage > V1 > OpenAI-compatible
Create transcription
Transcribes audio into the input language. <br> The input format is the same as OpenAI, see the OpenAI documentation. <br> This route is asynchronous, use<br> • GET /1/ai/{product_id}/results/{batch_id} to get the result<br> • GET /1/ai/{product_id}/results/{batch_id}/download to download the output once done<br>
post/1/ai/{product_id}/openai/audio/transcriptions
Path parameters
product_idinteger required
AI Tools product identifier: use GET /1/ai to retrieve your product identifier.
Request body
Example request
{
"append_punctuations": "\"'.。,,!!??::”)]}、",
"file": "@foo/bar.mp3",
"language": "en",
"model": "whisper",
"prepend_punctuations": "\"'“¿([{-",
"response_format": "text"
}Response
OK
Example response
{
"batch_id": "9b9fec49-cc95-44d5-8d3a-be56a6e05970"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.