Skip to main content
All API endpoints require a Bearer token in the Authorization header.

Getting your API key

Sign up and get your API key at app.konbiniapi.com. Keys use the knbn_ prefix.

Making authenticated requests

Include your key in the Authorization header:
curl https://api.konbiniapi.com/v1/tiktok/users/example \
  -H "Authorization: Bearer knbn_your_api_key"

Key management

  • Each account has one API key
  • Keys can be rotated without losing your credit balance — credits are tied to your account, not the key
  • Revoked keys are rejected instantly
Keep your API key secret. Do not expose it in client-side code or public repositories.