v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Upload Video from Platform Creator URL

post/serve/api/v1/scraper

Request body

usernamestring required
scraper_cntinteger
callback_urlstring uri
folder_idinteger

Optional target folder for the upload. Omit or pass -1 for the account's Default folder (auto-created on first use). A positive id must belong to your account.

Example request

{
  "username": "https://www.tiktok.com/@cutshall73",
  "callback_url": "https://your.app/callback",
  "folder_id": 671631448308117500
}

Response

Successful response

msgstring
successboolean
failedboolean

Example response

{
  "msg": "success",
  "success": true
}