TT-Service
TT-Service is a high-performance REST API designed for developers working with TikTok's mobile infrastructure. It provides up-to-date support for the latest TikTok versions (45.x and above), including request signing, device fingerprinting and dynamic function execution - all accessible via straightforward HTTP POST requests. New TikTok versions are continuously monitored and the API is updated…
TT-Service endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
sign /sign |
Generates valid request signatures (X-Argus, X-Gorgon, X-Khronos, X-Ladon) for TikTok API requests. Supports the latest TikTok app versions (45.x and above). Pass your query… |
| POST |
ttticket_keys /ttticket/keys |
Generates a SECP256k1 EC key pair used for the tt-ticket-guard authentication flow on TikTok 45.x and above. Returns a private_hex and public_b64 - store the private_hex to reuse… |
| POST |
ttticket_build /ttticket/build |
Builds the complete tt-ticket-guard header set for TikTok 40.x and above. Pass your path, device_token, dtoken_sign and private_hex from the keys endpoint - returns the… |
| POST |
dsign /dsign |
Generates the hashed device properties required for the TikTok device registration flow on version 45.x and above. Pass your device and geo object from the device generation -… |
| POST |
dyn_1002 /dyn/1002 |
Executes dynamic function 1002 for TikTok request signing. Pass your query params string and stub - returns the computed result as a hex string. |
| POST |
dyn_1003 /dyn/1003 |
Executes dynamic function 1003 for TikTok request signing. Pass your query params string and stub - returns the computed result as a hex string. |
| POST |
dyn_1008 /dyn/1008 |
Executes dynamic function 1008 for TikTok request signing. Pass your query params string and stub - returns the computed result as a hex string. |
| POST |
dyn_1010 /dyn/1010 |
Executes dynamic function 1010 for TikTok request signing. Pass your query params string and stub - returns the computed result as a hex string. |
TT-Service pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | — |
|