List TikTok users similar to the given user
Returns a paginated list of users TikTok recommends as similar to the given user. The `limit` parameter is best-effort — upstream may ignore it.
Authorization
bearerAuth UnifAPI API key (forwarded verbatim as the upstream provider token).
In: header
Path Parameters
TikTok sec_uid
20 <= lengthQuery Parameters
201 <= value <= 50Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/tiktok/users/stringstringstringst/similar"{
"items": [
{
"id": "string",
"username": "string",
"display_name": "string",
"avatar_url": "string",
"bio": "string",
"is_verified": true,
"is_private": true,
"follower_count": 0,
"following_count": 0,
"like_count": 0,
"video_count": 0,
"region": "string"
}
],
"has_more": true,
"next_cursor": "string"
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
]
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
]
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
]
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
]
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
]
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
]
}
}{
"error": {
"type": "validation_error",
"message": "string",
"request_id": "string",
"issues": [
null
]
}
}Get a TikTok user profile by sec_uid
Returns the canonicalized public profile for the TikTok user with the given sec_uid. Returns 404 not_found if the user does not exist or is private.
List videos posted by a TikTok user
Returns a paginated list of public videos posted by the user with the given sec_uid. Use `next_cursor` from the response as the next request's `cursor`. When `has_more` is false, `next_cursor` is null.