Vapi · Example Payload

Vapi Structured Output Example

AIVoice AIVoice AgentsConversational AITelephonyReal-TimeTranscriptionText-to-SpeechLLMAgentsMCP

Vapi Structured Output Example is an example object payload from Vapi, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeregexmodelcompliancePlanidorgIdcreatedAtupdatedAt

Example Payload

Raw ↑
{
  "type": "ai",
  "regex": "example",
  "model": null,
  "compliancePlan": {
    "forceStoreOnHipaaEnabled": false
  },
  "id": "example",
  "orgId": "example",
  "createdAt": "2026-05-24T00:00:00.000Z",
  "updatedAt": "2026-05-24T00:00:00.000Z"
}