Fingerprints

Generate a new fingerprint (host OS)

get

Returns a fully uniquified fingerprint for the host operating system, without persisting it. Equivalent to /fingerprint/new/{platform} with the launcher host's platform.

Authorizations
AuthorizationstringRequired

Permanent JWT from Settings → Automation API.

Responses
200

A uniquified, unsaved fingerprint.

application/json
get
/fingerprint/new

Generate a new fingerprint for a platform

get

Picks a random library fingerprint matching platform, then uniquifies it: a fresh Sec-CH-UA platform_version, host-aware hardware_concurrency/device_memory (never claims more than the real machine), and a screen clamped to the real display. Returned unsaved — feed it to a create endpoint as fingerprint.

Authorizations
AuthorizationstringRequired

Permanent JWT from Settings → Automation API.

Path parameters
platformstring · enumRequired

Case-insensitive; win/osx/darwin aliases accepted.

Possible values:
Responses
200

A uniquified, unsaved fingerprint.

application/json
get
/fingerprint/new/{platform}

List library fingerprints

get

The on-disk fingerprint library (GPU presets) the launcher ships/imports.

Authorizations
AuthorizationstringRequired

Permanent JWT from Settings → Automation API.

Responses
200

Library entries.

application/json
idstringOptional
labelstringOptional
platformstring · enumOptionalPossible values:
chromestringOptional

Chrome version string.

gpustringOptional
builtinbooleanOptional

Part of the bundled starter set.

get
/fingerprints

Last updated

Was this helpful?