← Help Center
API

API — getting started

Public endpoints are anonymous-by-default. API keys give attribution and a path to raised limits.

The OpenAPI contract lives at api.claimbo.com/v1/openapi.yaml. Every public endpoint works without auth — anonymous-by-default per IP rate limits apply.

API keys

Visit /me/api-keys to mint one. Keys are scoped to your user, prefixed with ck_, and shown exactly once on creation — we store only the SHA-256.

Send the plaintext on every call as Authorization: Bearer ck_…. Today the key is advisory: it buys attribution (so support can find your traffic) and a place to grow into raised quotas. The default daily quota is 10,000 calls per key.