获取用户作品列表/Get user post list

Pipixiaapi

About

获取用户作品列表/Get user post list

Documentation

获取用户作品列表/Get user post list

[中文]

用途:

  • 获取用户作品列表,如视频、图文等。

参数:

  • user_id: 用户id,可以从分享链接中获取。
  • cursor: 翻页游标,默认为0,后续页码从上一页返回的 loadmore_cursor Key中获取对应值。
  • feed_count: 翻页数量,默认为0,后续每次翻页加1,比如第一页为0,第二页为1,第三页为2,以此类推。

返回:

  • 用户作品列表

[English]

Purpose:

  • Get user post list, such as videos, photos, etc.

Parameters:

  • user_id: AKA user id, can be obtained from the share link.
  • cursor: Page cursor, default is 0, get the corresponding value from the loadmore_cursor Key in the previous page.
  • feed_count: Page count, default is 0, add 1 for each page, such as 0 for the first page, 1 for the second page, 2 for the third page, and so on.

Return:

  • User post list

[示例/Example]

user_id = "1310254082831248" cursor = "0" feed_count = "0"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取用户作品列表/Get user post list

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models