Transcript
Audio/video transcription endpoints
post
https://app.meingpt.com/api/transcript/v1/pre-recordedTranscribe 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.
🔒 ApiKeyAuth
Parameter
| Parameter | In | Typ | Beschreibung |
|---|---|---|---|
| Authorization* | header | string | API key for authentication. Use 'Bearer <your-api-key>' format. |
Request Body · application/json
| Feld | Typ | Beschreibung |
|---|---|---|
| audio_url | string · uri | URL of the audio/video file to transcribe |
| language | string | Language code for transcription (e.g., 'en', 'es', 'fr') |
| custom_vocabulary_config | object |
Responses
200Successful transcription
object
400Bad request - invalid input or no audio provided
ErrorResponse & object
401Unauthorized - missing or invalid API key
| Feld | Typ | Beschreibung |
|---|---|---|
| status | string | |
| message | string |
403Forbidden - transcript API not enabled for organization
| Feld | Typ | Beschreibung |
|---|---|---|
| status | string | |
| message | string |
500Internal server error
| Feld | Typ | Beschreibung |
|---|---|---|
| status | string | |
| message | string |
Was this page helpful?