Skip to main content

Authentication

All Messora API routes require authentication via the X-API-Key header.

Getting your API key

  1. Create an account at www.messora.dev/auth/signup
  2. Open API Keys in the logged-in area
  3. Copy your key — it is shown once; store it securely

Using the API key

Include the X-API-Key header on every request:

Authentication error responses

Credits

Each operation consumes credits from your monthly balance:
Failures (anti-bot block, timeout, extraction error) do not consume credits.

Rate limits

When the limit is exceeded, the API returns 429 Too Many Requests. Wait for the cooldown before sending new requests.