Complete REST API documentation for the AIVO platform.
/api/v1Bearer aivo_...JSON (application/json)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'