Skip to main content
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