skillfed

tiktok-business-api-sdk-official

TikTok Business API SDK

tiktok-business-api-sdk-official v1.1.3 166.7K downloads/30d#10,483 on PyPI215
Permissive license Active released

What it is and what it does

This is an auto-generated Python SDK for TikTok's Business API, built from Swagger specifications. It wraps HTTP endpoints for app management, advertising campaigns, and conversion event configuration into Python classes and methods. The package handles authentication, request serialization, and response parsing, so you can call TikTok's API methods directly from Python code rather than constructing raw HTTP requests.

The SDK is maintained by TikTok and covers endpoints for creating and listing apps, configuring optimization goals and placements, retrieving conversion events, and managing app retargeting. It depends on urllib3, six, certifi, and python-dateutil for HTTP transport and date handling. The package requires Python 3.4 or later and is actively developed.

Use it for:

  • Automate app creation and management for TikTok advertising campaigns from a Python backend.
  • Retrieve conversion event configurations and optimization goals for app promotion campaigns.
  • Build dashboards or reporting tools that query TikTok app and advertiser data via the Business API.
  • Integrate TikTok app retargeting events into a multi-channel marketing automation platform.
  • Programmatically configure ad placements and objectives for TikTok campaigns at scale.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python client libraries for the TikTok Business API, enabling programmatic access to app management, advertising, and conversion event operations.

Yes. The package is actively maintained, has no known vulnerabilities, uses a permissive MIT license, and provides low-friction access to TikTok's Business API. Install it if you need to integrate TikTok app management or advertising into a Python application. The main prerequisite is having valid TikTok Business API credentials.

Install

tiktok-business-api-sdk-official on PyPI

pip

pip install tiktok-business-api-sdk-official

uv

uv add tiktok-business-api-sdk-official

poetry

poetry add tiktok-business-api-sdk-official

Installing tiktok-business-api-sdk-official

Before you install

Low install friction with standard dependencies (urllib3, six, certifi, python-dateutil). Package is actively maintained with recent commits and no known vulnerabilities.

License in practice

MIT license permits commercial and private use with minimal restrictions, making it suitable for most integration scenarios.

Quickstart

pip install tiktok-business-api-sdk-official

from tiktok_business_api_sdk_official import APPManagementApi, ApiClient

api_instance = APPManagementApi(ApiClient(configuration))
api_response = api_instance.app_list(advertiser_id, access_token)

Requires valid TikTok Business API credentials (advertiser_id and access_token) to make authenticated requests.

Verify before relying

  • Whether the SDK covers all current TikTok Business API endpoints or only a subset.
  • Support status for Python 2.7 mentioned in description despite requires_python showing >=3.4.
  • Frequency and scope of updates relative to TikTok API changes.
  • Actual runtime behavior and completeness of auto-generated API coverage.

Package facts

License not declared (permissive)
Python support supports the current Python release (>=3.4)
Install friction low — pure-Python wheel
Runtime dependencies 4 — urllib3, six, certifi, python-dateutil
Maintenance actively maintained — 168 days since the last release
Last repo commit
First released
Downloads 166,673/month — #10,483 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: tiktok_business_api_sdk_official-1.1.3-py3-none-any.whl

Keywords: Swagger, TikTok Business API SDK

License :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

tiktok business api python clienttiktok ads api sdktiktok app management apitiktok conversion events apitiktok business integrationtiktok advertising api python
api-clienttiktok-integrationadvertising-api

More WWW/HTTP packages