Search
One-shot answers from the index: pull entity mentions, appearances, and commercial evidence.
Monitors
Standing interests that fire again as new media lands. Alerts delivered to email, Slack, and webhooks.
Transcripts
Fully analyzed transcripts: read, generate on demand, and submit corrections.
Using a coding agent? Each capability has a self-contained reference built for agents: Search, Monitors, Transcripts. Copy the one you need into your agent and it has everything: endpoints, schemas, errors, and known mistakes.
https://api.arcmira.com, versioned under /v1. API calls draw from the same monthly row pool as web usage on your plan; there is no separate API tier. There is no SDK yet: the examples below use plain fetch and httpx, and everything works from any HTTP client.
1. Create a key
Sign in at arcmira.com, open Dashboard → API Keys, and click Create key. You will see the key exactly once. It looks like:ARCMIRA_API_KEY. Treat it like a password: never ship it in browser code.
2. Search for an entity
{ found: true, ... }), with type, route, and basic stats. For ranked lists use /v1/entities/search. Note the X-Request-Id header: include it whenever you contact support.
3. Resolve to a canonical ID
Search is a discovery tool. Production integrations pin a canonicalent_<id> and cache it:
merged_from_id tells you when they did.
4. Pull evidence
Mentions are the evidence layer. Each row links one entity to one piece of media with timestamps, sentiment, and a context quote:5. Keep tracking it
When a one-time lookup should become an ongoing interest, create a tracker (requirestrackers:write):
Next
- Search: entities, mentions, appearances, and how to choose between them.
- Monitors: the full tracking lifecycle, delivery channels, and alert history.
- Transcripts: read, unlock, generate, and correct full transcripts.
- Commercial intelligence: ad reads, endorsements, and channel sponsors (Pro+).
- Community Review: fix anything that looks wrong, on any surface, for free.
- Errors and Usage, limits & billing: what to expect operationally.