Vapi · JSON Structure

Vapi File Structure

Type: object Properties: 18
AIVoice AIVoice AgentsConversational AITelephonyReal-TimeTranscriptionText-to-SpeechLLMAgentsMCP

File is a JSON Structure definition published by Vapi, describing 18 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

object status name originalName bytes purpose mimetype key path bucket url parsedTextUrl parsedTextBytes metadata id orgId createdAt updatedAt

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "File",
  "type": "object",
  "properties": {
    "object": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "originalName": {
      "type": "string"
    },
    "bytes": {
      "type": "number"
    },
    "purpose": {
      "type": "string"
    },
    "mimetype": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "bucket": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "parsedTextUrl": {
      "type": "string"
    },
    "parsedTextBytes": {
      "type": "number"
    },
    "metadata": {
      "type": "object"
    },
    "id": {
      "type": "string"
    },
    "orgId": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    }
  }
}