Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hyperbrowser Profiles API

Create, list, fetch, and delete persistent browser profiles that retain cookies, local storage, and authenticated state across sessions.

Hyperbrowser Profiles API is one of 12 APIs that Hyperbrowser publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Profiles and Sessions. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 4 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against a single base URL, https://api.hyperbrowser.ai.

4 operations 3 paths 6 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://api.hyperbrowser.ai
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Hyperbrowser Profiles API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Account API key from app.hyperbrowser.ai

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 1 DELETE, 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Profiles 4
GET
/api/profiles
Get list of profiles
3 params → 200400500
POST
/api/profile
Creates a New Profile
post-api-profile body → 200
GET
/api/profile/{id}
Get Profile by ID
get-api-profile-id 1 param → 200404
DELETE
/api/profile/{id}
Delete Profile by ID
delete-api-profile-id 1 param → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are ProfileResponse (5 properties), ProfileListResponse (4 properties), CreateProfileResponse (2 properties), BasicResponse (1 property). Each schema is shown below with its type and property counts.

CreateProfileParams
object
1 property
ErrorResponse
object
1 property
CreateProfileResponse
object
2 properties
ProfileListResponse
object
4 properties
BasicResponse
object
1 property
ProfileResponse
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hyperbrowser-profiles-api-openapi.yml Raw ↑

Other APIs Hyperbrowser publishes across the network.

Hyperbrowser Sessions API
Hyperbrowser Scrape API
Hyperbrowser Crawl API
Hyperbrowser Extract API
Hyperbrowser Agents API
Hyperbrowser Extensions API
Hyperbrowser Web API
Hyperbrowser Profile API
Hyperbrowser Session API
Hyperbrowser Task API
Hyperbrowser X402 API