Create profile
Create a profile. Each fingerprint field is a nested object `{ mode, ...values }`; omitted fields fall back to sensible defaults. Modes: `real` `auto` `manual` `random` `noise` `off` `on`.
**`proxy` object — one of:**
- `{ "mode": "none" }`
- `{ "mode": "static", "proxy_uuid": "<uuid>" }` — bind a saved proxy (`proxy_uuid` required; get it from **List proxies**). Creating a new proxy inline is **not supported**.
- `{ "mode": "rotating", "type": "residential" | "mobile", "region": "us", "state": "florida", "city": "miami" }` — region codes from **Region tree**
**Fingerprint fields** (each `{ mode, ...values }`):
`user_agent` (random/manual + `user_agent_value`,`client_hints`) · `webrtc` (off/auto+`udp_proxy`/manual+`local_ip`) · `timezone` · `geo_location` · `language` · `webgl_info` (real/random/manual + `vendor`,`renderer`) · `webgpu`/`do_not_track` (off/on) · `webgl`/`canvas`/`audio_context`/`client_rects`/`speech_voices` (real/noise) · `screen` · `fonts` · `cpu` · `ram` · `media_devices` · `device_name` · `mac_address`.
Authentication
X-API-Keystring
API Key authentication via header
Request
This endpoint expects an object.
cpu
ram
note
fonts
proxy
webgl
canvas
screen
system
webgpu
webrtc
language
timezone
user_agent
webgl_info
device_name
folder_uuid
mac_address
client_rects
do_not_track
geo_location
profile_name
audio_context
media_devices
speech_voices
Response
OK
code
data
success