Skip to main content
All Scraping API endpoints (except GET /healthz) require authentication.

Passing your API key

Pass your API key using one of these methods depending on the endpoint: HTTP header (for /fetch, /usage, /network/*, /debug/pick):
JSON body field (for /browser, /ws, and /amqp):
For /browser, /ws, and /amqp, the key is read from the JSON body field apiKey (or key), or the X-API-Key header.

Error responses

Rate limits

Each API key has a configurable rate limit: When rate limited, the API returns 429 Too Many Requests with these headers:
Implement exponential backoff: wait 1s, 2s, 4s, etc. Check your current rate limit and usage:
The response includes your remaining tokens:

Public endpoints

These endpoints do not require authentication:

Obtaining a key

Contact contact@55-tech.com to obtain an API key with a rate limit configured for your use case.