Vapi · Schema

AnalysisPlan

Artificial IntelligenceVoiceAgentsReal-TimeCPaaS

Properties

Name Type Description
minMessagesThreshold number The minimum number of messages required to run the analysis plan. If the number of messages is less than this, analysis will be skipped. @default 2
summaryPlan object This is the plan for generating the summary of the call. This outputs to `call.analysis.summary`.
structuredDataPlan object This is the plan for generating the structured data from the call. This outputs to `call.analysis.structuredData`.
structuredDataMultiPlan array This is an array of structured data plan catalogs. Each entry includes a `key` and a `plan` for generating the structured data from the call. This outputs to `call.analysis.structuredDataMulti`.
successEvaluationPlan object This is the plan for generating the success evaluation of the call. This outputs to `call.analysis.successEvaluation`.
outcomeIds array This is an array of outcome UUIDs to be calculated during analysis. The outcomes will be calculated and stored in `call.analysis.outcomes`.
View JSON Schema on GitHub

JSON Schema

vapi-analysisplan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AnalysisPlan",
  "title": "AnalysisPlan",
  "type": "object",
  "properties": {
    "minMessagesThreshold": {
      "type": "number",
      "description": "The minimum number of messages required to run the analysis plan.\nIf the number of messages is less than this, analysis will be skipped.\n\n@default 2",
      "deprecated": true,
      "minimum": 0
    },
    "summaryPlan": {
      "description": "This is the plan for generating the summary of the call. This outputs to `call.analysis.summary`.",
      "deprecated": true,
      "allOf": [
        {
          "$ref": "#/components/schemas/SummaryPlan"
        }
      ]
    },
    "structuredDataPlan": {
      "description": "This is the plan for generating the structured data from the call. This outputs to `call.analysis.structuredData`.",
      "deprecated": true,
      "allOf": [
        {
          "$ref": "#/components/schemas/StructuredDataPlan"
        }
      ]
    },
    "structuredDataMultiPlan": {
      "description": "This is an array of structured data plan catalogs. Each entry includes a `key` and a `plan` for generating the structured data from the call. This outputs to `call.analysis.structuredDataMulti`.",
      "deprecated": true,
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/StructuredDataMultiPlan"
      }
    },
    "successEvaluationPlan": {
      "description": "This is the plan for generating the success evaluation of the call. This outputs to `call.analysis.successEvaluation`.",
      "deprecated": true,
      "allOf": [
        {
          "$ref": "#/components/schemas/SuccessEvaluationPlan"
        }
      ]
    },
    "outcomeIds": {
      "description": "This is an array of outcome UUIDs to be calculated during analysis.\nThe outcomes will be calculated and stored in `call.analysis.outcomes`.",
      "deprecated": true,
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vapi-analysisplan"
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.