Vapi · Example Payload

Vapi Scorecard Example

example

AIVoice AIVoice AgentsConversational AITelephonyReal-TimeTranscriptionText-to-SpeechLLMAgentsMCP

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

idorgIdcreatedAtupdatedAtnamedescriptionmetricsassistantIds

Example Payload

Raw ↑
{
  "id": "example",
  "orgId": "example",
  "createdAt": "2026-05-24T00:00:00.000Z",
  "updatedAt": "2026-05-24T00:00:00.000Z",
  "name": "example",
  "description": "example",
  "metrics": [
    null
  ],
  "assistantIds": [
    "example"
  ]
}