← VideoOS home · Docs

← Docs · API

API overview

Problem

You want to call MaxAI agents programmatically.

Solution

MaxAI exposes a REST API. Discover the agent catalog at /nexus/agents and pricing at /nexus/pricing. Authenticate with your API key via the X-API-Key header. The full machine-readable spec is at /openapi.json and the AI-plugin manifest at /.well-known/ai-plugin.json — so LLM agents can discover and call MaxAI automatically.

Examples

curl https://maxai.fyi/nexus/agents
curl -H 'X-API-Key: YOUR_KEY' https://maxai.fyi/nexus/pricing

FAQ

How do I authenticate?

Send your API key in the X-API-Key header.

Where's the OpenAPI spec?

https://maxai.fyi/openapi.json

API references

/openapi.json · /.well-known/ai-plugin.json · /nexus/agents

Start free
maxai.fyi · Docs · Agents · updated 2026-06-13