# solari tiktok content detail

> TikTok投稿1件の全情報。

- **CLI**: `solari tiktok content detail`
- **MCP ツール**: `solari_tiktok_content_detail`
- **アクセス権**: `solari:read` — サインイン済みの SOLARI アカウントであれば利用できます。

TikTok投稿1件の詳細。solari_tiktok_account_postsのエントリと同じitem構造で返ります（文字起こしが存在する場合は含まれます）。投稿はpost_id（solari_tiktok_account_posts、solari_tiktok_content_search、solari_tiktok_account_profileが返すSOLARIのpost UUID）、video_id（公開されているTikTokの数値video id）、またはurl（vm.tiktok.comおよびvt.tiktok.comの短縮リンクを含む任意の公開TikTok投稿URL。アップストリームで解決される）で指定してください。未追跡のvideo_idまたはurlは初回リクエスト時にライブ取得され（10〜40秒かかる）、その場合はfetched_on_demand=trueとなります。投稿が存在しない、公開されていない、またはpost_idが未知の場合、itemはnull。サインイン済みのSOLARIアカウントであれば利用できます。

**どんなときに使うか** — post_id、video_id、または公開URLで単一の投稿を開くとき。

**何が返るか** — account-postsと同じ構造のitem1件。文字起こしが存在する場合は含まれます。

## パラメータ

- `post_id` (string, 任意, 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)$) — SOLARIのpost_id UUID。これ、video_id、urlのいずれかを指定してください。
- `video_id` (string, 任意, pattern ^\d{15,20}$) — 公開されているTikTokの数値video id。投稿URLの/video/または/photo/以降の数字。post_idが指定されている場合は無視されます。
- `url` (string, 任意, ≤ 512 chars) — https://www.tiktok.com/@<handle>/video/<id> のような公開TikTok投稿URL、またはvm.tiktok.com / vt.tiktok.comの短縮リンク。post_idまたはvideo_idが指定されている場合は無視されます。

## レスポンス

### `Response`

- `item` (object | null) — 投稿。存在しないか公開されていない場合はnull。
- `fetched_on_demand` (boolean) — このリクエストが初めてその投稿を取り込んだ場合にtrue。

### `item`

- `post_id` (uuid) — SOLARIのpost id。Instagramのpost idとは別の名前空間。
- `video_id` (string) — 公開されているTikTokの数値ID — /video/または/photo/以降の数字。
- `url` (string) — TikTokの公開パーマリンク。
- `account_id` (uuid) — 投稿者のTikTok account_id。
- `username` (string) — 投稿者のハンドル。
- `post_type` (string) — video（単一クリップ）またはcarousel（画像スライドショー）。
- `posted_at` (timestamp) — 投稿日時（UTC）。
- `caption` (string) — キャプションのテキスト。
- `duration_seconds` (integer) — 動画の長さ。
- `width / height` (integer) — 動画の解像度。
- `play_count` (integer) — 再生数。
- `like_count` (integer) — いいね数。
- `comment_count` (integer) — コメント数。
- `share_count` (integer) — シェア数。
- `collect_count` (integer) — 保存数。
- `is_ad` (boolean) — TikTokがその投稿を広告として扱っているかどうか。
- `is_pinned` (boolean) — プロフィール上部にピン留めされているか。
- `aigc_label_type` (string | null) — TikTokが付与した場合のAI生成コンテンツラベル。
- `original_language_code` (string | null) — 元の言語コード。
- `cover_url` (string) — カバー画像のURL。
- `video_url` (string) — 動画ファイルのURL。
- `images` (string[]) — カルーセルのスライド。video投稿では空。
- `hashtags` (string[]) — キャプションから抽出したハッシュタグ。
- `mentions` (string[]) — キャプション内でメンションされたハンドル。
- `transcript` (string | null) — 音声の文字起こし。include_transcript=trueのときのみ入ります。

## 例

```console
$ solari tiktok content detail video_id=7680375687139642645 include_transcript=true
```

_読みやすさのため、長い文字列と繰り返しの配列要素を省略しています。_

```json
{
  "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 呼び出しとして

```json
{
  "name": "solari_tiktok_content_detail",
  "arguments": {
    "video_id": "7680375687139642645"
  }
}
```

## 注意点

- vm.tiktok.comとvt.tiktok.comの短縮リンクも受け付け、アップストリームで解決されます。
- 未追跡のvideo_idまたはURLは初回リクエスト時にライブ取得されます — 10〜40秒かかります。

## 関連ツール

- [`solari_tiktok_content_batch`](https://solari.sh/docs/tools/tiktok-content-batch.md?lang=ja)
- [`solari_tiktok_account_posts`](https://solari.sh/docs/tools/tiktok-account-posts.md?lang=ja)
