Retrieves a list of videos from a TikTok user profile.
/api/v1/get-tiktok-profile-videos
| Header | Type | Description |
|---|---|---|
Content-Type | string | Must be application/json. |
Authorization | string | Your API key (Bearer token). e.g. Bearer sk_xxx |
| Parameter | Type | Description | Required | Default |
|---|---|---|---|---|
handle | string | The TikTok user handle (username). | Yes | |
maxCursor | string | Optional cursor for pagination. Pass the max_cursor from a previous response to get the next page. | No | |
trim | boolean | Whether to get a trimmed/simplified response. | No | false |
requestSource | string | Optional. Source of the request (e.g., MAKE_DOT_COM, ZAPIER, API). | No | API |
handle is the username you see on TikTok, like stoolpresidente. Do not include the @ symbol.Content-Type: application/jsonInvalid JSON in request body'handle' parameter is required and must be a non-empty string.The video service could not process the handle.The video service reported an issue.Service not configured. Please contact support.Service authentication failed. Please contact support.An unexpected server error occurred...The video service is currently unavailable.Received invalid data format from video service.Error fetching video data from the upstream service.max_cursor field from the response to paginate through all videos.has_more field indicates whether there are additional pages available (1 = yes, 0 = no).X-RateLimit-Limit and X-RateLimit-Remaining headers in the response to monitor your usage.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cursor for pagination.
When true, returns a simplified payload.
Optional identifier describing where the API request originated.
API, WEB, MAKE_DOT_COM, ZAPIER, N8N, PLAYGROUND, DEFAULT_AUTOMATION, AGENT_PREVIEW, AGENT_LIVE, AUTOPILOT, STUDIO