Vapi · Schema

SyncVoiceLibraryDTO

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
providers array List of providers you want to sync.
View JSON Schema on GitHub

JSON Schema

vapi-syncvoicelibrarydto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SyncVoiceLibraryDTO",
  "title": "SyncVoiceLibraryDTO",
  "type": "object",
  "properties": {
    "providers": {
      "type": "array",
      "description": "List of providers you want to sync.",
      "enum": [
        "vapi",
        "11labs",
        "azure",
        "cartesia",
        "custom-voice",
        "deepgram",
        "hume",
        "lmnt",
        "neuphonic",
        "openai",
        "playht",
        "rime-ai",
        "smallest-ai",
        "tavus",
        "sesame",
        "inworld",
        "minimax",
        "wellsaid",
        "orpheus"
      ],
      "items": {
        "type": "string",
        "enum": [
          "vapi",
          "11labs",
          "azure",
          "cartesia",
          "custom-voice",
          "deepgram",
          "hume",
          "lmnt",
          "neuphonic",
          "openai",
          "playht",
          "rime-ai",
          "smallest-ai",
          "tavus",
          "sesame",
          "inworld",
          "minimax",
          "wellsaid",
          "orpheus"
        ]
      }
    }
  }
}