Skip to main content
POST
/
api
/
profile
JavaScript
import { Hyperbrowser } from '@hyperbrowser/sdk';

const client = new Hyperbrowser({ apiKey: 'your-api-key' });

await client.profiles.create({
  name: 'My Profile'
});
{
  "id": "<string>",
  "name": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
name
string

Response

200 - application/json

Profile created

id
string
name
string | null