Skip to content
Alpha — Headcode is currently in alpha. APIs and data may change without notice.

Authentication

Headcode is currently in active development. There is not yet a self-service flow for creating auth tokens.

To request access, email [email protected].

Once you have a token, send it as a bearer token:

Authorization: Bearer hc_...
Terminal window
curl https://api.headcode.dev/v1/stations/KGX \
-H 'Authorization: Bearer hc_...'

Keep tokens server-side. Do not embed them in mobile apps, browser code or public repositories.

All endpoints require authentication.

For the plans available, what each unlocks, and the rate limits that apply, see Plans and rate limits. For creating, scoping and rotating keys, see API keys.