Skip to main content
POST
/
v1
/
audio
/
transcriptions
gpt-4o-transcribe (text to text)
curl --request POST \
  --url https://api.example.com/v1/audio/transcriptions

Documentation Index

Fetch the complete documentation index at: https://docs.gptproto.com/llms.txt

Use this file to discover all available pages before exploring further.

OpenAI’s official format for the text to text API.
{
  "error": {
    "message": "Invalid signature",
    "type": "401"
  }
}

Parameters

ParameterTypeRequiredDefaultDescription
filestring✅ Yes-file parameter
modelstring✅ Yesgpt-4o-transcribemodel parameter
languagestring✅ Yeszhlanguage parameter
promptstring✅ Yes-prompt parameter
response_formatstring✅ Yesjsonresponse_format parameter
temperaturestring✅ Yes0temperature parameter