Skip to main content
POST
Upload Certificate

Authorizations

anchor-api-key
string
header
required

API key for your Anchor Browser account, sent as the anchor-api-key header on every request. Create one at app.anchorbrowser.io (API Access), or obtain one programmatically via the unauthenticated agent-access flow (POST /v1/agent-access).

Body

multipart/form-data
name
string
required

Unique identifier for the certificate (alphanumeric, hyphens, underscores only, 1-255 characters)

Pattern: ^[a-zA-Z0-9\-_]+$
file
file
required

Certificate file (.crt, .pem, .cer, or .der format)

description
string

Optional description of the certificate (max 1000 characters)

Maximum string length: 1000

Response

Certificate uploaded successfully

data
object