# OneOver > OneOver is an AI platform that unifies frontier chat, image, video, and audio models behind one REST API and one web app. Use GPT, Claude, Gemini, Grok, Flux, and more from a single integration. ## Product - [Home](https://oneover.com/): AI chat, image, and video generation in one place - [Pricing](https://oneover.com/pricing): Individual and team plans with pooled credits - [Business](https://oneover.com/business): Seat-based group plans for teams - [Trust & data](https://oneover.com/trust): Privacy policy — stateless, anonymous upstream, never trained on ## Developer docs - [Developers home](https://oneover.com/developers): API overview and quick links - [Quickstart](https://oneover.com/developers/quickstart.md): First API call in minutes - [Authentication](https://oneover.com/developers/authentication.md): Bearer keys, scopes, member attribution - [Errors & limits](https://oneover.com/developers/errors.md): Error codes and rate limits - [MCP server](https://oneover.com/developers/mcp.md): Connect Cursor, Claude Desktop, or ChatGPT ## API reference (markdown) - [Chat API](https://oneover.com/developers/api/chat.md) - [Images API](https://oneover.com/developers/api/images.md) - [Video API](https://oneover.com/developers/api/video.md) - [Audio API](https://oneover.com/developers/api/audio.md) - [Models API](https://oneover.com/developers/api/models.md) - [Usage API](https://oneover.com/developers/api/usage.md) ## Machine-readable specs - [OpenAPI 3.1 (JSON)](https://oneover.com/openapi.json) - [OpenAPI 3.1 (YAML)](https://oneover.com/openapi.yaml) - [Full docs bundle](https://oneover.com/llms-full.txt): Concatenated markdown for LLM ingestion ## API - **Base URL:** `https://api.oneover.com/functions/v1` - **Auth:** `Authorization: Bearer oo_live_` - **Optional header:** `X-Member-User-Id: ` for per-member usage attribution - **Scopes:** `chat`, `images`, `video`, `audio`, `usage` - **Rate limits:** 60 req/min/key (standard) or 300 req/min/key (elevated) ### Endpoints | Method | Path | Scope | Description | |--------|------|-------|-------------| | POST | api-v1-chat | chat | Stateless chat with optional SSE streaming | | POST | api-v1-images | images | Image generation | | POST | api-v1-video | video | Submit async video job | | GET | api-v1-video?request_id= | video | Poll video job status | | POST | api-v1-audio | audio | Speech and music generation | | GET | api-v1-models | usage | Org model catalog | | GET | api-v1-usage | usage | Balance and usage reporting | ## MCP (Model Context Protocol) - **Endpoint:** `https://api.oneover.com/functions/v1/mcp` - **Transport:** Streamable HTTP - **Auth:** Same `Authorization: Bearer oo_live_` header - **Tools:** chat, generate_image, generate_video, check_video, generate_audio, list_models, get_usage ## Get an API key Organization owners and admins: https://oneover.com/account-settings#api-keys New organizations: https://oneover.com/contact