v1API Kit

Documentation

Authenticate with an API Kit key. Send requests to the kit host only. Do not embed keys in browsers.

Getting started

  1. Create an account.
  2. Copy the API key shown once after registration.
  3. Call https://labs.astrosia.tech/apikit-api/api/v1/... with x-api-key.

Authentication

x-api-key: ak_live_xxxxx
# also accepted
Authorization: Bearer ak_live_xxxxx

Sessions

Free Session APIs have no markup. Paid Session APIs use an API Kit-controlled trial, then require a paid plan. After trial expiry, Free Session routes still work.

Rate limits

Free plan: 1,000 requests per UTC day. Paid Session uses separate per-minute and per-day caps. Exceeding a cap returns 429 RATE_LIMIT_EXCEEDED.

API catalog