The Automation Intelligence API (in public preview) gives you the tools to determine whether traffic is legitimate and should be accepted by your application.
The API detects automation tools like AI Agents, AI Assistants and AI Browsers. Additionally it provides IP intelligence like geolocation and data center detection.
Documentation Index
Fetch the complete documentation index at: https://docs.fingerprint.com/llms.txt
Use this file to discover all available pages before exploring further.
Add your Secret API Key to the Authorization header using the standard Bearer format: Authorization: Bearer <secret_api_key>
HTTP request metadata (including the HTTP method, headers and IP address) sent by you (your server) to the Fingerprint API for IP and bot analysis. To improve accuracy, retain as much of the original semantics of the HTTP request as possible. For example, preserve the order of the request headers and their capitalization.
Ordered header entries from the request made to your server. Each entry represents one header line. If one header name appears as multiple lines, send each as a separate item in the array.
Headers that contain authentication details like Cookie or Authorization should be included with their value set to an empty string.
1[
{ "name": "host", "value": "example.com" },
{
"name": "user-agent",
"value": "Mozilla/5.0"
},
{
"name": "accept-language",
"value": "en-US,en;q=0.9"
}
]
[
{ "name": "host", "value": "example.com" },
{
"name": "user-agent",
"value": "Mozilla/5.0"
},
{
"name": "accept-encoding",
"value": "gzip"
},
{
"name": "accept-encoding",
"value": "deflate"
}
]
HTTP method of the request. Preserve the original HTTP method of the request, including casing.
"GET"
"POST"
"PUT"
"PATCH"
"DELETE"
Absolute URL of the request, without a #fragment suffix. Only HTTP and HTTPS schemes are supported.
"http://example.com"
"https://example.com/checkout?method=card"
Client IPv4 address observed by your server.
"34.162.244.71"
"3.208.0.3"
"173.56.0.4"
Client IPv6 address observed by your server.
"2001:4860:4801:10::1"
"2600:1f42:abcd:5678:9876:fedc:1357:2468"
"2001:4868:85f:1a2b:3c4d:5e6f:7890:abcd"