# TikTok

One TikTok video's card — caption, author, and thumbnail — by URL.

- Method: `GET`
- Path: `/v1/social/tiktok/video`

**Parameters**

| Name | Type | | Description |
|---|---|---|---|
| `url` | string | required | A tiktok.com video URL. |
| `max_age` | integer (seconds) | optional | Ask for data no older than this. Clamped to the product's own floor, so it can narrow the window but never force a refresh on every call. |

**Example request**

```bash
curl https://api.diraz.ae/v1/social/tiktok/video \
  -H "Authorization: Bearer drz_live_…"
```

**Example response**

```json
{
  "data": {
    "url": "https://www.tiktok.com/@scout2015/video/6718335390845095173",
    "title": "Scramble up ur name & I'll try to guess it #foryoupage #petsoftiktok #aesthetic",
    "author_name": "Scout, Suki & Stella",
    "author_url": "https://www.tiktok.com/@scout2015",
    "thumbnail_url": "https://p19-sign.tiktokcdn.com/obj/tos-useast2a-p-0037-avt-0068/…",
    "width": "100%",
    "height": "100%"
  },
  "meta": {
    "request_id": "req_7Q2fK4mZ",
    "as_of": "2026-08-23T12:30:00.000Z",
    "age_seconds": 42,
    "next_update_at": "2026-08-23T12:45:00.000Z"
  }
}
```

**MCP**: callable from any AI agent via `call_api` with endpoint `tiktok-video` — https://mcp.diraz.ae/mcp