Skip to content

API Reference

Nairon has two APIs, each with its own host and its own OpenAPI document:

  • platform-apihttps://api.v2.nairon.xyz — the OpenAI-compatible data plane (chat, speech, transcription, realtime, batch, knowledge-base stores).
  • service-apihttps://service.v2.nairon.xyz — the REST control plane (flows, phone numbers, agent profiles, usage, partner/headless) plus an MCP server at /mcp.

For a narrative walkthrough with worked examples, see the Developer guide.

Both specs are generated by their respective live services and mirrored here for tooling (codegen, Postman/Insomnia import, etc.):

You can also fetch the current spec directly from each service:

Terminal window
curl https://api.v2.nairon.xyz/openapi.json
curl https://service.v2.nairon.xyz/docs/json