Skip to main content
GET
/
api
/
download
/
user
/
video
Download All User Videos
curl --request GET \
  --url https://tiktok-api23.p.rapidapi.com/api/download/user/video \
  --header 'x-rapidapi-key: <api-key>'
{
  "itemList": [
    {
      "id": "7558098574555254046",
      "desc": "Pledge allegiance to your 👐 your 🏈 your viiiiiiiibes",
      "play": "Downloadable video URL (without watermark)",
      "cover": "https://p16-pu-sign-useast8.tiktokcdn-us.com/tos-useast8-p-0068-tx2/oMBVk7RErrCPtlrI5DiiyJja6lI6P4OABBADw~tplv-tiktokx-cropcenter-q:300:400:q72.jpeg?dr=16276&refresh_token=0c57284e&x-expires=1773550800&x-signature=7jXPQGUIAfpmvhqtZxAN9joqWGw%3D&t=5872c671&ps=933b5bde&shp=d05b14bd&shcp=ede7c6fc&idc=my2&biz_tag=tt_video&s=PUBLISH&sc=cover",
      "stats": {
        "collect_count": 276831,
        "comment_count": 50721,
        "digg_count": 5728783,
        "download_count": 50285,
        "forward_count": 0,
        "play_count": 74219538,
        "repost_count": 475308,
        "share_count": 154490
      },
      "create_time": 1759756985
    }
  ],
  "hasMore": true,
  "minCursor": 1770959608000,
  "maxCursor": 1759151497000
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

secUid
string
required

User secUid

Example:

"MS4wLjABAAAAqB08cUbXaDWqbD6MCga2RbGTuhfO2EsHayBYx08NDrN7IE3jQuRDNNN6YwyfH6_6"

minCursor
integer
default:0

minCursor parameter is used for pagination. In the first request, the default value of minCursor is 0. For subsequent requests, the value of minCursor will be taken from the response of the previous request. Both minCursor and maxCursor must be provided to paginate in the next request.

Example:

0

maxCursor
integer
default:0

maxCursor parameter is used for pagination. In the first request, the default value of maxCursor is 0. For subsequent requests, the value of maxCursor will be taken from the response of the previous request. Both minCursor and maxCursor must be provided to paginate in the next request.

Example:

0

Response

Success

itemList
object[]
hasMore
boolean

Indicates whether there are more data available to fetch

Example:

true

minCursor
number

minCursor parameter is used for pagination in the next request

Example:

1770959608000

maxCursor
number

maxCursor parameter is used for pagination in the next request

Example:

1759151497000