Every request to aDocumentation Index
Fetch the complete documentation index at: https://docs.veedcrawl.com/llms.txt
Use this file to discover all available pages before exploring further.
/v1/* endpoint must include your API key. Veedcrawl uses a single header-based authentication scheme — no OAuth flow, no token exchange. Add the header and your request is authenticated.
Get your API key
Sign up at veedcrawl.com/login. Every new account receives 50 free credits with no credit card required. Your API key is available in the dashboard immediately after signup.Pass the key in requests
Include your API key in thex-api-key header on every request to a /v1/* endpoint:
/health endpoint does not require authentication. All other endpoints do.
Manage keys via the API
You can create, list, and revoke API keys programmatically through the/v1/keys endpoints. All key management calls are free and require an existing valid key in the x-api-key header.
List all keys for your org:
Error reference
| Status | Error code | Cause |
|---|---|---|
401 | unauthorized | The x-api-key header is missing or the key is invalid. |
403 | forbidden | The key is valid but your account has insufficient credits or the request exceeds your plan’s access. |
401, check that the header name is exactly x-api-key and that the key value matches what’s shown in your dashboard. If you receive a 403, check your remaining credits at GET /v1/me.