v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2972102177.5 KB
Profiles

Create Profile

Creates a new profile from a browser session. A Profile stores cookies, local storage, and cache.

post/v1/profiles

Request body

namestring required

The name of the profile.

descriptionstring

A description of the profile.

source'session'

The source of the profile data. currently only session is supported.

session_idstring uuid

The browser session ID is required if the source is set to session. The browser session must be running, and the profile will be stored once the browser session terminates.

dedicated_sticky_ipboolean

Whether to use a dedicated sticky IP for this profile. Defaults to false.

Response

Profile created successfully.