Transcript
Audio/video transcription endpoints
POST
/transcript/v1/pre-recordedAuthorization
ApiKeyAuth Authorization<token>
API key for authentication. Use 'Bearer ' format.
In: header
audio_file?file
Optional audio/video file to transcribe (alternative to audio_url)
Format
binarydata?string
JSON string containing Gladia API parameters
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://app.meingpt.com/api/transcript/v1/pre-recorded" \ -H "Content-Type: application/json" \ -d '{}'{}{
"status": "error",
"message": "string",
"code": "string"
}{
"status": "error",
"message": "string"
}{
"status": "error",
"message": "string"
}{
"status": "error",
"message": "string"
}