전체 도구
tiktok · catalog · contentsolari:read로그인한 SOLARI 계정이면 쓸 수 있어요.

solari catalog tiktok content batch

여러 TikTok 포스트를 한 번에 불러와요.

MCP 도구
solari_catalog_tiktok_content_batch
CLI
solari catalog tiktok content batch
권한
solari:read로그인한 SOLARI 계정이면 쓸 수 있어요.로그인한 SOLARI 계정이면 쓸 수 있어요.
Required plan
Free
Credit
0

개요

틱톡 포스트 id 목록으로 캡션과 성과를 불러와요. 없는 id는 건너뛰어요.

언제 쓰나검색이나 계정 포스트에서 받은 id를 한 번에 볼 때 사용해요.

무엇이 나오나찾은 포스트만 나와요.

파라미터

post_idsuuid[]필수
불러올 TikTok 포스트 id. 최대 100개1–100 items, uuid
sortenum선택
최신순, 또는 참여 높은 순기본값 "recent"recentengagement
include_transcriptboolean선택
말한 대본을 포함할지기본값 false

응답

Response

requestedinteger
보낸 id 개수예요
foundinteger
찾은 개수예요
itemsobject[]
찾은 포스트예요

items[]

post_iduuid
TikTok 포스트 id예요. Instagram 것과는 서로 바꿔 쓸 수 없어요
video_idstring
TikTok URL에 있는 공개 숫자 id예요
urlstring
공개 링크예요
account_iduuid
작성자 account_id
usernamestring
작성자 사용자명
post_typestring
video 또는 carousel
posted_attimestamp
게시 시각 (UTC)
captionstring
캡션
duration_secondsinteger
영상 길이
width / heightinteger
해상도
play_countinteger
재생 수
like_countinteger
좋아요
comment_countinteger
댓글 수
share_countinteger
공유 수
collect_countinteger
저장 수
is_adboolean
TikTok 광고 표시예요
is_pinnedboolean
프로필에 고정되어 있는지예요
aigc_label_typestring | null
AI 콘텐츠 라벨이에요. TikTok이 붙인 경우에만 와요
original_language_codestring | null
원본 언어예요
cover_urlstring
커버 이미지 URL
video_urlstring
영상 파일 URL
imagesstring[]
캐러셀 장이에요. 영상이면 비어 있어요
hashtagsstring[]
캡션에 있는 해시태그예요
mentionsstring[]
캡션에서 멘션된 사용자명이에요
transcriptstring | null
말한 대본이에요. include_transcript=true일 때만 와요

예시

요청

$ solari catalog tiktok content batch post_ids='["01a0631e-f0df-7e9d-a09b-d84bc31d3834"]'

응답 · 읽기 편하도록 긴 문자열과 반복되는 배열 항목을 줄였어요.

{
  "requested": 1,
  "found": 1,
  "items": [
    {
      "post_id": "01a0631e-f0df-7e9d-a09b-d84bc31d3834",
      "video_id": "7680375687139642645",
      "url": "https://www.tiktok.com/@innisfree_official/video/7680375687139642645",
      "account_id": "019b2137-f76e-7b33-9437-26044fa7b1ed",
      "username": "innisfree_official",
      "post_type": "video",
      "posted_at": "2026-09-02T12:00:00Z",
      "caption": "Deeply hydrated skin—NO OFF HOURS. 💚  wherever the day takes MINGYU—his hydration stays SUPERCHARGED ⚡️ Green Tea Ceramide Milk: Lightweight milky toner that won't clog your pores  Green Tea Ceramide Mist: Touch-free, fa …",
      "duration_seconds": 23,
      "width": 1080,
      "height": 1920,
      "play_count": 493,
      "like_count": 37,
      "comment_count": 2,
      "share_count": 0,
      "collect_count": 3,
      "is_ad": false,
      "is_pinned": false,
      "aigc_label_type": null,
      "original_language_code": null,
      "cover_url": "https://smr-images-b.bzine.co/tiktok/users/019b2137-f76e-7b33-9437-26044fa7b1ed/posts/01a0631e-f0df-7e9d-a09b-d84bc31d3834/medias/cover.jpg",
      "video_url": "https://smr-images-b.bzine.co/tiktok/users/019b2137-f76e-7b33-9437-26044fa7b1ed/posts/01a0631e-f0df-7e9d-a09b-d84bc31d3834/medias/origin.mp4",
      "images": [],
      "hashtags": [],
      "mentions": [],
      "transcript": null
    }
  ]
}

MCP 호출로 쓰면

{
  "name": "solari_catalog_tiktok_content_batch",
  "arguments": {
    "post_ids": [
      "01a0631e-f0df-7e9d-a09b-d84bc31d3834"
    ]
  }
}

주의사항

  • SOLARI 포스트 id만 받아요. 숫자 video id는 content detail의 video_id로 넣으세요.
  • TikTok 포스트 id와 Instagram 포스트 id는 서로 바꿔 쓸 수 없어요.

기계가 읽는 형식: /docs/tools/catalog-tiktok-content-batch.md