Back to Home

API Reference

Complete REST API documentation for the AIVO platform.

Base URL

/api/v1

Authentication

Bearer aivo_...

Format

JSON (application/json)

Quick Start

Generate an API key from Settings → API Keys in your dashboard, then include it in the Authorization header:

curl -H 'Authorization: Bearer aivo_YOUR_API_KEY' \
  '/api/v1/calls?limit=10'