Transcript
Audio/video transcription endpoints
Transcribe a pre-recorded audio/video file
Transcribes an audio or video file using Gladia API. You can either provide an audio_url or upload a file.
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
binary
data?string
JSON string containing Gladia API parameters
Response Body
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"
}