Vapi · Example Payload

Vapi Call Example

AIVoice AIVoice AgentsConversational AITelephonyReal-TimeTranscriptionText-to-SpeechLLMAgentsMCP

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

typecostsmessagesphoneCallProviderphoneCallTransportstatusendedReasonendedMessage

Example Payload

Raw ↑
{
  "type": "inboundPhoneCall",
  "costs": [
    null
  ],
  "messages": [
    null
  ],
  "phoneCallProvider": "twilio",
  "phoneCallTransport": "sip",
  "status": "scheduled",
  "endedReason": "call-start-error-neither-assistant-nor-server-set",
  "endedMessage": "example"
}