Omnist API
Guides

Authentication

Send an API key with each request.

Send your API key in the x-api-key header.

curl https://api.omnist.ai/v1/content/search \
  -H "x-api-key: om_sk_..." \
  -H "content-type: application/json" \
  -d '{"query":"battery supply chains","limit":3}'

Keep API keys on your server. Do not ship them in browser code, mobile apps, or public repositories.

Request IDs

Every response includes an x-request-id header and a meta.request_id field when the response body has metadata. Keep that value in logs when debugging retries, webhook delivery, or rate-limit behavior.

On this page