---
title: "Transcript"
canonical_url: "https://meingpt.com/en/docs/api/transcript"
language: en
---

# Transcript

Audio/video transcription endpoints

## POST /transcript/v1/pre-recorded

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.

### Parameters

- `parameter`

### Request body

Media types: `multipart/form-data`, `application/json`

### Responses

- `200` — Successful transcription
- `400` — Bad request - invalid input or no audio provided
- `401` — Unauthorized - missing or invalid API key
- `403` — Forbidden - transcript API not enabled for organization
- `500` — Internal server error
