Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.68 KB

File metadata and controls

59 lines (46 loc) · 1.68 KB
title API Reference
icon square-terminal
description Complete reference for the Omi Developer API. Build integrations with memories, conversations, action items, and more.

Base URL

https://api.omi.me

Authentication

All API requests require a Developer API key in the Authorization header:

Authorization: Bearer omi_dev_your_api_key_here

Get 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`.

Rate Limits

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

Resources

Timeless facts about the user — preferences, relationships, insights. Conversation transcripts with AI-generated summaries and action items. Tasks and to-dos extracted from conversations or created manually. Create, list, and revoke developer API keys.