Social — entry 033 of 39

TikTok

Verified Jul 2026

TikTok for Developers bundles several OAuth-based kits under one app registration — Login Kit for authentication, Display API for a user's own public videos, and Content Posting API for publishing on their behalf — all issued through open.tiktokapis.com. More sensitive scopes require TikTok's app review before going live, and a separate Research API exists for qualified academics to query public data.

socialvideooauthlogin-kitshort-form-video
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score71out of 100
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 71 on greatapis.com
<a href="https://greatapis.com/api/tiktok/"><img src="https://greatapis.com/badge/tiktok.svg" alt="Scored 71 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.