SessionKit DOCS
Get Started
API Reference Create Profile
POST/v1/profiles

Create Profile

Create a reusable browser profile with custom fingerprinting and storage.

Human-readable profile name.

Operating system fingerprint. One of: windows, macos, linux.

Browser fingerprint. One of: chrome, firefox, safari.

Browser locale.

IANA timezone (e.g., America/New_York).

Screen dimensions.

Screen width in pixels.

Screen height in pixels.

Response

{
  "id": "prf_x9y2z4",
  "name": "US Chrome Desktop",
  "os": "windows",
  "browser": "chrome",
  "locale": "en-US",
  "timezone": "America/New_York",
  "screen": { "width": 1920, "height": 1080 },
  "createdAt": "2026-06-23T15:00:00Z"
}
⌘I
AI Assistant

Ask me anything about the documentation.

ESC