Create browser session
Initiates a new verification session for a given platform. Returns an embedUrl to load in an iframe.
Authorizations
Your partner API key. Alternatively, pass Authorization: Bearer <key>.
Body
Platform ID from the platforms endpoint.
1
Metadata about the person performing verification (name, email, phone, etc.).
{
"name": "John Doe",
"email": "john@example.com"
}Session TTL in hours (1–168). Defaults to the maximum if omitted.
1 <= x <= 16824
Proxy exit country for the verification browser session. When set, the session routes through a residential proxy in this country and the closest Hyperbrowser region is selected automatically, overriding the default URL-based geo selection.
US, IN, DE, GB, JP, SG, AU, BR "US"
HTTPS URL to receive session status webhooks. Must use HTTPS with a valid TLD.
"https://your-app.com/webhooks/cr3dentials"
Your internal reference ID for tracking this session. Included in webhook payloads and responses.
"user_abc123"
