urltodata uses standard HTTP status codes and returns errors in a consistent JSON format.Documentation Index
Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt
Use this file to discover all available pages before exploring further.
Error format
HTTP status codes
| Code | Meaning |
|---|---|
200 | Success |
202 | Accepted — async job created, poll for results |
400 | Bad request — missing or invalid parameters |
401 | Unauthorized — missing or invalid Bearer token |
402 | Payment required — insufficient credits |
404 | Not found — resource doesn’t exist |
409 | Conflict — resource already exists (e.g. duplicate email) |
429 | Rate limited — too many requests |
500 | Internal server error |
Common errors
Missing API key
401
Missing required parameter
400
Insufficient credits
402
Resource not found
404
Rate limited
429
Rate limiting
Requests are rate limited per API key. If you receive a429 response, back off and retry. Use exponential backoff starting at 1 second.