Install
openclaw skills install justoneapi-tiktok-get-user-postCall GET /api/tiktok/get-user-post/v1 for TikTok User Published Posts through JustOneAPI with secUid.
openclaw skills install justoneapi-tiktok-get-user-postUse this focused JustOneAPI skill for user Published Posts in TikTok. It targets GET /api/tiktok/get-user-post/v1. Required non-token inputs are secUid. OpenAPI describes it as: Get TikTok user Published Posts data, including video ID, description, and publish time, for user activity analysis and posting frequency tracking, influencer performance evaluation, and content trend monitoring for specific creators.
tiktokget-user-postjustoneapi-tiktok-get-user-post| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
getUserPostV1 | v1 | GET | /api/tiktok/get-user-post/v1 | User Published Posts |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
cursor | query | n/a | all | string | Pagination cursor. Use '0' for the first page, then use the 'cursor' value returned in the previous response |
secUid | query | all | n/a | string | The unique security ID of the TikTok user (e.g., MS4wLjABAAAAonP2...) |
sort | query | n/a | all | string | Sorting criteria for the user's posts. Available Values: - _0: Default (Mixed) - _1: Highest Liked - _2: Latest Published |
sort enum | values | n/a | n/a | n/a | _0, _1, _2 |
Request body: none documented; send parameters through path or query arguments.
Use getUserPostV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: getUserPostV1.
node {baseDir}/bin/run.mjs --operation "getUserPostV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"secUid":"<secUid>"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.
JUST_ONE_API_TOKEN--token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.getUserPostV1 on /api/tiktok/get-user-post/v1.secUid) before summarizing results.