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.

授权
Authorizationstring必填

Permanent JWT from Settings → Automation API.

响应
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.

授权
Authorizationstring必填

Permanent JWT from Settings → Automation API.

路径参数
platformstring · enum必填

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

可能的值:
响应
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.

授权
Authorizationstring必填

Permanent JWT from Settings → Automation API.

响应
200

Library entries.

application/json
idstring可选
labelstring可选
platformstring · enum可选可能的值:
chromestring可选

Chrome version string.

gpustring可选
builtinboolean可选

Part of the bundled starter set.

get
/fingerprints

最后更新于

这有帮助吗?