Skip to main content
Not a developer? You can use KonbiniAPI directly from ChatGPT, Claude, Zapier, and other AI tools — no API calls or code needed. Get started with MCP →
1

Get your API key

Sign up at app.konbiniapi.com and copy your API key.
2

Make your first request

Fetch a TikTok user profile:
curl https://api.konbiniapi.com/v1/tiktok/users/khaby.lame \
  -H "Authorization: Bearer knbn_your_api_key"
3

Get the response

{
  "@context": [
    "https://www.w3.org/ns/activitystreams#",
    "https://konbiniapi.com/ns/social#"
  ],
  "type": "Person",
  "id": "https://www.tiktok.com/@khaby.lame",
  "name": "Khabane lame",
  "preferredUsername": "khaby.lame",
  "followerCount": 162400000,
  "isVerified": true
}

Next steps

Response format

Learn how responses are structured.

Credits

See how credits are consumed.

Pagination

Navigate through large result sets.

API reference

Explore all available endpoints.