Authentication

Every request is authenticated with an API key. Two equivalent forms:

# Header (recommended)
curl https://rasterkit.com/v1/usage -H "x-api-key: rk_live_..."

# Bearer token
curl https://rasterkit.com/v1/usage -H "authorization: Bearer rk_live_..."

Key types

PrefixPurpose
rk_live_Production. Counts against your quota.
rk_test_Development/staging. Same behavior, easier to recognize and rotate.

Security model