tiktok_ get_ asset_ urls
Re-resolve fresh, publicly fetchable URLs for specific TikTok library assets (file/video/ad/info and file/image/ad/info).
Re-resolve fresh, publicly fetchable URLs for specific TikTok library assets (file/video/ad/info and file/image/ad/info). Call at display or download time: every TikTok media URL is signed and expires.
- Source
- TikTok Ads
- Kind
- Read
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
advertiserId- Endpoint
- https:/
/ mcp. getmcpads. com/ tiktok-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Required | TikTok advertiser ID. |
videoIds | array | Optional | Video IDs to refresh (at most 60 per call, TikTok's documented cap) |
imageIds | array | Optional | Image IDs to refresh. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "tiktok_get_asset_urls",
"args": {
"advertiserId": "<string>"
}
}
}