AuraCrawlDocs
Preview. Endpoints and response shapes may change before general availability. Keys are issued manually today — there is no self-serve dashboard or sandbox yet. Request access.

Getting started

Authentication

Send your API key in the X-Api-Key header on every request. That header is all the authentication the API needs.

Store the key in the AURACRAWL_API_KEY environment variable and read it at runtime — keep it on your server, never in client-side code.

Header
X-Api-Key: $AURACRAWL_API_KEY

Set the environment variable

Shell
export AURACRAWL_API_KEY="your_api_key"