Authentication
All Messora API routes require authentication via theX-API-Key header.
Getting your API key
- Create an account at www.messora.dev/auth/signup
- Open API Keys in the logged-in area
- Copy your key — it is shown once; store it securely
Using the API key
Include theX-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.