Mistral AI · Schema
TranscriptionRequest
Properties
| Name | Type | Description |
|---|---|---|
| model | string | The transcription model to use |
| file | string | The audio file to transcribe (WAV, MP3, FLAC, OGG, M4A, WEBM) |
| language | string | ISO 639-1 language code. If not specified, the language is auto-detected. |
| prompt | string | Context or vocabulary hints to improve transcription accuracy. Useful for domain-specific terminology. |
| response_format | string | Output format for the transcription |
| temperature | number | Sampling temperature for transcription |
| timestamp_granularities | array | Granularity levels for timestamps |
| diarization | boolean | Whether to enable speaker diarization |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TranscriptionRequest",
"title": "TranscriptionRequest",
"type": "object",
"required": [
"model",
"file"
],
"properties": {
"model": {
"type": "string",
"description": "The transcription model to use",
"examples": [
"mistral-audio-latest"
]
},
"file": {
"type": "string",
"format": "binary",
"description": "The audio file to transcribe (WAV, MP3, FLAC, OGG, M4A, WEBM)"
},
"language": {
"type": "string",
"description": "ISO 639-1 language code. If not specified, the language is auto-detected.",
"examples": [
"en",
"fr",
"de",
"es"
]
},
"prompt": {
"type": "string",
"description": "Context or vocabulary hints to improve transcription accuracy. Useful for domain-specific terminology."
},
"response_format": {
"type": "string",
"enum": [
"json",
"text",
"verbose_json"
],
"default": "json",
"description": "Output format for the transcription"
},
"temperature": {
"type": "number",
"minimum": 0,
"maximum": 1,
"default": 0,
"description": "Sampling temperature for transcription"
},
"timestamp_granularities": {
"type": "array",
"items": {
"type": "string",
"enum": [
"word",
"segment"
]
},
"description": "Granularity levels for timestamps"
},
"diarization": {
"type": "boolean",
"default": false,
"description": "Whether to enable speaker diarization"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mistral-transcriptionrequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.