Vapi · Example Payload

Vapi Session Example

AIVoice AIVoice AgentsConversational AITelephonyReal-TimeTranscriptionText-to-SpeechLLMAgentsMCP

Vapi Session 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

idorgIdcreatedAtupdatedAtcostcostsnamestatus

Example Payload

Raw ↑
{
  "id": "example",
  "orgId": "example",
  "createdAt": "2026-05-24T00:00:00.000Z",
  "updatedAt": "2026-05-24T00:00:00.000Z",
  "cost": 0.0,
  "costs": [
    null
  ],
  "name": "example",
  "status": "active"
}