JSON
Retry-After response header to get the number of seconds after which you can retry your request.
If you need a higher limit, reach out to drn@fingerprint.com.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
DRN API is rate limited. The limit is enforced for every , and the default rate limit per API key is 5 req/sec.
// HTTP 429
{
"error": {
"code": "http.too_many_requests",
"message": "Too many requests"
}
}
Retry-After response header to get the number of seconds after which you can retry your request.
If you need a higher limit, reach out to drn@fingerprint.com.Was this page helpful?