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

solari catalog tiktok content detail

TikTok 포스트를 불러와요.

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

개요

post_id, video_id, 또는 공개 URL로 TikTok 포스트를 불러와요.

언제 쓰나포스트가 필요할 때 사용해요. id가 많으면 content batch를 쓰세요.

무엇이 나오나포스트예요. 대본이 있으면 같이 와요.

파라미터

post_idstring선택
post_id, video_id, url 중 하나를 넣어요.uuid, pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
video_idstring선택
공개된 TikTok 숫자 idpattern ^\d{15,20}$
urlstring선택
공개 TikTok 포스트 URL≤ 512 chars

응답

Response

itemobject | null
포스트예요. 없거나 비공개면 null이에요
fetched_on_demandboolean
이번에 처음 가져온 포스트면 true예요.

item

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 detail video_id=7680375687139642645 include_transcript=true

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

{
  "item": {
    "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-c.bzine.co/tiktok/users/019b2137-f76e-7b33-9437-26044fa7b1ed/posts/01a0631e-f0df-7e9d-a09b-d84bc31d3834/medias/origin.mp4",
    "images": [],
    "hashtags": [],
    "mentions": [],
    "transcript": null
  },
  "fetched_on_demand": false
}

MCP 호출로 쓰면

{
  "name": "solari_catalog_tiktok_content_detail",
  "arguments": {
    "video_id": "7680375687139642645"
  }
}

주의사항

  • vm.tiktok.com, vt.tiktok.com 짧은 링크도 돼요.
  • 아직 없는 video_id나 URL이면 첫 요청에서 바로 가져와요(약 10–40초)

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