tiktok.download_video
ActiveTool of Vee3
Download a TikTok video. Provide either video_id or video_url, not both. Returns a signed download URL for the standard-quality play file. Set include_hdplay to true only when high definition is required. Prefer return_mode 'url'. Cost = 10 tokens.
Parameters schema
{
"type": "object",
"title": "download_tiktok_videoArguments",
"properties": {
"video_id": {
"anyOf": [
{
"type": "string",
"maxLength": 32
},
{
"type": "null"
}
],
"title": "Video Id",
"default": null,
"description": "TikTok video id."
},
"video_url": {
"anyOf": [
{
"type": "string",
"maxLength": 2048
},
{
"type": "null"
}
],
"title": "Video Url",
"default": null,
"description": "TikTok video URL."
},
"return_mode": {
"type": "string",
"title": "Return Mode",
"default": "both",
"description": "How to deliver the result. 'url' returns signed download URLs only. 'file' returns inline base64 when the file is under 10 MB. 'both' returns signed URLs plus inline base64 when small enough."
},
"include_hdplay": {
"type": "boolean",
"title": "Include Hdplay",
"default": false,
"description": "When true, also download the high-definition hdplay variant. Defaults to false."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries