cURL
curl --request POST \ --url https://api.anchorbrowser.io/v1/profiles \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data '{ "name": "my-profile", "description": "This is my profile description.", "source": "session", "session_id": "550e8400-e29b-41d4-a716-446655440000", "dedicated_sticky_ip": false }'
{ "data": { "status": "success" } }
Creates a new profile from a browser session. A Profile stores cookies, local storage, and cache.
API key passed in the header
Profile created successfully.
The response is of type object.
object