| title | API Reference |
|---|---|
| icon | square-terminal |
| description | Complete reference for the Omi Developer API. Build integrations with memories, conversations, action items, and more. |
https://api.omi.me
All API requests require a Developer API key in the Authorization header:
Authorization: Bearer omi_dev_your_api_key_hereGet your key from Settings → Developer → Create Key in the Omi app.
MCP keys (`omi_mcp_...`) are only for the MCP server at `/v1/mcp/sse`. They are not accepted by REST Developer API endpoints. Use a Developer API key (`omi_dev_...`) for endpoints such as `/v1/dev/user/memories` and `/v1/dev/user/conversations`.| Limit | Value |
|---|---|
| Per minute | 100 requests per API key |
| Per day | 10,000 requests per user |
Rate limit headers are included in every response:
X-RateLimit-Limit: 100
X-RateLimit-Remaining: 95
X-RateLimit-Reset: 1642694400