Get a browser fingerprint
get_fingerprintSample a consistent, real-world browser fingerprint from the Dolphin dataset. Pass the returned object verbatim as the fingerprint for a new profile so the values don't trigger anti-fraud systems.
Instructions
Sample a real-world fingerprint from the Dolphin dataset. Pass the returned object verbatim as create_profile's fingerprint — the values are internally consistent and editing them piecemeal is what trips anti-fraud systems. Note: when nothing matches the filters the API returns HTTP 200 with an empty object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screen | No | Upper bound on screen size, e.g. '1920x1080'. | |
| platform | Yes | ||
| browser_version | No | Major Chrome version, e.g. 138. Falls back to the server default. |