Developer API

VOCAL API Overview

Authenticate, ingest calls, retrieve analysis outputs, and subscribe to webhook events for operational automation.

Core API Capabilities

  • - Authentication with API keys and scoped access controls
  • - Call ingestion endpoint for media + metadata payloads
  • - Analysis retrieval endpoint for signals, scores, and summaries
  • - Webhook events for completed analysis and exception handling

Example Response

{
  "call_id": "12345",
  "sentiment_score": 0.72,
  "objections": ["price"],
  "signals": ["buying_intent"]
}

Related Pages