Get TikTok user videos

List videos posted by a TikTok user.

← All TikTok endpoints · Capability overview

GET/v1/tiktok/user-videos

https://api.vee3.io/v1/tiktok/user-videos

3 tokens

List videos posted by a TikTok user.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

get_tiktok_user_videos
Parameters5 fields
user_idstringOptional

TikTok numeric user id.

max length 128

unique_idstringOptional

TikTok unique id (username).

max length 128

countintegerRequired

Number of items to return (max 30).

Default: 10 · min 1, max 30

cursorstringOptional

Pagination cursor from a previous response.

max length 4096

latestbooleanRequired

When true, return latest videos. When false, return top videos.

Default: true

Response7 fields
codeinteger

Upstream status code (0 = success).

msgstring

Upstream status message.

processed_timenumber

Upstream processing time in seconds.

dataobject
3 fields

Capability-specific payload from the upstream provider.

cursorstring

Pagination cursor when returned by the provider.

hasMoreboolean

Whether additional pages are available.

totalinteger

Total result count when provided by the upstream provider.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, tiktok_not_configured, tiktok_upstream_error, tiktok_download_empty