Skip to main content

Base URL

EnvironmentURL
Productionhttps://api.app.hrizn.io/v1/public

Authentication

All endpoints (except /health) require an API key in the X-API-Key header.
The /health endpoint is the only endpoint that does not require authentication. Use it to verify the API is operational.

API Architecture

The API is organized into endpoint groups that work together to power the full content lifecycle:

Endpoint groups

Common headers

HeaderRequiredDescription
X-API-KeyYesYour API key
Content-TypeFor POST/PATCHapplication/json
X-Idempotency-KeyNoPrevent duplicate POST operations
AcceptNoapplication/json (default) or text/html for HTML endpoints
Use the X-Idempotency-Key header on all write operations to safely retry failed requests without creating duplicates. See Idempotency for details.
Last modified on March 1, 2026