v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Upload Video from Hashtag

post/serve/api/v1/scraper_tag

Request body

hash_tagsstring[] required
scraper_cntinteger
callbackstring 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

{
  "hash_tags": [
    "LVMH"
  ],
  "callback": "https://your.app/callback",
  "folder_id": 671631448308117500
}

Response

Successful response

msgstring
successboolean
failedboolean

Example response

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