Create Profile
Profiles
Create Profile
Creates a new profile from a browser session. A Profile stores cookies, local storage, and cache.
POST
Create Profile
Documentation Index
Fetch the complete documentation index at: https://docs.anchorbrowser.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key passed in the header
Body
application/json
The name of the profile.
A description of the profile.
The source of the profile data. currently only session is supported.
Available options:
session 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.
Whether to use a dedicated sticky IP for this profile. Defaults to false.
Response
Profile created successfully.

