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 Profile API

The Profile API from Hyperbrowser — 2 operation(s) for profile.

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

Tagged areas include Profile. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 2 paths, and defines 5 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.

3 operations 2 paths 5 schemas 1 DELETE1 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 Profile 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 3

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

Profile 3
POST
/api/profile
Creates a new profile
body → 200
GET
/api/profile/{id}
Get profile by ID
1 param → 200404
DELETE
/api/profile/{id}
Delete profile by ID
1 param → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ProfileResponse (5 properties), CreateProfileResponse (2 properties), BasicResponse (1 property), ErrorResponse (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
BasicResponse
object
1 property
ProfileResponse
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hyperbrowser-profile-api-openapi.yml Raw ↑

Other APIs Hyperbrowser publishes across the network.

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