Skip to main content
POST
/
profile
cURL
curl -X POST "https://api.smooth.sh/api/v1/profile" \
     -H "Content-Type: application/json" \
     -H "apikey: YOUR_API_KEY" \
     -d '{"id": "my-profile"}'
{
  "r": {
    "id": "<string>"
  }
}

Authorizations

apikey
string
header
required

Body

application/json

Request model for creating a browser profile.

id
string | null

Optional custom ID for the profile. If not provided, a random ID will be generated.

Response

Profile successfully created.

r
ProfileResponse · object
required

Response model for profile operations.