# TikTok Business API SDK - Python
Comprehensive collection of client libraries that enable our developers to build software to integrate with Business API faster and in a more standardized way.
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
- API version: 0.1.2
## Requirements.
Python 2.7 and 3.4+
## Installation & Usage
Please refer to the "Integration with Python SDK" section in the [README.md](https://github.com/tiktok/tiktok-business-api-sdk/blob/main/README.md) under the root folder.
## Getting Started
Please follow the [installation procedure](#installation--usage) and then run the following:
```python
from __future__ import print_function
import time
import business_api_client
from business_api_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = business_api_client.AccountApi(business_api_client.ApiClient(configuration))
access_token = 'access_token_example' # str | Authorized access token. For details, see [Authentication](https://ads.tiktok.com/marketing_api/docs?id=1738373164380162).
body = business_api_client.AdvertiserUpdateBody() # AdvertiserUpdateBody | Advertiser update body parameters (optional)
try:
# Update an ad account [Advertiser Update](https://ads.tiktok.com/marketing_api/docs?id=1739939050770434)
api_response = api_instance.advertiser_update(access_token, body=body)
pprint(api_response)
except ApiException as e:
print("Exception when calling AccountApi->advertiser_update: %s\n" % e)
```
## Documentation for API Endpoints
All URIs are relative to *https://business-api.tiktok.com*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*AccountApi* | [**advertiser_update**](docs/AccountApi.md#advertiser_update) | **POST** /open_api/v1.3/advertiser/update/ | Update an ad account [Advertiser Update](https://ads.tiktok.com/marketing_api/docs?id=1739939050770434)
*AdApi* | [**ad_create**](docs/AdApi.md#ad_create) | **POST** /open_api/v1.3/ad/create/ | Upload your ad creatives (pictures, videos, texts, call-to-action) and create an ad. For different placements, the creative formats and requirements are different. Upload your ad creatives according to the placement requirements. Each ad group can have up to 20 ads. See here to learn about how to create ads. [Ad create](https://ads.tiktok.com/marketing_api/docs?id=1739953377508354)
*AdApi* | [**ad_get**](docs/AdApi.md#ad_get) | **GET** /open_api/v1.3/ad/get/ | Get the data of regular ads and ACO ads. [Ad get](https://ads.tiktok.com/marketing_api/docs?id=1735735588640770)
*AdApi* | [**ad_status_update**](docs/AdApi.md#ad_status_update) | **POST** /open_api/v1.3/ad/status/update/ | To enable, disable or delete an ad or ads [Ad status update](https://ads.tiktok.com/marketing_api/docs?id=1739953422970882)
*AdApi* | [**ad_update**](docs/AdApi.md#ad_update) | **POST** /open_api/v1.3/ad/update/ | Modify your custom ad creatives such as call-to-action, ad name, text image and video material. To update ACO ads, use the /ad/aco/update/ endpoint. [Ad update](https://ads.tiktok.com/marketing_api/docs?id=1739953422970882)
*AdAcoApi* | [**ad_aco_create**](docs/AdAcoApi.md#ad_aco_create) | **POST** /open_api/v1.3/ad/aco/create/ | Create an ACO ad by uploading necessary ad creatives to the library. [Ad Aco Create](https://ads.tiktok.com/marketing_api/docs?id=1739473063234626)
*AdAcoApi* | [**ad_aco_get**](docs/AdAcoApi.md#ad_aco_get) | **GET** /open_api/v1.3/ad/aco/get/ | Get creative materials for an ACO ad, including call-to-actions, texts, ad names, images, or video materials. [Ad Aco Get](https://ads.tiktok.com/marketing_api/docs?id=1739473020978177)
*AdAcoApi* | [**ad_aco_material_status_update**](docs/AdAcoApi.md#ad_aco_material_status_update) | **POST** /open_api/v1.3/ad/aco/material_status/update/ | Update the status of creative materials for an ACO ad, including ad texts, images, and video materials [Update materials](https://ads.tiktok.com/marketing_api/docs?id=1739506701165570)
*AdAcoApi* | [**ad_aco_update**](docs/AdAcoApi.md#ad_aco_update) | **POST** /open_api/v1.3/ad/aco/update/ | Modify ACO ad creatives. [Update ACO](https://ads.tiktok.com/marketing_api/docs?id=1739473077112833)
*AdgroupApi* | [**adgroup_create**](docs/AdgroupApi.md#adgroup_create) | **POST** /open_api/v1.3/adgroup/create/ | Create an ad group. At the ad group level, you can configure placement, audience settings (see Ad Targeting), budget, schedules, as well as bidding and optimization options for ads. To learn about the procedure and the essential data fields to create an ad group, see Create an Ad Group. [Ad Update](https://ads.tiktok.com/marketing_api/docs?id=1739499616346114)
*AdgroupApi* | [**adgroup_get**](docs/AdgroupApi.md#adgroup_get) | **GET** /open_api/v1.3/adgroup/get/ | Obtain detailed information of an ad group or ad groups. [Adgroup get](https://ads.tiktok.com/marketing_api/docs?id=1739314558673922)
*AdgroupApi* | [**adgroup_quota**](docs/AdgroupApi.md#adgroup_quota) | **GET** /open_api/v1.3/adgroup/quota/ | Get the dynamic quota [Adgroup Quota](https://ads.tiktok.com/marketing_api/docs?id=1768463039162369)
*AdgroupApi* | [**adgroup_status_update**](docs/AdgroupApi.md#adgroup_status_update) | **POST** /open_api/v1.3/adgroup/status/update/ | Enable, disable or delete an ad group. [Adgroup status update](https://ads.tiktok.com/marketing_api/docs?id=1739591716326402)
*AdgroupApi* | [**adgroup_update**](docs/AdgroupApi.md#adgroup_update) | **POST** /open_api/v1.3/adgroup/update/ | Obtain detailed information of an ad group or ad groups. [Adgroup update](https://ads.tiktok.com/marketing_api/docs?id=1739586761631745)
*AudienceApi* | [**dmp_custom_audience_apply**](docs/AudienceApi.md#dmp_custom_audience_apply) | **POST** /open_api/v1.3/dmp/custom_audience/apply/ | Apply a shared custom audience [Dmp Custom_audience Apply](https://ads.tiktok.com/marketing_api/docs?id=1740245827044354)
*AudienceApi* | [**dmp_custom_audience_apply_log**](docs/AudienceApi.md#dmp_custom_audience_apply_log) | **GET** /open_api/v1.3/dmp/custom_audience/apply/log/ | Get the latest application log of custom audiences [Dmp Custom_audience Apply Log](https://ads.tiktok.com/marketing_api/docs?id=1758615737388033)
*AudienceApi* | [**dmp_custom_audience_create**](docs/AudienceApi.md#dmp_custom_audience_create) | **POST** /open_api/v1.3/dmp/custom_audience/create/ | Create an audience by file [Dmp Custom_audience Create](https://ads.tiktok.com/marketing_api/docs?id=1739940570793985)
*AudienceApi* | [**dmp_custom_audience_delete**](docs/AudienceApi.md#dmp_custom_audience_delete) | **POST** /open_api/v1.3/dmp/custom_audience/delete/ | Delete audiences [Dmp Custom_audience Delete](https://ads.tiktok.com/marketing_api/docs?id=1739940539757569)
*AudienceApi* | [**dmp_custom_audience_file_upload**](docs/AudienceApi.md#dmp_custom_audience_file_upload) | **POST** /open_api/v1.3/dmp/custom_audience/file/upload/ | Upload a data file [Dmp Custom_audience File Upload](https://ads.tiktok.com/marketing_api/docs?id=1739940567842818)
*AudienceApi* | [**dmp_custom_audience_get**](docs/AudienceApi.md#dmp_custom_audience_get) | **GET** /open_api/v1.3/dmp/custom_audience/get/ | Obtain the details of specified audiences [Dmp Custom_audience Get](https://ads.tiktok.com/marketing_api/docs?id=1739940507792385)
*AudienceApi* | [**dmp_custom_audience_list**](docs/AudienceApi.md#dmp_custom_audience_list) | **GET** /open_api/v1.3/dmp/custom_audience/list/ | Get all audiences [Dmp Custom_audience List](https://ads.tiktok.com/marketing_api/docs?id=1739940506015746)
*AudienceApi* | [**dmp_custom_audience_lookalike_create**](docs/AudienceApi.md#dmp_custom_audience_lookalike_create) | **POST** /open_api/v1.3/dmp/custom_audience/lookalike/create/ | Create a lookalike audience [Dmp Custom_audience Lookalike Create](https://ads.tiktok.com/marketing_api/docs?id=1739940511844353)
*AudienceApi* | [**dmp_custom_audience_lookalike_update**](docs/AudienceApi.md#dmp_custom_audience_lookalike_update) | **POST** /open_api/v1.3/dmp/custom_audience/lookalike/update/ | Manually refresh a Lookalike Audience [Dmp Custom_audience Lookalike Update](https://ads.tiktok.com/marketing_api/docs?id=1758616888158209)
*AudienceApi* | [**dmp_custom_audience_rule_create**](docs/AudienceApi.md#dmp_custom_audience_rule_create) | **POST** /open_api/v1.3/dmp/custom_audience/rule/create/ | Create an audience by rules [Dmp Custom_audience Rule Create](https://ads.tiktok.com/marketing_api/docs?id=1739940509849601)
*AudienceApi* | [**dmp_custom_audience_share**](docs/AudienceApi.md#dmp_custom_audience_share) | **POST** /open_api/v1.3/dmp/custom_audience/share/ | Share custom audiences with other advertisers [Dmp Custom_audience Share](https://ads.tiktok.com/marketing_api/docs?id=1740245803888706)
*AudienceApi* | [**dmp_custom_audience_share_cancel**](docs/AudienceApi.md#dmp_custom_audience_share_cancel) | **POST** /open_api/v1.3/dmp/custom_audience/share/cancel/ | Stop sharing custom audiences with other advertisers [Dmp Custom_audience Share Cancel](https://ads.tiktok.com/marketing_api/docs?id=1740245829978113)
*AudienceApi* | [**dmp_custom_audience_share_log**](docs/AudienceApi.md#dmp_custom_audience_share_log) | **GET** /open_api/v1.3/dmp/custom_audience/share/log/ | Get the sharing log of a custom audience [Dmp Custom_audience Share Log](https://ads.tiktok.com/marketing_api/docs?id=1740245827044354)
*AudienceApi* | [**dmp_custom_audience_update**](docs/AudienceApi.md#dmp_custom_audience_update) | **POST** /open_api/v1.3/dmp/custom_audience/update/ | Update the details of an audience [Dmp Custom_audience Update](https://ads.tiktok.com/marketing_api/docs?id=1739940572667906)
*AudienceApi* | [**dmp_saved_audience_create**](docs/AudienceApi.md#dmp_saved_audience_create) | **POST** /open_api/v1.3/dmp/saved_audience/create/ | Create a Saved Audience [Dmp Saved_audience Create](https://ads.tiktok.com/marketing_api/docs?id=1780154541898754)
*AudienceApi* | [**dmp_saved_audience_delete**](docs/AudienceApi.md#dmp_saved_audience_delete) | **POST** /open_api/v1.3/dmp/saved_audience/delete/ | Delete Saved Audiences [Dmp Saved_audience Delete](https://ads.tiktok.com/marketing_api/docs?id=1780154666312706)
*AudienceApi* | [**dmp_saved_audience_list**](docs/AudienceApi.md#dmp_saved_audience_list) | **GET** /open_api/v1.3/dmp/saved_audience/list/ | Get the details of Saved Audiences [Dmp Saved_audience List](https://ads.tiktok.com/marketing_api/docs?id=1780154619404290)
*AuthenticationApi* | [**oauth2_access_token**](docs/AuthenticationApi.md#oauth2_access_token) | **POST** /open_api/v1.3/oauth2/access_token/ | Get access_token and refresh_token by auth_code. The creator access token is valid for 24 hours and the refresh token is valid for one year. Within one year you will need to refresh the access token with the refresh token on a daily basis. After one year you will need to ask the creator to reauthorize. [Oauth2 Access Token](https://ads.tiktok.com/marketing_api/docs?id=1739965703387137)
*AuthenticationApi* | [**oauth2_advertiser_get**](docs/AuthenticationApi.md#oauth2_advertiser_get) | **GET** /open_api/v1.3/oauth2/advertiser/get/ | Obtain a list of advertiser accounts that authorized an app. [Advertiser Get](https://ads.tiktok.com/marketing_api/docs?id=1738455508553729)
*BCApi* | [**bc_advertiser_create**](docs/BCApi.md#bc_advertiser_create) | **POST** /open_api/v1.3/bc/advertiser/create/ | Create an ad account [BC advertiser create](https://ads.tiktok.com/marketing_api/docs?id=1739939020318721)
*BCApi* | [**bc_asset_get**](docs/BCApi.md#bc_asset_get) | **GET** /open_api/v1.3/bc/asset/get/ | Get assets [BC asset get](https://ads.tiktok.com/marketing_api/docs?id=1739432717798401)
*BCApi* | [**bc_get**](docs/BCApi.md#bc_get) | **GET** /open_api/v1.3/bc/get/ | Get Business Centers [BC get](https://ads.tiktok.com/marketing_api/docs?id=1737115687501826)
*BCApi* | [**bc_image_upload**](docs/BCApi.md#bc_image_upload) | **POST** /open_api/v1.3/bc/image/upload/ | Upload a business certificate [BC image upload](https://ads.tiktok.com/marketing_api/docs?id=1739938996913218)
*BcPaymentApi* | [**advertiser_balance_get**](docs/BcPaymentApi.md#advertiser_balance_get) | **GET** /open_api/v1.3/advertiser/balance/get/ | Obtain the balance of ad accounts in the Business Center. This function only returns the ad accounts that the Business Center has administrator permissions over. [Advertiser balance get](https://ads.tiktok.com/marketing_api/docs?id=1739939106470913)
*BcPaymentApi* | [**advertiser_transaction_get**](docs/BcPaymentApi.md#advertiser_transaction_get) | **GET** /open_api/v1.3/advertiser/transaction/get/ | Get the transaction records of ad accounts in the Business Center. This function only returns the transaction records of ad accounts that the Business Center has administrator rights over. [Advertiser transaction Get](https://ads.tiktok.com/marketing_api/docs?id=1739939116353538)
*BcPaymentApi* | [**bc_balance_get**](docs/BcPaymentApi.md#bc_balance_get) | **GET** /open_api/v1.3/bc/balance/get/ | Obtain the balance of a Business Center. [Balance get](https://ads.tiktok.com/marketing_api/docs?id=1739939128198145)
*BcPaymentApi* | [**bc_transaction_get**](docs/BcPaymentApi.md#bc_transaction_get) | **GET** /open_api/v1.3/bc/transaction/get/ | Get the transaction records of your Business Centers. [Transaction get](https://ads.tiktok.com/marketing_api/docs?id=1739939140408322)
*BcPaymentApi* | [**bc_transfer**](docs/BcPaymentApi.md#bc_transfer) | **POST** /open_api/v1.3/bc/transfer/ | Recharge money to or deduct money from an ad account in a Business Center. [BC transfer](https://ads.tiktok.com/marketing_api/docs?id=1739939095321601)
*CampaignCreationApi* | [**campaign_create**](docs/CampaignCreationApi.md#campaign_create) | **POST** /open_api/v1.3/campaign/create/ | To create a campaign. To advertise on TikTok Ads, you need to create a campaign and set the Advertising objectives and budget. A regular campaign can contain one or more ad groups. [Campaign Create](https://ads.tiktok.com/marketing_api/docs?id=1739318962329602)
*CampaignCreationApi* | [**campaign_get**](docs/CampaignCreationApi.md#campaign_get) | **GET** /open_api/v1.3/campaign/get/ | Get all campaigns for an ad account. Optionally, you can use filters in your request to return only certain campaigns. [Campaign get](https://ads.tiktok.com/marketing_api/docs?id=1739315828649986)
*CampaignCreationApi* | [**campaign_status_update**](docs/CampaignCreationApi.md#campaign_status_update) | **POST** /open_api/v1.3/campaign/status/update/ | Enable, disable or delete a campaign. [Campaign status update](https://ads.tiktok.com/marketing_api/docs?id=1739320994354178)
*CampaignCreationApi* | [**campaign_update**](docs/CampaignCreationApi.md#campaign_update) | **POST** /open_api/v1.3/campaign/update/ | To modify a campaign after it has been created. Information like campaign name, budget, and budget type can be updated. [Campaign Update](https://ads.tiktok.com/marketing_api/docs?id=1739320422086657)
*CreativeAssetApi* | [**creative_portfolio_create**](docs/CreativeAssetApi.md#creative_portfolio_create) | **POST** /open_api/v1.3/creative/portfolio/create/ | Create a portfolio [Portfolio create](https://ads.tiktok.com/marketing_api/docs?id=1739091950439426)
*EventCallbackApi* | [**pixel_batch**](docs/EventCallbackApi.md#pixel_batch) | **POST** /open_api/v1.3/pixel/batch/ | Pixel Track server-to-server batch api
*EventCallbackApi* | [**pixel_track**](docs/EventCallbackApi.md#pixel_track) | **POST** /open_api/v1.3/pixel/track/ | Pixel Track server-to-server api
*FileApi* | [**ad_image_info**](docs/FileApi.md#ad_image_info) | **GET** /open_api/v1.3/file/image/ad/info/ | The function is used to obtain the information of images from the Asset Library. [File image info](https://ads.tiktok.com/marketing_api/docs?id=1740051721711618)
*FileApi* | [**ad_image_upload**](docs/FileApi.md#ad_image_upload) | **POST** /open_api/v1.3/file/image/ad/upload/ | The function is used to to upload pictures to the Asset Library and use the obtained image ID for creating ads. [File image Upload](https://ads.tiktok.com/marketing_api/docs?id=1739067433456642)
*FileApi* | [**ad_video_info**](docs/FileApi.md#ad_video_info) | **GET** /open_api/v1.3/file/video/ad/info/ | The function is used to get the information about a list of videos [File Video Ad Info](https://ads.tiktok.com/marketing_api/docs?id=1740050161973250) from the Asset Library.
*FileApi* | [**ad_video_search**](docs/FileApi.md#ad_video_search) | **GET** /open_api/v1.3/file/video/ad/search/ | The function is used to to search for video creatives in the Asset Library of an ad account. [File Video Search](to search for video creatives in the Asset Library of an ad account.) Library.
*FileApi* | [**ad_video_upload**](docs/FileApi.md#ad_video_upload) | **POST** /open_api/v1.3/file/video/ad/upload/ | The function is used to upload a video to the Asset Library and use the obtained video ID for creating ads. [File Video Upload](https://ads.tiktok.com/marketing_api/docs?id=1737587322856449)
*IdentityApi* | [**identity_create**](docs/IdentityApi.md#identity_create) | **POST** /open_api/v1.3/identity/create/ | Create a customized user identity. [Identity Create](https://ads.tiktok.com/marketing_api/docs?rid=uraumvplog&id=1740654203526146)
*IdentityApi* | [**identity_get**](docs/IdentityApi.md#identity_get) | **GET** /open_api/v1.3/identity/get/ | Get a list of identities under an ad account. You can filter results by identity type. [Identity Get](https://ads.tiktok.com/marketing_api/docs?rid=uraumvplog&id=1740218420781057)
*IdentityApi* | [**identity_video_info**](docs/IdentityApi.md#identity_video_info) | **GET** /open_api/v1.3/identity/video/info/ | Get the information about a TikTok post that you own, if your identity is AUTH_CODE, TT_USER or BC_AUTH_TT. [Identity Video Info](https://ads.tiktok.com/marketing_api/docs?id=1738958351620097)
*MeasurementApi* | [**app_list**](docs/MeasurementApi.md#app_list) | **GET** /open_api/v1.3/app/list/ | Get the app list [App list](https://ads.tiktok.com/marketing_api/docs?id=1740859313270786)
*MeasurementApi* | [**app_optimization_event**](docs/MeasurementApi.md#app_optimization_event) | **GET** /open_api/v1.3/app/optimization_event/ | Get App Events [App events](https://ads.tiktok.com/marketing_api/docs?id=1740859338750977)
*RecommendToolApi* | [**tool_targeting_category_recommend**](docs/RecommendToolApi.md#tool_targeting_category_recommend) | **POST** /open_api/v1.3/tool/targeting_category/recommend/ | Get recommended interest and action categories [Tool targeting category](https://ads.tiktok.com/marketing_api/docs?id=1736275204260866)
*ReportingApi* | [**report_integrated_get**](docs/ReportingApi.md#report_integrated_get) | **GET** /open_api/v1.3/report/integrated/get/ | Create a synchronous report task. This endpoint can currently return the reporting data of up to 10,000 advertisements. If your number of advertisements exceeds 10,000, please use campaign_ids / adgroup_ids / ad_ids as a filter to obtain the reporting data of all advertisements in batches. Additionally, with CHUNK mode on, up to 20,000 advertisements can be returned. If you use campaign_ids / adgroup_ids / ad_ids as a filter, you can pass in up to 100 IDs at a time. [Reporting Get](https://ads.tiktok.com/marketing_api/docs?id=1740302848100353)
*ToolApi* | [**search_region**](docs/ToolApi.md#search_region) | **GET** /open_api/v1.3/search/region/ | Get available locations by advertiser ID [Search Region](https://ads.tiktok.com/marketing_api/docs?id=1773644763581441)
*ToolApi* | [**tool_action_category**](docs/ToolApi.md#tool_action_category) | **GET** /open_api/v1.3/tool/action_category/ | Get action categories [Tool action](https://ads.tiktok.com/marketing_api/docs?id=1737166752522241)
*ToolApi* | [**tool_bid_recommend**](docs/ToolApi.md#tool_bid_recommend) | **POST** /open_api/v1.3/tool/bid/recommend/ | Get a suggested bid [Tool Bid Recommend](https://ads.tiktok.com/marketing_api/docs?id=1737107845597186)
*ToolApi* | [**tool_brand_safety_partner_authorize_status**](docs/ToolApi.md#tool_brand_safety_partner_authorize_status) | **GET** /open_api/v1.3/tool/brand_safety/partner/authorize/status/ | Get the authorization status of a Brand Safety partner [Tool Brand_safety Partner Authorize Status](https://ads.tiktok.com/marketing_api/docs?id=1738456743621634)
*ToolApi* | [**tool_carrier**](docs/ToolApi.md#tool_carrier) | **GET** /open_api/v1.3/tool/carrier/ | Get carriers [Tool carrier](https://ads.tiktok.com/marketing_api/docs?id=1737168013095938)
*ToolApi* | [**tool_contextual_tag_get**](docs/ToolApi.md#tool_contextual_tag_get) | **GET** /open_api/v1.3/tool/contextual_tag/get/ | Get available contextual tags [Tool Contextual_tag Get](https://ads.tiktok.com/marketing_api/docs?id=1747747118654465)
*ToolApi* | [**tool_contextual_tag_info**](docs/ToolApi.md#tool_contextual_tag_info) | **GET** /open_api/v1.3/tool/contextual_tag/info/ | Get details of contextual tags [Tool Contextual_tag Info](https://ads.tiktok.com/marketing_api/docs?id=1747747180830722)
*ToolApi* | [**tool_device_model**](docs/ToolApi.md#tool_device_model) | **GET** /open_api/v1.3/tool/device_model/ | Get device models [Tool device model](https://ads.tiktok.com/marketing_api/docs?id=1737172880570369)
*ToolApi* | [**tool_hashtag_get**](docs/ToolApi.md#tool_hashtag_get) | **GET** /open_api/v1.3/tool/hashtag/get/ | Get targeting hashtags by ID [Tool Hashtag Get](https://ads.tiktok.com/marketing_api/docs?id=1736280889167874)
*ToolApi* | [**tool_hashtag_recommend**](docs/ToolApi.md#tool_hashtag_recommend) | **GET** /open_api/v1.3/tool/hashtag/recommend/ | Search for targeting hashtags [Tool Hashtag Recommend](https://ads.tiktok.com/marketing_api/docs?id=1736271339521025)
*ToolApi* | [**tool_interest_category**](docs/ToolApi.md#tool_interest_category) | **GET** /open_api/v1.3/tool/interest_category/ | Get interest categories [Tool Interest category](https://ads.tiktok.com/marketing_api/docs?id=1737174348712961)
*ToolApi* | [**tool_interest_keyword_get**](docs/ToolApi.md#tool_interest_keyword_get) | **GET** /open_api/v1.3/tool/interest_keyword/get/ | Get additional interest categories by ID [Tool Interest_keyword Get](https://ads.tiktok.com/marketing_api/docs?id=1763590894544897)
*ToolApi* | [**tool_interest_keyword_recommend**](docs/ToolApi.md#tool_interest_keyword_recommend) | **GET** /open_api/v1.3/tool/interest_keyword/recommend/ | Get interest keywords [Tool kyword recommend](https://ads.tiktok.com/marketing_api/docs?id=1737180852720642)
*ToolApi* | [**tool_language**](docs/ToolApi.md#tool_language) | **GET** /open_api/v1.3/tool/language/ | Get languages [Tool Language](https://ads.tiktok.com/marketing_api/docs?id=1737188554152962)
*ToolApi* | [**tool_open_url**](docs/ToolApi.md#tool_open_url) | **GET** /open_api/v1.3/tool/open_url/ | Get a TikTok in-app link [Tool Open_url](https://ads.tiktok.com/marketing_api/docs?id=1738457335681026)
*ToolApi* | [**tool_os_version**](docs/ToolApi.md#tool_os_version) | **GET** /open_api/v1.3/tool/os_version/ | Get OS versions [Tool Os_version](https://ads.tiktok.com/marketing_api/docs?id=1738308662898689)
*ToolApi* | [**tool_phone_region_code**](docs/ToolApi.md#tool_phone_region_code) | **GET** /open_api/v1.3/tool/phone_region_code/ | Get region calling codes and region codes for phone numbers [Tool Phone_region_code](https://ads.tiktok.com/marketing_api/docs?id=1774488637039618)
*ToolApi* | [**tool_region**](docs/ToolApi.md#tool_region) | **GET** /open_api/v1.3/tool/region/ | Get available locations [Tool Region](https://ads.tiktok.com/marketing_api/docs?id=1737189539571713)
*ToolApi* | [**tool_targeting_info**](docs/ToolApi.md#tool_targeting_info) | **POST** /open_api/v1.3/tool/targeting/info/ | Obtain details about location targeting tags by ID [Tool Targeting Info](https://ads.tiktok.com/marketing_api/docs?id=1761237001980929)
*ToolApi* | [**tool_targeting_list**](docs/ToolApi.md#tool_targeting_list) | **GET** /open_api/v1.3/tool/targeting/list/ | Get internet service providers [Tool Targeting List](https://ads.tiktok.com/marketing_api/docs?id=1762962378261506)
*ToolApi* | [**tool_targeting_search**](docs/ToolApi.md#tool_targeting_search) | **POST** /open_api/v1.3/tool/targeting/search/ | Search for location targeting tags [Tool Targeting Search](https://ads.tiktok.com/marketing_api/docs?id=1761236883355649)
*ToolApi* | [**tool_timezone**](docs/ToolApi.md#tool_timezone) | **GET** /open_api/v1.3/tool/timezone/ | Get time zones [Tool Timezone](https://ads.tiktok.com/marketing_api/docs?id=1738455961470977)
*ToolApi* | [**tool_url_validate**](docs/ToolApi.md#tool_url_validate) | **GET** /open_api/v1.3/tool/url_validate/ | Get the verification results of a URL [Tool Url_validate](https://ads.tiktok.com/marketing_api/docs?id=1774487686007810)
*ToolApi* | [**tool_vbo_status**](docs/ToolApi.md#tool_vbo_status) | **GET** /open_api/v1.3/tool/vbo_status/ | Check Value-Based Optimization eligibility [Tool Vbo_status](https://ads.tiktok.com/marketing_api/docs?id=1770016073586753)
## Documentation For Models
- [AdAcoBody](docs/AdAcoBody.md)
- [AdAcoBodyAvatarIcon](docs/AdAcoBodyAvatarIcon.md)
- [AdAcoBodyAvatarIconList](docs/AdAcoBodyAvatarIconList.md)
- [AdAcoBodyCallToActionList](docs/AdAcoBodyCallToActionList.md)
- [AdAcoBodyCardList](docs/AdAcoBodyCardList.md)
- [AdAcoBodyCommonMaterial](docs/AdAcoBodyCommonMaterial.md)
- [AdAcoBodyCommonMaterialTrackingInfo](docs/AdAcoBodyCommonMaterialTrackingInfo.md)
- [AdAcoBodyDeeplinkList](docs/AdAcoBodyDeeplinkList.md)
- [AdAcoBodyDisplayNameList](docs/AdAcoBodyDisplayNameList.md)
- [AdAcoBodyLandingPageUrls](docs/AdAcoBodyLandingPageUrls.md)
- [AdAcoBodyMediaInfo](docs/AdAcoBodyMediaInfo.md)
- [AdAcoBodyMediaInfoImageInfo](docs/AdAcoBodyMediaInfoImageInfo.md)
- [AdAcoBodyMediaInfoList](docs/AdAcoBodyMediaInfoList.md)
- [AdAcoBodyMediaInfoVideoInfo](docs/AdAcoBodyMediaInfoVideoInfo.md)
- [AdAcoBodyPageList](docs/AdAcoBodyPageList.md)
- [AdAcoBodyTitleList](docs/AdAcoBodyTitleList.md)
- [AdAcoUpdateBody](docs/AdAcoUpdateBody.md)
- [AdCreateBody](docs/AdCreateBody.md)
- [AdStatusUpdateBody](docs/AdStatusUpdateBody.md)
- [AdUpdateBody](docs/AdUpdateBody.md)
- [AdUploadBody](docs/AdUploadBody.md)
- [AdgroupCreateBody](docs/AdgroupCreateBody.md)
- [AdgroupStatusUpdateBody](docs/AdgroupStatusUpdateBody.md)
- [AdgroupUpdateBody](docs/AdgroupUpdateBody.md)
- [AdvertiserCreateBody](docs/AdvertiserCreateBody.md)
- [AdvertiserUpdateBody](docs/AdvertiserUpdateBody.md)
- [BcTransferBody](docs/BcTransferBody.md)
- [BidRecommendBody](docs/BidRecommendBody.md)
- [CampaignCreateBody](docs/CampaignCreateBody.md)
- [CampaignStatusUpdateBody](docs/CampaignStatusUpdateBody.md)
- [CampaignUpdateBody](docs/CampaignUpdateBody.md)
- [CustomAudienceApplyBody](docs/CustomAudienceApplyBody.md)
- [CustomAudienceCreateBody](docs/CustomAudienceCreateBody.md)
- [CustomAudienceDeleteBody](docs/CustomAudienceDeleteBody.md)
- [CustomAudienceShareBody](docs/CustomAudienceShareBody.md)
- [CustomAudienceUpdateBody](docs/CustomAudienceUpdateBody.md)
- [FileImageAdUpload](docs/FileImageAdUpload.md)
- [FileUploadBody](docs/FileUploadBody.md)
- [Filtering](docs/Filtering.md)
- [FilteringAdGet](docs/FilteringAdGet.md)
- [FilteringAdgroupGet](docs/FilteringAdgroupGet.md)
- [FilteringAdvertiserBalanceGet](docs/FilteringAdvertiserBalanceGet.md)
- [FilteringAdvertiserTransactionGet](docs/FilteringAdvertiserTransactionGet.md)
- [FilteringBCTransactionGet](docs/FilteringBCTransactionGet.md)
- [FilteringCampaignGet](docs/FilteringCampaignGet.md)
- [FilteringReportIntegratedGet](docs/FilteringReportIntegratedGet.md)
- [FilteringVideoAdSearch](docs/FilteringVideoAdSearch.md)
- [IdentityCreateBody](docs/IdentityCreateBody.md)
- [ImageUploadBody](docs/ImageUploadBody.md)
- [InlineResponse200](docs/InlineResponse200.md)
- [LookalikeCreateBody](docs/LookalikeCreateBody.md)
- [LookalikeUpdateBody](docs/LookalikeUpdateBody.md)
- [MaterialStatusUpdateBody](docs/MaterialStatusUpdateBody.md)
- [Oauth2AccessTokenBody](docs/Oauth2AccessTokenBody.md)
- [OpenApiv13adcreateCreatives](docs/OpenApiv13adcreateCreatives.md)
- [OpenApiv13adcreateDisclaimerClickableTexts](docs/OpenApiv13adcreateDisclaimerClickableTexts.md)
- [OpenApiv13adcreateDisclaimerText](docs/OpenApiv13adcreateDisclaimerText.md)
- [OpenApiv13adgroupcreateActions](docs/OpenApiv13adgroupcreateActions.md)
- [OpenApiv13adgroupcreateAudienceRule](docs/OpenApiv13adgroupcreateAudienceRule.md)
- [OpenApiv13adgroupcreateAudienceRuleExclusions](docs/OpenApiv13adgroupcreateAudienceRuleExclusions.md)
- [OpenApiv13adgroupcreateAudienceRuleExclusionsEventSources](docs/OpenApiv13adgroupcreateAudienceRuleExclusionsEventSources.md)
- [OpenApiv13adgroupcreateAudienceRuleExclusionsFilter](docs/OpenApiv13adgroupcreateAudienceRuleExclusionsFilter.md)
- [OpenApiv13adgroupcreateAudienceRuleExclusionsFilterFilters](docs/OpenApiv13adgroupcreateAudienceRuleExclusionsFilterFilters.md)
- [OpenApiv13adgroupcreateAudienceRuleExclusionsRules](docs/OpenApiv13adgroupcreateAudienceRuleExclusionsRules.md)
- [OpenApiv13adgroupcreateAudienceRuleInclusions](docs/OpenApiv13adgroupcreateAudienceRuleInclusions.md)
- [OpenApiv13adgroupcreateAudienceRuleInclusionsRules](docs/OpenApiv13adgroupcreateAudienceRuleInclusionsRules.md)
- [OpenApiv13adgroupcreateExcludedCustomActions](docs/OpenApiv13adgroupcreateExcludedCustomActions.md)
- [OpenApiv13adgroupcreateIncludedCustomActions](docs/OpenApiv13adgroupcreateIncludedCustomActions.md)
- [OpenApiv13adgroupcreateTargetingExpansion](docs/OpenApiv13adgroupcreateTargetingExpansion.md)
- [OpenApiv13adgroupupdateAudienceRule](docs/OpenApiv13adgroupupdateAudienceRule.md)
- [OpenApiv13adgroupupdateAudienceRuleExclusions](docs/OpenApiv13adgroupupdateAudienceRuleExclusions.md)
- [OpenApiv13adupdateCreatives](docs/OpenApiv13adupdateCreatives.md)
- [OpenApiv13advertiserupdateQualificationImages](docs/OpenApiv13advertiserupdateQualificationImages.md)
- [OpenApiv13bcadvertisercreateAdvertiserInfo](docs/OpenApiv13bcadvertisercreateAdvertiserInfo.md)
- [OpenApiv13bcadvertisercreateBillingGroupInfo](docs/OpenApiv13bcadvertisercreateBillingGroupInfo.md)
- [OpenApiv13bcadvertisercreateBillingInfo](docs/OpenApiv13bcadvertisercreateBillingInfo.md)
- [OpenApiv13bcadvertisercreateContactInfo](docs/OpenApiv13bcadvertisercreateContactInfo.md)
- [OpenApiv13bcadvertisercreateCustomerInfo](docs/OpenApiv13bcadvertisercreateCustomerInfo.md)
- [OpenApiv13bcadvertisercreateQualificationInfo](docs/OpenApiv13bcadvertisercreateQualificationInfo.md)
- [OpenApiv13creativeportfoliocreateAdvancedAudioInfo](docs/OpenApiv13creativeportfoliocreateAdvancedAudioInfo.md)
- [OpenApiv13creativeportfoliocreateAdvancedGestureIcon](docs/OpenApiv13creativeportfoliocreateAdvancedGestureIcon.md)
- [OpenApiv13creativeportfoliocreateBadgeImageInfo](docs/OpenApiv13creativeportfoliocreateBadgeImageInfo.md)
- [OpenApiv13creativeportfoliocreateBadgePosition](docs/OpenApiv13creativeportfoliocreateBadgePosition.md)
- [OpenApiv13creativeportfoliocreatePortfolioContent](docs/OpenApiv13creativeportfoliocreatePortfolioContent.md)
- [OpenApiv13creativeportfoliocreateStickerParam](docs/OpenApiv13creativeportfoliocreateStickerParam.md)
- [OpenApiv13dmpcustomAudienceapplyContextInfo](docs/OpenApiv13dmpcustomAudienceapplyContextInfo.md)
- [OpenApiv13dmpcustomAudiencefileuploadContextInfo](docs/OpenApiv13dmpcustomAudiencefileuploadContextInfo.md)
- [OpenApiv13dmpcustomAudiencelookalikecreateContextInfo](docs/OpenApiv13dmpcustomAudiencelookalikecreateContextInfo.md)
- [OpenApiv13dmpcustomAudiencelookalikecreateLookalikeSpec](docs/OpenApiv13dmpcustomAudiencelookalikecreateLookalikeSpec.md)
- [OpenApiv13dmpcustomAudiencerulecreateRuleSpec](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpec.md)
- [OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSet](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSet.md)
- [OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSet](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSet.md)
- [OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSetFilters](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSetFilters.md)
- [OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSetParameterFilters](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSetParameterFilters.md)
- [OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetRules](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetRules.md)
- [OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSet](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSet.md)
- [OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSet](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSet.md)
- [OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSetFilters](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSetFilters.md)
- [OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSetParameterFilters](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSetParameterFilters.md)
- [OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetRules](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetRules.md)
- [OpenApiv13dmpsavedAudiencecreateActions](docs/OpenApiv13dmpsavedAudiencecreateActions.md)
- [OpenApiv13pixelbatchBatch](docs/OpenApiv13pixelbatchBatch.md)
- [PixelBatchBody](docs/PixelBatchBody.md)
- [PixelContent](docs/PixelContent.md)
- [PixelContext](docs/PixelContext.md)
- [PixelContextAd](docs/PixelContextAd.md)
- [PixelContextPage](docs/PixelContextPage.md)
- [PixelContextUser](docs/PixelContextUser.md)
- [PixelProperties](docs/PixelProperties.md)
- [PixelTrackBody](docs/PixelTrackBody.md)
- [PortfolioCreateBody](docs/PortfolioCreateBody.md)
- [RuleCreateBody](docs/RuleCreateBody.md)
- [SavedAudienceCreateBody](docs/SavedAudienceCreateBody.md)
- [SavedAudienceDeleteBody](docs/SavedAudienceDeleteBody.md)
- [ShareCancelBody](docs/ShareCancelBody.md)
- [TargetingCategoryRecommendBody](docs/TargetingCategoryRecommendBody.md)
- [TargetingInfoBody](docs/TargetingInfoBody.md)
- [TargetingSearchBody](docs/TargetingSearchBody.md)
## Documentation For Authorization
All endpoints do not require authorization.
Raw data
{
"_id": null,
"home_page": "https://github.com/tiktok/tiktok-business-api-sdk",
"name": "tiktok-business-api-sdk-offical",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.4",
"maintainer_email": null,
"keywords": "Swagger, TikTok Business API SDK",
"author": "TikTok Pte. Ltd.",
"author_email": "support@tiktok.com",
"download_url": "https://files.pythonhosted.org/packages/24/4d/8c6ead2cc8295563b4e2bd41334f3595c26422a30cb2d5cadce367747e87/tiktok-business-api-sdk-offical-1.0.2.tar.gz",
"platform": null,
"description": "# TikTok Business API SDK - Python\n\nComprehensive collection of client libraries that enable our developers to build software to integrate with Business API faster and in a more standardized way.\n\nThis Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:\n\n- API version: 0.1.2\n\n## Requirements.\n\nPython 2.7 and 3.4+\n\n## Installation & Usage\n\nPlease refer to the \"Integration with Python SDK\" section in the [README.md](https://github.com/tiktok/tiktok-business-api-sdk/blob/main/README.md) under the root folder.\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\nfrom __future__ import print_function\nimport time\nimport business_api_client\nfrom business_api_client.rest import ApiException\nfrom pprint import pprint\n\n# create an instance of the API class\napi_instance = business_api_client.AccountApi(business_api_client.ApiClient(configuration))\naccess_token = 'access_token_example' # str | Authorized access token. For details, see [Authentication](https://ads.tiktok.com/marketing_api/docs?id=1738373164380162).\nbody = business_api_client.AdvertiserUpdateBody() # AdvertiserUpdateBody | Advertiser update body parameters (optional)\n\ntry:\n # Update an ad account [Advertiser Update](https://ads.tiktok.com/marketing_api/docs?id=1739939050770434)\n api_response = api_instance.advertiser_update(access_token, body=body)\n pprint(api_response)\nexcept ApiException as e:\n print(\"Exception when calling AccountApi->advertiser_update: %s\\n\" % e)\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://business-api.tiktok.com*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*AccountApi* | [**advertiser_update**](docs/AccountApi.md#advertiser_update) | **POST** /open_api/v1.3/advertiser/update/ | Update an ad account [Advertiser Update](https://ads.tiktok.com/marketing_api/docs?id=1739939050770434)\n*AdApi* | [**ad_create**](docs/AdApi.md#ad_create) | **POST** /open_api/v1.3/ad/create/ | Upload your ad creatives (pictures, videos, texts, call-to-action) and create an ad. For different placements, the creative formats and requirements are different. Upload your ad creatives according to the placement requirements. Each ad group can have up to 20 ads. See here to learn about how to create ads. [Ad create](https://ads.tiktok.com/marketing_api/docs?id=1739953377508354)\n*AdApi* | [**ad_get**](docs/AdApi.md#ad_get) | **GET** /open_api/v1.3/ad/get/ | Get the data of regular ads and ACO ads. [Ad get](https://ads.tiktok.com/marketing_api/docs?id=1735735588640770)\n*AdApi* | [**ad_status_update**](docs/AdApi.md#ad_status_update) | **POST** /open_api/v1.3/ad/status/update/ | To enable, disable or delete an ad or ads [Ad status update](https://ads.tiktok.com/marketing_api/docs?id=1739953422970882)\n*AdApi* | [**ad_update**](docs/AdApi.md#ad_update) | **POST** /open_api/v1.3/ad/update/ | Modify your custom ad creatives such as call-to-action, ad name, text image and video material. To update ACO ads, use the /ad/aco/update/ endpoint. [Ad update](https://ads.tiktok.com/marketing_api/docs?id=1739953422970882)\n*AdAcoApi* | [**ad_aco_create**](docs/AdAcoApi.md#ad_aco_create) | **POST** /open_api/v1.3/ad/aco/create/ | Create an ACO ad by uploading necessary ad creatives to the library. [Ad Aco Create](https://ads.tiktok.com/marketing_api/docs?id=1739473063234626)\n*AdAcoApi* | [**ad_aco_get**](docs/AdAcoApi.md#ad_aco_get) | **GET** /open_api/v1.3/ad/aco/get/ | Get creative materials for an ACO ad, including call-to-actions, texts, ad names, images, or video materials. [Ad Aco Get](https://ads.tiktok.com/marketing_api/docs?id=1739473020978177)\n*AdAcoApi* | [**ad_aco_material_status_update**](docs/AdAcoApi.md#ad_aco_material_status_update) | **POST** /open_api/v1.3/ad/aco/material_status/update/ | Update the status of creative materials for an ACO ad, including ad texts, images, and video materials [Update materials](https://ads.tiktok.com/marketing_api/docs?id=1739506701165570)\n*AdAcoApi* | [**ad_aco_update**](docs/AdAcoApi.md#ad_aco_update) | **POST** /open_api/v1.3/ad/aco/update/ | Modify ACO ad creatives. [Update ACO](https://ads.tiktok.com/marketing_api/docs?id=1739473077112833)\n*AdgroupApi* | [**adgroup_create**](docs/AdgroupApi.md#adgroup_create) | **POST** /open_api/v1.3/adgroup/create/ | Create an ad group. At the ad group level, you can configure placement, audience settings (see Ad Targeting), budget, schedules, as well as bidding and optimization options for ads. To learn about the procedure and the essential data fields to create an ad group, see Create an Ad Group. [Ad Update](https://ads.tiktok.com/marketing_api/docs?id=1739499616346114)\n*AdgroupApi* | [**adgroup_get**](docs/AdgroupApi.md#adgroup_get) | **GET** /open_api/v1.3/adgroup/get/ | Obtain detailed information of an ad group or ad groups. [Adgroup get](https://ads.tiktok.com/marketing_api/docs?id=1739314558673922)\n*AdgroupApi* | [**adgroup_quota**](docs/AdgroupApi.md#adgroup_quota) | **GET** /open_api/v1.3/adgroup/quota/ | Get the dynamic quota [Adgroup Quota](https://ads.tiktok.com/marketing_api/docs?id=1768463039162369)\n*AdgroupApi* | [**adgroup_status_update**](docs/AdgroupApi.md#adgroup_status_update) | **POST** /open_api/v1.3/adgroup/status/update/ | Enable, disable or delete an ad group. [Adgroup status update](https://ads.tiktok.com/marketing_api/docs?id=1739591716326402)\n*AdgroupApi* | [**adgroup_update**](docs/AdgroupApi.md#adgroup_update) | **POST** /open_api/v1.3/adgroup/update/ | Obtain detailed information of an ad group or ad groups. [Adgroup update](https://ads.tiktok.com/marketing_api/docs?id=1739586761631745)\n*AudienceApi* | [**dmp_custom_audience_apply**](docs/AudienceApi.md#dmp_custom_audience_apply) | **POST** /open_api/v1.3/dmp/custom_audience/apply/ | Apply a shared custom audience [Dmp Custom_audience Apply](https://ads.tiktok.com/marketing_api/docs?id=1740245827044354)\n*AudienceApi* | [**dmp_custom_audience_apply_log**](docs/AudienceApi.md#dmp_custom_audience_apply_log) | **GET** /open_api/v1.3/dmp/custom_audience/apply/log/ | Get the latest application log of custom audiences [Dmp Custom_audience Apply Log](https://ads.tiktok.com/marketing_api/docs?id=1758615737388033)\n*AudienceApi* | [**dmp_custom_audience_create**](docs/AudienceApi.md#dmp_custom_audience_create) | **POST** /open_api/v1.3/dmp/custom_audience/create/ | Create an audience by file [Dmp Custom_audience Create](https://ads.tiktok.com/marketing_api/docs?id=1739940570793985)\n*AudienceApi* | [**dmp_custom_audience_delete**](docs/AudienceApi.md#dmp_custom_audience_delete) | **POST** /open_api/v1.3/dmp/custom_audience/delete/ | Delete audiences [Dmp Custom_audience Delete](https://ads.tiktok.com/marketing_api/docs?id=1739940539757569)\n*AudienceApi* | [**dmp_custom_audience_file_upload**](docs/AudienceApi.md#dmp_custom_audience_file_upload) | **POST** /open_api/v1.3/dmp/custom_audience/file/upload/ | Upload a data file [Dmp Custom_audience File Upload](https://ads.tiktok.com/marketing_api/docs?id=1739940567842818)\n*AudienceApi* | [**dmp_custom_audience_get**](docs/AudienceApi.md#dmp_custom_audience_get) | **GET** /open_api/v1.3/dmp/custom_audience/get/ | Obtain the details of specified audiences [Dmp Custom_audience Get](https://ads.tiktok.com/marketing_api/docs?id=1739940507792385)\n*AudienceApi* | [**dmp_custom_audience_list**](docs/AudienceApi.md#dmp_custom_audience_list) | **GET** /open_api/v1.3/dmp/custom_audience/list/ | Get all audiences [Dmp Custom_audience List](https://ads.tiktok.com/marketing_api/docs?id=1739940506015746)\n*AudienceApi* | [**dmp_custom_audience_lookalike_create**](docs/AudienceApi.md#dmp_custom_audience_lookalike_create) | **POST** /open_api/v1.3/dmp/custom_audience/lookalike/create/ | Create a lookalike audience [Dmp Custom_audience Lookalike Create](https://ads.tiktok.com/marketing_api/docs?id=1739940511844353)\n*AudienceApi* | [**dmp_custom_audience_lookalike_update**](docs/AudienceApi.md#dmp_custom_audience_lookalike_update) | **POST** /open_api/v1.3/dmp/custom_audience/lookalike/update/ | Manually refresh a Lookalike Audience [Dmp Custom_audience Lookalike Update](https://ads.tiktok.com/marketing_api/docs?id=1758616888158209)\n*AudienceApi* | [**dmp_custom_audience_rule_create**](docs/AudienceApi.md#dmp_custom_audience_rule_create) | **POST** /open_api/v1.3/dmp/custom_audience/rule/create/ | Create an audience by rules [Dmp Custom_audience Rule Create](https://ads.tiktok.com/marketing_api/docs?id=1739940509849601)\n*AudienceApi* | [**dmp_custom_audience_share**](docs/AudienceApi.md#dmp_custom_audience_share) | **POST** /open_api/v1.3/dmp/custom_audience/share/ | Share custom audiences with other advertisers [Dmp Custom_audience Share](https://ads.tiktok.com/marketing_api/docs?id=1740245803888706)\n*AudienceApi* | [**dmp_custom_audience_share_cancel**](docs/AudienceApi.md#dmp_custom_audience_share_cancel) | **POST** /open_api/v1.3/dmp/custom_audience/share/cancel/ | Stop sharing custom audiences with other advertisers [Dmp Custom_audience Share Cancel](https://ads.tiktok.com/marketing_api/docs?id=1740245829978113)\n*AudienceApi* | [**dmp_custom_audience_share_log**](docs/AudienceApi.md#dmp_custom_audience_share_log) | **GET** /open_api/v1.3/dmp/custom_audience/share/log/ | Get the sharing log of a custom audience [Dmp Custom_audience Share Log](https://ads.tiktok.com/marketing_api/docs?id=1740245827044354)\n*AudienceApi* | [**dmp_custom_audience_update**](docs/AudienceApi.md#dmp_custom_audience_update) | **POST** /open_api/v1.3/dmp/custom_audience/update/ | Update the details of an audience [Dmp Custom_audience Update](https://ads.tiktok.com/marketing_api/docs?id=1739940572667906)\n*AudienceApi* | [**dmp_saved_audience_create**](docs/AudienceApi.md#dmp_saved_audience_create) | **POST** /open_api/v1.3/dmp/saved_audience/create/ | Create a Saved Audience [Dmp Saved_audience Create](https://ads.tiktok.com/marketing_api/docs?id=1780154541898754)\n*AudienceApi* | [**dmp_saved_audience_delete**](docs/AudienceApi.md#dmp_saved_audience_delete) | **POST** /open_api/v1.3/dmp/saved_audience/delete/ | Delete Saved Audiences [Dmp Saved_audience Delete](https://ads.tiktok.com/marketing_api/docs?id=1780154666312706)\n*AudienceApi* | [**dmp_saved_audience_list**](docs/AudienceApi.md#dmp_saved_audience_list) | **GET** /open_api/v1.3/dmp/saved_audience/list/ | Get the details of Saved Audiences [Dmp Saved_audience List](https://ads.tiktok.com/marketing_api/docs?id=1780154619404290)\n*AuthenticationApi* | [**oauth2_access_token**](docs/AuthenticationApi.md#oauth2_access_token) | **POST** /open_api/v1.3/oauth2/access_token/ | Get access_token and refresh_token by auth_code. The creator access token is valid for 24 hours and the refresh token is valid for one year. Within one year you will need to refresh the access token with the refresh token on a daily basis. After one year you will need to ask the creator to reauthorize. [Oauth2 Access Token](https://ads.tiktok.com/marketing_api/docs?id=1739965703387137)\n*AuthenticationApi* | [**oauth2_advertiser_get**](docs/AuthenticationApi.md#oauth2_advertiser_get) | **GET** /open_api/v1.3/oauth2/advertiser/get/ | Obtain a list of advertiser accounts that authorized an app. [Advertiser Get](https://ads.tiktok.com/marketing_api/docs?id=1738455508553729)\n*BCApi* | [**bc_advertiser_create**](docs/BCApi.md#bc_advertiser_create) | **POST** /open_api/v1.3/bc/advertiser/create/ | Create an ad account [BC advertiser create](https://ads.tiktok.com/marketing_api/docs?id=1739939020318721)\n*BCApi* | [**bc_asset_get**](docs/BCApi.md#bc_asset_get) | **GET** /open_api/v1.3/bc/asset/get/ | Get assets [BC asset get](https://ads.tiktok.com/marketing_api/docs?id=1739432717798401)\n*BCApi* | [**bc_get**](docs/BCApi.md#bc_get) | **GET** /open_api/v1.3/bc/get/ | Get Business Centers [BC get](https://ads.tiktok.com/marketing_api/docs?id=1737115687501826)\n*BCApi* | [**bc_image_upload**](docs/BCApi.md#bc_image_upload) | **POST** /open_api/v1.3/bc/image/upload/ | Upload a business certificate [BC image upload](https://ads.tiktok.com/marketing_api/docs?id=1739938996913218)\n*BcPaymentApi* | [**advertiser_balance_get**](docs/BcPaymentApi.md#advertiser_balance_get) | **GET** /open_api/v1.3/advertiser/balance/get/ | Obtain the balance of ad accounts in the Business Center. This function only returns the ad accounts that the Business Center has administrator permissions over. [Advertiser balance get](https://ads.tiktok.com/marketing_api/docs?id=1739939106470913)\n*BcPaymentApi* | [**advertiser_transaction_get**](docs/BcPaymentApi.md#advertiser_transaction_get) | **GET** /open_api/v1.3/advertiser/transaction/get/ | Get the transaction records of ad accounts in the Business Center. This function only returns the transaction records of ad accounts that the Business Center has administrator rights over. [Advertiser transaction Get](https://ads.tiktok.com/marketing_api/docs?id=1739939116353538)\n*BcPaymentApi* | [**bc_balance_get**](docs/BcPaymentApi.md#bc_balance_get) | **GET** /open_api/v1.3/bc/balance/get/ | Obtain the balance of a Business Center. [Balance get](https://ads.tiktok.com/marketing_api/docs?id=1739939128198145)\n*BcPaymentApi* | [**bc_transaction_get**](docs/BcPaymentApi.md#bc_transaction_get) | **GET** /open_api/v1.3/bc/transaction/get/ | Get the transaction records of your Business Centers. [Transaction get](https://ads.tiktok.com/marketing_api/docs?id=1739939140408322)\n*BcPaymentApi* | [**bc_transfer**](docs/BcPaymentApi.md#bc_transfer) | **POST** /open_api/v1.3/bc/transfer/ | Recharge money to or deduct money from an ad account in a Business Center. [BC transfer](https://ads.tiktok.com/marketing_api/docs?id=1739939095321601)\n*CampaignCreationApi* | [**campaign_create**](docs/CampaignCreationApi.md#campaign_create) | **POST** /open_api/v1.3/campaign/create/ | To create a campaign. To advertise on TikTok Ads, you need to create a campaign and set the Advertising objectives and budget. A regular campaign can contain one or more ad groups. [Campaign Create](https://ads.tiktok.com/marketing_api/docs?id=1739318962329602)\n*CampaignCreationApi* | [**campaign_get**](docs/CampaignCreationApi.md#campaign_get) | **GET** /open_api/v1.3/campaign/get/ | Get all campaigns for an ad account. Optionally, you can use filters in your request to return only certain campaigns. [Campaign get](https://ads.tiktok.com/marketing_api/docs?id=1739315828649986)\n*CampaignCreationApi* | [**campaign_status_update**](docs/CampaignCreationApi.md#campaign_status_update) | **POST** /open_api/v1.3/campaign/status/update/ | Enable, disable or delete a campaign. [Campaign status update](https://ads.tiktok.com/marketing_api/docs?id=1739320994354178)\n*CampaignCreationApi* | [**campaign_update**](docs/CampaignCreationApi.md#campaign_update) | **POST** /open_api/v1.3/campaign/update/ | To modify a campaign after it has been created. Information like campaign name, budget, and budget type can be updated. [Campaign Update](https://ads.tiktok.com/marketing_api/docs?id=1739320422086657)\n*CreativeAssetApi* | [**creative_portfolio_create**](docs/CreativeAssetApi.md#creative_portfolio_create) | **POST** /open_api/v1.3/creative/portfolio/create/ | Create a portfolio [Portfolio create](https://ads.tiktok.com/marketing_api/docs?id=1739091950439426)\n*EventCallbackApi* | [**pixel_batch**](docs/EventCallbackApi.md#pixel_batch) | **POST** /open_api/v1.3/pixel/batch/ | Pixel Track server-to-server batch api\n*EventCallbackApi* | [**pixel_track**](docs/EventCallbackApi.md#pixel_track) | **POST** /open_api/v1.3/pixel/track/ | Pixel Track server-to-server api\n*FileApi* | [**ad_image_info**](docs/FileApi.md#ad_image_info) | **GET** /open_api/v1.3/file/image/ad/info/ | The function is used to obtain the information of images from the Asset Library. [File image info](https://ads.tiktok.com/marketing_api/docs?id=1740051721711618)\n*FileApi* | [**ad_image_upload**](docs/FileApi.md#ad_image_upload) | **POST** /open_api/v1.3/file/image/ad/upload/ | The function is used to to upload pictures to the Asset Library and use the obtained image ID for creating ads. [File image Upload](https://ads.tiktok.com/marketing_api/docs?id=1739067433456642)\n*FileApi* | [**ad_video_info**](docs/FileApi.md#ad_video_info) | **GET** /open_api/v1.3/file/video/ad/info/ | The function is used to get the information about a list of videos [File Video Ad Info](https://ads.tiktok.com/marketing_api/docs?id=1740050161973250) from the Asset Library.\n*FileApi* | [**ad_video_search**](docs/FileApi.md#ad_video_search) | **GET** /open_api/v1.3/file/video/ad/search/ | The function is used to to search for video creatives in the Asset Library of an ad account. [File Video Search](to search for video creatives in the Asset Library of an ad account.) Library.\n*FileApi* | [**ad_video_upload**](docs/FileApi.md#ad_video_upload) | **POST** /open_api/v1.3/file/video/ad/upload/ | The function is used to upload a video to the Asset Library and use the obtained video ID for creating ads. [File Video Upload](https://ads.tiktok.com/marketing_api/docs?id=1737587322856449)\n*IdentityApi* | [**identity_create**](docs/IdentityApi.md#identity_create) | **POST** /open_api/v1.3/identity/create/ | Create a customized user identity. [Identity Create](https://ads.tiktok.com/marketing_api/docs?rid=uraumvplog&id=1740654203526146)\n*IdentityApi* | [**identity_get**](docs/IdentityApi.md#identity_get) | **GET** /open_api/v1.3/identity/get/ | Get a list of identities under an ad account. You can filter results by identity type. [Identity Get](https://ads.tiktok.com/marketing_api/docs?rid=uraumvplog&id=1740218420781057)\n*IdentityApi* | [**identity_video_info**](docs/IdentityApi.md#identity_video_info) | **GET** /open_api/v1.3/identity/video/info/ | Get the information about a TikTok post that you own, if your identity is AUTH_CODE, TT_USER or BC_AUTH_TT. [Identity Video Info](https://ads.tiktok.com/marketing_api/docs?id=1738958351620097)\n*MeasurementApi* | [**app_list**](docs/MeasurementApi.md#app_list) | **GET** /open_api/v1.3/app/list/ | Get the app list [App list](https://ads.tiktok.com/marketing_api/docs?id=1740859313270786)\n*MeasurementApi* | [**app_optimization_event**](docs/MeasurementApi.md#app_optimization_event) | **GET** /open_api/v1.3/app/optimization_event/ | Get App Events [App events](https://ads.tiktok.com/marketing_api/docs?id=1740859338750977)\n*RecommendToolApi* | [**tool_targeting_category_recommend**](docs/RecommendToolApi.md#tool_targeting_category_recommend) | **POST** /open_api/v1.3/tool/targeting_category/recommend/ | Get recommended interest and action categories [Tool targeting category](https://ads.tiktok.com/marketing_api/docs?id=1736275204260866)\n*ReportingApi* | [**report_integrated_get**](docs/ReportingApi.md#report_integrated_get) | **GET** /open_api/v1.3/report/integrated/get/ | Create a synchronous report task. This endpoint can currently return the reporting data of up to 10,000 advertisements. If your number of advertisements exceeds 10,000, please use campaign_ids / adgroup_ids / ad_ids as a filter to obtain the reporting data of all advertisements in batches. Additionally, with CHUNK mode on, up to 20,000 advertisements can be returned. If you use campaign_ids / adgroup_ids / ad_ids as a filter, you can pass in up to 100 IDs at a time. [Reporting Get](https://ads.tiktok.com/marketing_api/docs?id=1740302848100353)\n*ToolApi* | [**search_region**](docs/ToolApi.md#search_region) | **GET** /open_api/v1.3/search/region/ | Get available locations by advertiser ID [Search Region](https://ads.tiktok.com/marketing_api/docs?id=1773644763581441)\n*ToolApi* | [**tool_action_category**](docs/ToolApi.md#tool_action_category) | **GET** /open_api/v1.3/tool/action_category/ | Get action categories [Tool action](https://ads.tiktok.com/marketing_api/docs?id=1737166752522241)\n*ToolApi* | [**tool_bid_recommend**](docs/ToolApi.md#tool_bid_recommend) | **POST** /open_api/v1.3/tool/bid/recommend/ | Get a suggested bid [Tool Bid Recommend](https://ads.tiktok.com/marketing_api/docs?id=1737107845597186)\n*ToolApi* | [**tool_brand_safety_partner_authorize_status**](docs/ToolApi.md#tool_brand_safety_partner_authorize_status) | **GET** /open_api/v1.3/tool/brand_safety/partner/authorize/status/ | Get the authorization status of a Brand Safety partner [Tool Brand_safety Partner Authorize Status](https://ads.tiktok.com/marketing_api/docs?id=1738456743621634)\n*ToolApi* | [**tool_carrier**](docs/ToolApi.md#tool_carrier) | **GET** /open_api/v1.3/tool/carrier/ | Get carriers [Tool carrier](https://ads.tiktok.com/marketing_api/docs?id=1737168013095938)\n*ToolApi* | [**tool_contextual_tag_get**](docs/ToolApi.md#tool_contextual_tag_get) | **GET** /open_api/v1.3/tool/contextual_tag/get/ | Get available contextual tags [Tool Contextual_tag Get](https://ads.tiktok.com/marketing_api/docs?id=1747747118654465)\n*ToolApi* | [**tool_contextual_tag_info**](docs/ToolApi.md#tool_contextual_tag_info) | **GET** /open_api/v1.3/tool/contextual_tag/info/ | Get details of contextual tags [Tool Contextual_tag Info](https://ads.tiktok.com/marketing_api/docs?id=1747747180830722)\n*ToolApi* | [**tool_device_model**](docs/ToolApi.md#tool_device_model) | **GET** /open_api/v1.3/tool/device_model/ | Get device models [Tool device model](https://ads.tiktok.com/marketing_api/docs?id=1737172880570369)\n*ToolApi* | [**tool_hashtag_get**](docs/ToolApi.md#tool_hashtag_get) | **GET** /open_api/v1.3/tool/hashtag/get/ | Get targeting hashtags by ID [Tool Hashtag Get](https://ads.tiktok.com/marketing_api/docs?id=1736280889167874)\n*ToolApi* | [**tool_hashtag_recommend**](docs/ToolApi.md#tool_hashtag_recommend) | **GET** /open_api/v1.3/tool/hashtag/recommend/ | Search for targeting hashtags [Tool Hashtag Recommend](https://ads.tiktok.com/marketing_api/docs?id=1736271339521025)\n*ToolApi* | [**tool_interest_category**](docs/ToolApi.md#tool_interest_category) | **GET** /open_api/v1.3/tool/interest_category/ | Get interest categories [Tool Interest category](https://ads.tiktok.com/marketing_api/docs?id=1737174348712961)\n*ToolApi* | [**tool_interest_keyword_get**](docs/ToolApi.md#tool_interest_keyword_get) | **GET** /open_api/v1.3/tool/interest_keyword/get/ | Get additional interest categories by ID [Tool Interest_keyword Get](https://ads.tiktok.com/marketing_api/docs?id=1763590894544897)\n*ToolApi* | [**tool_interest_keyword_recommend**](docs/ToolApi.md#tool_interest_keyword_recommend) | **GET** /open_api/v1.3/tool/interest_keyword/recommend/ | Get interest keywords [Tool kyword recommend](https://ads.tiktok.com/marketing_api/docs?id=1737180852720642)\n*ToolApi* | [**tool_language**](docs/ToolApi.md#tool_language) | **GET** /open_api/v1.3/tool/language/ | Get languages [Tool Language](https://ads.tiktok.com/marketing_api/docs?id=1737188554152962)\n*ToolApi* | [**tool_open_url**](docs/ToolApi.md#tool_open_url) | **GET** /open_api/v1.3/tool/open_url/ | Get a TikTok in-app link [Tool Open_url](https://ads.tiktok.com/marketing_api/docs?id=1738457335681026)\n*ToolApi* | [**tool_os_version**](docs/ToolApi.md#tool_os_version) | **GET** /open_api/v1.3/tool/os_version/ | Get OS versions [Tool Os_version](https://ads.tiktok.com/marketing_api/docs?id=1738308662898689)\n*ToolApi* | [**tool_phone_region_code**](docs/ToolApi.md#tool_phone_region_code) | **GET** /open_api/v1.3/tool/phone_region_code/ | Get region calling codes and region codes for phone numbers [Tool Phone_region_code](https://ads.tiktok.com/marketing_api/docs?id=1774488637039618)\n*ToolApi* | [**tool_region**](docs/ToolApi.md#tool_region) | **GET** /open_api/v1.3/tool/region/ | Get available locations [Tool Region](https://ads.tiktok.com/marketing_api/docs?id=1737189539571713)\n*ToolApi* | [**tool_targeting_info**](docs/ToolApi.md#tool_targeting_info) | **POST** /open_api/v1.3/tool/targeting/info/ | Obtain details about location targeting tags by ID [Tool Targeting Info](https://ads.tiktok.com/marketing_api/docs?id=1761237001980929)\n*ToolApi* | [**tool_targeting_list**](docs/ToolApi.md#tool_targeting_list) | **GET** /open_api/v1.3/tool/targeting/list/ | Get internet service providers [Tool Targeting List](https://ads.tiktok.com/marketing_api/docs?id=1762962378261506)\n*ToolApi* | [**tool_targeting_search**](docs/ToolApi.md#tool_targeting_search) | **POST** /open_api/v1.3/tool/targeting/search/ | Search for location targeting tags [Tool Targeting Search](https://ads.tiktok.com/marketing_api/docs?id=1761236883355649)\n*ToolApi* | [**tool_timezone**](docs/ToolApi.md#tool_timezone) | **GET** /open_api/v1.3/tool/timezone/ | Get time zones [Tool Timezone](https://ads.tiktok.com/marketing_api/docs?id=1738455961470977)\n*ToolApi* | [**tool_url_validate**](docs/ToolApi.md#tool_url_validate) | **GET** /open_api/v1.3/tool/url_validate/ | Get the verification results of a URL [Tool Url_validate](https://ads.tiktok.com/marketing_api/docs?id=1774487686007810)\n*ToolApi* | [**tool_vbo_status**](docs/ToolApi.md#tool_vbo_status) | **GET** /open_api/v1.3/tool/vbo_status/ | Check Value-Based Optimization eligibility [Tool Vbo_status](https://ads.tiktok.com/marketing_api/docs?id=1770016073586753)\n\n## Documentation For Models\n\n - [AdAcoBody](docs/AdAcoBody.md)\n - [AdAcoBodyAvatarIcon](docs/AdAcoBodyAvatarIcon.md)\n - [AdAcoBodyAvatarIconList](docs/AdAcoBodyAvatarIconList.md)\n - [AdAcoBodyCallToActionList](docs/AdAcoBodyCallToActionList.md)\n - [AdAcoBodyCardList](docs/AdAcoBodyCardList.md)\n - [AdAcoBodyCommonMaterial](docs/AdAcoBodyCommonMaterial.md)\n - [AdAcoBodyCommonMaterialTrackingInfo](docs/AdAcoBodyCommonMaterialTrackingInfo.md)\n - [AdAcoBodyDeeplinkList](docs/AdAcoBodyDeeplinkList.md)\n - [AdAcoBodyDisplayNameList](docs/AdAcoBodyDisplayNameList.md)\n - [AdAcoBodyLandingPageUrls](docs/AdAcoBodyLandingPageUrls.md)\n - [AdAcoBodyMediaInfo](docs/AdAcoBodyMediaInfo.md)\n - [AdAcoBodyMediaInfoImageInfo](docs/AdAcoBodyMediaInfoImageInfo.md)\n - [AdAcoBodyMediaInfoList](docs/AdAcoBodyMediaInfoList.md)\n - [AdAcoBodyMediaInfoVideoInfo](docs/AdAcoBodyMediaInfoVideoInfo.md)\n - [AdAcoBodyPageList](docs/AdAcoBodyPageList.md)\n - [AdAcoBodyTitleList](docs/AdAcoBodyTitleList.md)\n - [AdAcoUpdateBody](docs/AdAcoUpdateBody.md)\n - [AdCreateBody](docs/AdCreateBody.md)\n - [AdStatusUpdateBody](docs/AdStatusUpdateBody.md)\n - [AdUpdateBody](docs/AdUpdateBody.md)\n - [AdUploadBody](docs/AdUploadBody.md)\n - [AdgroupCreateBody](docs/AdgroupCreateBody.md)\n - [AdgroupStatusUpdateBody](docs/AdgroupStatusUpdateBody.md)\n - [AdgroupUpdateBody](docs/AdgroupUpdateBody.md)\n - [AdvertiserCreateBody](docs/AdvertiserCreateBody.md)\n - [AdvertiserUpdateBody](docs/AdvertiserUpdateBody.md)\n - [BcTransferBody](docs/BcTransferBody.md)\n - [BidRecommendBody](docs/BidRecommendBody.md)\n - [CampaignCreateBody](docs/CampaignCreateBody.md)\n - [CampaignStatusUpdateBody](docs/CampaignStatusUpdateBody.md)\n - [CampaignUpdateBody](docs/CampaignUpdateBody.md)\n - [CustomAudienceApplyBody](docs/CustomAudienceApplyBody.md)\n - [CustomAudienceCreateBody](docs/CustomAudienceCreateBody.md)\n - [CustomAudienceDeleteBody](docs/CustomAudienceDeleteBody.md)\n - [CustomAudienceShareBody](docs/CustomAudienceShareBody.md)\n - [CustomAudienceUpdateBody](docs/CustomAudienceUpdateBody.md)\n - [FileImageAdUpload](docs/FileImageAdUpload.md)\n - [FileUploadBody](docs/FileUploadBody.md)\n - [Filtering](docs/Filtering.md)\n - [FilteringAdGet](docs/FilteringAdGet.md)\n - [FilteringAdgroupGet](docs/FilteringAdgroupGet.md)\n - [FilteringAdvertiserBalanceGet](docs/FilteringAdvertiserBalanceGet.md)\n - [FilteringAdvertiserTransactionGet](docs/FilteringAdvertiserTransactionGet.md)\n - [FilteringBCTransactionGet](docs/FilteringBCTransactionGet.md)\n - [FilteringCampaignGet](docs/FilteringCampaignGet.md)\n - [FilteringReportIntegratedGet](docs/FilteringReportIntegratedGet.md)\n - [FilteringVideoAdSearch](docs/FilteringVideoAdSearch.md)\n - [IdentityCreateBody](docs/IdentityCreateBody.md)\n - [ImageUploadBody](docs/ImageUploadBody.md)\n - [InlineResponse200](docs/InlineResponse200.md)\n - [LookalikeCreateBody](docs/LookalikeCreateBody.md)\n - [LookalikeUpdateBody](docs/LookalikeUpdateBody.md)\n - [MaterialStatusUpdateBody](docs/MaterialStatusUpdateBody.md)\n - [Oauth2AccessTokenBody](docs/Oauth2AccessTokenBody.md)\n - [OpenApiv13adcreateCreatives](docs/OpenApiv13adcreateCreatives.md)\n - [OpenApiv13adcreateDisclaimerClickableTexts](docs/OpenApiv13adcreateDisclaimerClickableTexts.md)\n - [OpenApiv13adcreateDisclaimerText](docs/OpenApiv13adcreateDisclaimerText.md)\n - [OpenApiv13adgroupcreateActions](docs/OpenApiv13adgroupcreateActions.md)\n - [OpenApiv13adgroupcreateAudienceRule](docs/OpenApiv13adgroupcreateAudienceRule.md)\n - [OpenApiv13adgroupcreateAudienceRuleExclusions](docs/OpenApiv13adgroupcreateAudienceRuleExclusions.md)\n - [OpenApiv13adgroupcreateAudienceRuleExclusionsEventSources](docs/OpenApiv13adgroupcreateAudienceRuleExclusionsEventSources.md)\n - [OpenApiv13adgroupcreateAudienceRuleExclusionsFilter](docs/OpenApiv13adgroupcreateAudienceRuleExclusionsFilter.md)\n - [OpenApiv13adgroupcreateAudienceRuleExclusionsFilterFilters](docs/OpenApiv13adgroupcreateAudienceRuleExclusionsFilterFilters.md)\n - [OpenApiv13adgroupcreateAudienceRuleExclusionsRules](docs/OpenApiv13adgroupcreateAudienceRuleExclusionsRules.md)\n - [OpenApiv13adgroupcreateAudienceRuleInclusions](docs/OpenApiv13adgroupcreateAudienceRuleInclusions.md)\n - [OpenApiv13adgroupcreateAudienceRuleInclusionsRules](docs/OpenApiv13adgroupcreateAudienceRuleInclusionsRules.md)\n - [OpenApiv13adgroupcreateExcludedCustomActions](docs/OpenApiv13adgroupcreateExcludedCustomActions.md)\n - [OpenApiv13adgroupcreateIncludedCustomActions](docs/OpenApiv13adgroupcreateIncludedCustomActions.md)\n - [OpenApiv13adgroupcreateTargetingExpansion](docs/OpenApiv13adgroupcreateTargetingExpansion.md)\n - [OpenApiv13adgroupupdateAudienceRule](docs/OpenApiv13adgroupupdateAudienceRule.md)\n - [OpenApiv13adgroupupdateAudienceRuleExclusions](docs/OpenApiv13adgroupupdateAudienceRuleExclusions.md)\n - [OpenApiv13adupdateCreatives](docs/OpenApiv13adupdateCreatives.md)\n - [OpenApiv13advertiserupdateQualificationImages](docs/OpenApiv13advertiserupdateQualificationImages.md)\n - [OpenApiv13bcadvertisercreateAdvertiserInfo](docs/OpenApiv13bcadvertisercreateAdvertiserInfo.md)\n - [OpenApiv13bcadvertisercreateBillingGroupInfo](docs/OpenApiv13bcadvertisercreateBillingGroupInfo.md)\n - [OpenApiv13bcadvertisercreateBillingInfo](docs/OpenApiv13bcadvertisercreateBillingInfo.md)\n - [OpenApiv13bcadvertisercreateContactInfo](docs/OpenApiv13bcadvertisercreateContactInfo.md)\n - [OpenApiv13bcadvertisercreateCustomerInfo](docs/OpenApiv13bcadvertisercreateCustomerInfo.md)\n - [OpenApiv13bcadvertisercreateQualificationInfo](docs/OpenApiv13bcadvertisercreateQualificationInfo.md)\n - [OpenApiv13creativeportfoliocreateAdvancedAudioInfo](docs/OpenApiv13creativeportfoliocreateAdvancedAudioInfo.md)\n - [OpenApiv13creativeportfoliocreateAdvancedGestureIcon](docs/OpenApiv13creativeportfoliocreateAdvancedGestureIcon.md)\n - [OpenApiv13creativeportfoliocreateBadgeImageInfo](docs/OpenApiv13creativeportfoliocreateBadgeImageInfo.md)\n - [OpenApiv13creativeportfoliocreateBadgePosition](docs/OpenApiv13creativeportfoliocreateBadgePosition.md)\n - [OpenApiv13creativeportfoliocreatePortfolioContent](docs/OpenApiv13creativeportfoliocreatePortfolioContent.md)\n - [OpenApiv13creativeportfoliocreateStickerParam](docs/OpenApiv13creativeportfoliocreateStickerParam.md)\n - [OpenApiv13dmpcustomAudienceapplyContextInfo](docs/OpenApiv13dmpcustomAudienceapplyContextInfo.md)\n - [OpenApiv13dmpcustomAudiencefileuploadContextInfo](docs/OpenApiv13dmpcustomAudiencefileuploadContextInfo.md)\n - [OpenApiv13dmpcustomAudiencelookalikecreateContextInfo](docs/OpenApiv13dmpcustomAudiencelookalikecreateContextInfo.md)\n - [OpenApiv13dmpcustomAudiencelookalikecreateLookalikeSpec](docs/OpenApiv13dmpcustomAudiencelookalikecreateLookalikeSpec.md)\n - [OpenApiv13dmpcustomAudiencerulecreateRuleSpec](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpec.md)\n - [OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSet](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSet.md)\n - [OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSet](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSet.md)\n - [OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSetFilters](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSetFilters.md)\n - [OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSetParameterFilters](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetFilterSetParameterFilters.md)\n - [OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetRules](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecExclusionRuleSetRules.md)\n - [OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSet](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSet.md)\n - [OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSet](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSet.md)\n - [OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSetFilters](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSetFilters.md)\n - [OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSetParameterFilters](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetFilterSetParameterFilters.md)\n - [OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetRules](docs/OpenApiv13dmpcustomAudiencerulecreateRuleSpecInclusionRuleSetRules.md)\n - [OpenApiv13dmpsavedAudiencecreateActions](docs/OpenApiv13dmpsavedAudiencecreateActions.md)\n - [OpenApiv13pixelbatchBatch](docs/OpenApiv13pixelbatchBatch.md)\n - [PixelBatchBody](docs/PixelBatchBody.md)\n - [PixelContent](docs/PixelContent.md)\n - [PixelContext](docs/PixelContext.md)\n - [PixelContextAd](docs/PixelContextAd.md)\n - [PixelContextPage](docs/PixelContextPage.md)\n - [PixelContextUser](docs/PixelContextUser.md)\n - [PixelProperties](docs/PixelProperties.md)\n - [PixelTrackBody](docs/PixelTrackBody.md)\n - [PortfolioCreateBody](docs/PortfolioCreateBody.md)\n - [RuleCreateBody](docs/RuleCreateBody.md)\n - [SavedAudienceCreateBody](docs/SavedAudienceCreateBody.md)\n - [SavedAudienceDeleteBody](docs/SavedAudienceDeleteBody.md)\n - [ShareCancelBody](docs/ShareCancelBody.md)\n - [TargetingCategoryRecommendBody](docs/TargetingCategoryRecommendBody.md)\n - [TargetingInfoBody](docs/TargetingInfoBody.md)\n - [TargetingSearchBody](docs/TargetingSearchBody.md)\n\n## Documentation For Authorization\n\n All endpoints do not require authorization.\n\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "TikTok Business API SDK",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/tiktok/tiktok-business-api-sdk"
},
"split_keywords": [
"swagger",
" tiktok business api sdk"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "34a4f9c0a6cb7e25c17c8866b7b7169c198f121bbfd838daddd330313e082753",
"md5": "af751ed79c7353f86fe5a6a9e142d103",
"sha256": "beb8a6c2bfb9014706b3464e0a1f0299e206cb396b33dabe7ea777b79bdee47c"
},
"downloads": -1,
"filename": "tiktok_business_api_sdk_offical-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "af751ed79c7353f86fe5a6a9e142d103",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.4",
"size": 355154,
"upload_time": "2024-11-01T22:53:37",
"upload_time_iso_8601": "2024-11-01T22:53:37.262524Z",
"url": "https://files.pythonhosted.org/packages/34/a4/f9c0a6cb7e25c17c8866b7b7169c198f121bbfd838daddd330313e082753/tiktok_business_api_sdk_offical-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "244d8c6ead2cc8295563b4e2bd41334f3595c26422a30cb2d5cadce367747e87",
"md5": "c31fbf57783085b7db10b626e99a6afd",
"sha256": "661550244353cfce809e0ad663018403c747e148d680053fcac8dc3d2e0dc71b"
},
"downloads": -1,
"filename": "tiktok-business-api-sdk-offical-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "c31fbf57783085b7db10b626e99a6afd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.4",
"size": 200656,
"upload_time": "2024-11-01T22:54:28",
"upload_time_iso_8601": "2024-11-01T22:54:28.740460Z",
"url": "https://files.pythonhosted.org/packages/24/4d/8c6ead2cc8295563b4e2bd41334f3595c26422a30cb2d5cadce367747e87/tiktok-business-api-sdk-offical-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-01 22:54:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tiktok",
"github_project": "tiktok-business-api-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "tiktok-business-api-sdk-offical"
}