---
title: "Get oEmbed Metadata"
method: GET
path: "/v1/tiktok/oembed"
tags: ["TikTok Videos"]
---

# Get oEmbed Metadata

`GET /v1/tiktok/oembed`

Cheap, unauthenticated oEmbed metadata for a TikTok video or profile URL.

## Query parameters

- `url` string, required
- `region` string

## Response `200`

oEmbed metadata

- TikTokOEmbed — oEmbed metadata for a TikTok URL.
  - `version` string
  - `type` string
  - `title` string
  - `author_name` string
  - `author_url` string
  - `provider_name` string
  - `provider_url` string
  - `html` string — Embed HTML snippet.
  - `thumbnail_url` string
  - `thumbnail_width` integer
  - `thumbnail_height` integer
  - `embed_product_id` string
  - `embed_type` string

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
