You're viewing a demo portfolio

Join the waitlist
PRSM

tiktok.download_video

Active

Tool of Vee3

declared in 1.27.1

Download a TikTok video so the user or agent can save and reuse it. Provide either video_id or video_url, not both. The file is saved to account file storage. The response includes file_url for API users and download_code for agents to run `vee3-get-file`. Cost = 10 tokens.

Parameters schema

{
  "type": "object",
  "title": "download_tiktok_videoArguments",
  "properties": {
    "quality": {
      "enum": [
        "standard",
        "hd"
      ],
      "type": "string",
      "title": "Quality",
      "default": "standard",
      "description": "Video quality to download. 'standard' is default quality; 'hd' is high definition. Only one selected quality is downloaded."
    },
    "video_id": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 32
        },
        {
          "type": "null"
        }
      ],
      "title": "Video Id",
      "default": null,
      "description": "TikTok video id."
    },
    "file_name": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 255
        },
        {
          "type": "null"
        }
      ],
      "title": "File Name",
      "default": null,
      "description": "Optional account-relative storage path for the video. If omitted, the file is stored under downloads/ with a generated name."
    },
    "video_url": {
      "anyOf": [
        {
          "type": "string",
          "maxLength": 2048
        },
        {
          "type": "null"
        }
      ],
      "title": "Video Url",
      "default": null,
      "description": "TikTok video URL."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →