Skip to main content

Base URL

https://api.konbiniapi.com

Authentication

All API endpoints require Bearer token authentication. Include your API key in the Authorization header:
curl https://api.konbiniapi.com/v1/tiktok/users/example \
  -H "Authorization: Bearer YOUR_API_KEY"
Get your API key at app.konbiniapi.com.

Credits

Every authenticated response includes credit tracking headers:
  • X-Credits-Remaining - Credits remaining in your account
  • X-Credits-Used - Credits consumed by the request
Each successful request costs 1 credit. Requests that fail with 400, 5xx, or upstream errors are refunded (X-Credits-Used: 0).