Properties
| Name | Type | Description |
|---|---|---|
| provider | string | This is the transcription provider that will be used. |
| language | string | This is the language that will be set for the transcription. |
| confidenceThreshold | number | Transcripts below this confidence threshold will be discarded. @default 0.4 |
| formatTurns | boolean | This enables formatting of transcripts. @default true |
| endOfTurnConfidenceThreshold | number | This is the end of turn confidence threshold. The minimum confidence that the end of turn is detected. Note: Only used if startSpeakingPlan.smartEndpointingPlan is not set. @min 0 @max 1 @default 0.7 |
| minEndOfTurnSilenceWhenConfident | number | This is the minimum end of turn silence when confident in milliseconds. Note: Only used if startSpeakingPlan.smartEndpointingPlan is not set. @default 160 |
| wordFinalizationMaxWaitTime | number | |
| maxTurnSilence | number | This is the maximum turn silence time in milliseconds. Note: Only used if startSpeakingPlan.smartEndpointingPlan is not set. @default 400 |
| vadAssistedEndpointingEnabled | boolean | Use VAD to assist with endpointing decisions from the transcriber. When enabled, transcriber endpointing will be buffered if VAD detects the user is still speaking, preventing premature turn-taking. W |
| speechModel | string | This is the speech model used for the streaming session. Note: Keyterms prompting is not supported with multilingual streaming. @default 'universal-streaming-english' |
| realtimeUrl | string | The WebSocket URL that the transcriber connects to. |
| wordBoost | array | Add up to 2500 characters of custom vocabulary. |
| keytermsPrompt | array | Keyterms prompting improves recognition accuracy for specific words and phrases. Can include up to 100 keyterms, each up to 50 characters. Costs an additional $0.04/hour when enabled. |
| endUtteranceSilenceThreshold | number | The duration of the end utterance silence threshold in milliseconds. |
| disablePartialTranscripts | boolean | Disable partial transcripts. Set to `true` to not receive partial transcripts. Defaults to `false`. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/FallbackAssemblyAITranscriber",
"title": "FallbackAssemblyAITranscriber",
"type": "object",
"properties": {
"provider": {
"type": "string",
"description": "This is the transcription provider that will be used.",
"enum": [
"assembly-ai"
]
},
"language": {
"type": "string",
"description": "This is the language that will be set for the transcription.",
"enum": [
"multi",
"en"
]
},
"confidenceThreshold": {
"type": "number",
"description": "Transcripts below this confidence threshold will be discarded.\n\n@default 0.4",
"minimum": 0,
"maximum": 1,
"example": 0.4
},
"formatTurns": {
"type": "boolean",
"description": "This enables formatting of transcripts.\n\n@default true",
"example": true
},
"endOfTurnConfidenceThreshold": {
"type": "number",
"description": "This is the end of turn confidence threshold. The minimum confidence that the end of turn is detected.\nNote: Only used if startSpeakingPlan.smartEndpointingPlan is not set.\n@min 0\n@max 1\n@default 0.7",
"minimum": 0,
"maximum": 1,
"example": 0.7
},
"minEndOfTurnSilenceWhenConfident": {
"type": "number",
"description": "This is the minimum end of turn silence when confident in milliseconds.\nNote: Only used if startSpeakingPlan.smartEndpointingPlan is not set.\n@default 160",
"minimum": 0,
"example": 160
},
"wordFinalizationMaxWaitTime": {
"type": "number",
"deprecated": true,
"minimum": 0,
"example": 160
},
"maxTurnSilence": {
"type": "number",
"description": "This is the maximum turn silence time in milliseconds.\nNote: Only used if startSpeakingPlan.smartEndpointingPlan is not set.\n@default 400",
"minimum": 0,
"example": 400
},
"vadAssistedEndpointingEnabled": {
"type": "boolean",
"description": "Use VAD to assist with endpointing decisions from the transcriber.\nWhen enabled, transcriber endpointing will be buffered if VAD detects the user is still speaking, preventing premature turn-taking.\nWhen disabled, transcriber endpointing will be used immediately regardless of VAD state, allowing for quicker but more aggressive turn-taking.\nNote: Only used if startSpeakingPlan.smartEndpointingPlan is not set.\n\n@default true",
"example": true
},
"speechModel": {
"type": "string",
"description": "This is the speech model used for the streaming session.\nNote: Keyterms prompting is not supported with multilingual streaming.\n@default 'universal-streaming-english'",
"enum": [
"universal-streaming-english",
"universal-streaming-multilingual"
]
},
"realtimeUrl": {
"type": "string",
"description": "The WebSocket URL that the transcriber connects to."
},
"wordBoost": {
"description": "Add up to 2500 characters of custom vocabulary.",
"type": "array",
"items": {
"type": "string",
"maxLength": 2500
}
},
"keytermsPrompt": {
"description": "Keyterms prompting improves recognition accuracy for specific words and phrases.\nCan include up to 100 keyterms, each up to 50 characters.\nCosts an additional $0.04/hour when enabled.",
"type": "array",
"items": {
"type": "string",
"maxLength": 50
}
},
"endUtteranceSilenceThreshold": {
"type": "number",
"description": "The duration of the end utterance silence threshold in milliseconds."
},
"disablePartialTranscripts": {
"type": "boolean",
"description": "Disable partial transcripts.\nSet to `true` to not receive partial transcripts. Defaults to `false`."
}
},
"required": [
"provider"
]
}
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/vapi-fallbackassemblyaitranscriber"
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.