Properties
| Name | Type | Description |
|---|---|---|
| pronunciationDictionaryId | string | The ID of the pronunciation dictionary |
| dictionaryName | string | The name of the pronunciation dictionary |
| createdBy | string | The user ID of the creator |
| creationTimeUnix | number | The creation time in Unix timestamp |
| versionId | string | The version ID of the pronunciation dictionary |
| versionRulesNum | number | The number of rules in this version |
| permissionOnResource | string | The permission level on this resource |
| description | string | The description of the pronunciation dictionary |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ElevenLabsPronunciationDictionary",
"title": "ElevenLabsPronunciationDictionary",
"type": "object",
"properties": {
"pronunciationDictionaryId": {
"type": "string",
"description": "The ID of the pronunciation dictionary",
"example": "5xM3yVvZQKV0EfqQpLrJ"
},
"dictionaryName": {
"type": "string",
"description": "The name of the pronunciation dictionary",
"example": "My Dictionary"
},
"createdBy": {
"type": "string",
"description": "The user ID of the creator",
"example": "ar6633Es2kUjFXBdR1iVc9ztsXl1"
},
"creationTimeUnix": {
"type": "number",
"description": "The creation time in Unix timestamp",
"example": 1714156800
},
"versionId": {
"type": "string",
"description": "The version ID of the pronunciation dictionary",
"example": "5xM3yVvZQKV0EfqQpLrJ"
},
"versionRulesNum": {
"type": "number",
"description": "The number of rules in this version",
"example": 5
},
"permissionOnResource": {
"type": "string",
"description": "The permission level on this resource",
"enum": [
"admin",
"editor",
"viewer"
]
},
"description": {
"type": "string",
"description": "The description of the pronunciation dictionary",
"example": "This is a test dictionary"
}
},
"required": [
"pronunciationDictionaryId",
"dictionaryName",
"createdBy",
"creationTimeUnix",
"versionId",
"versionRulesNum"
]
}
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-elevenlabspronunciationdictionary"
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.