API Reference

Authentication

All v1 Integration API endpoints require an API token.

Bearer tokens

Send an Authorization: Bearer api_... header on every request. Requests without a valid token will receive a 401 or 403.

Scopes

Each endpoint requires a scope. Common scopes in this API:

  • user:read
  • projects:read, projects:write
  • voice_links:read, voice_links:write
  • sessions:read, sessions:write

Example request

In examples, assume your base URL is https://app.nimroboai.com/api.

curl -H "Authorization: Bearer $API_KEY" \
  $API_BASE_URL/v1/user/profile