Skip to main content
POST
Create Transcription

Authorizations

Authorization
string
header
required

Enter your MeshAPI key (rsk_...) — sent as Authorization: Bearer <key>.

Headers

X-Mesh-Version
enum<string>
default:2026-08

Dated version of the API contract to pin this request to. Omit it and the request is served under 2026-08 — the oldest supported version, so an existing integration is never moved by a release. A malformed or unsupported value is rejected with 400 invalid_api_version rather than falling back silently. The version actually served is echoed as X-Mesh-Version on every response, including errors.

Available options:
2026-08

Query Parameters

enable_logging
boolean
default:true

Body

multipart/form-data
model
string
required
file
file | null
response_format
string | null
language_code
string | null
tag_audio_events
boolean | null
num_speakers
integer | null
Required range: 1 <= x <= 32
timestamps_granularity
string | null
diarize
boolean | null
diarization_threshold
number | null
Required range: 0.1 <= x <= 0.4
additional_formats
string | null
file_format
string | null
cloud_storage_url
string | null
source_url
string | null
webhook
boolean | null
webhook_id
string | null
temperature
number | null
Required range: 0 <= x <= 2
seed
integer | null
Required range: 0 <= x <= 2147483647
use_multi_channel
boolean | null
webhook_metadata
string | null
entity_detection
string | null
no_verbatim
boolean | null
detect_speaker_roles
boolean | null
entity_redaction
string | null
entity_redaction_mode
string | null
keyterms
string[] | null
with_timestamps
boolean | null
debug_mode
boolean | null

Response

Successful Response

text
string
required