Authorization header:
401.
Create an API key
Keys are created in the HalfPage dashboard — they cannot be minted through the API.1
Open the dashboard
Sign in at halfpagetechnologies.com and
go to Settings → API Keys.
2
Create a key
Only organization admins can create, list, or revoke keys. Give the key
a descriptive name (and, optionally, an expiry date).
3
Copy it immediately
The full key (
hp_live_…) is shown once, at creation, and never again.
Copy it and store it in a secret manager right away. If you lose it, revoke
it and create a new one.Use the key
Send the key as a bearer token on every request. For example, listing the available models:What a key can access
A key is scoped to the organization that owns it. Every image, job, and segmentation you create or read is confined to that organization — you can never reach another org’s data with your key. Keys work only on the public product surface:Reachable with an API key
upload · job · image · segmentation · export · modelsDashboard (browser) only
Organization & member management, billing, API-key management, and platform
admin.
403
("API keys cannot access this endpoint"). API keys also cannot manage API keys —
key creation and revocation require an admin browser session.
Key lifetime
A key stops working when any of the following happens:- It is revoked from the dashboard.
- Its optional expiry date passes.
- The admin who created it leaves the organization — a key never outlives its creator’s membership.