---
title: "Import From Tiktok"
method: POST
path: "/v1/content/import/tiktok"
---

# Import From Tiktok

`POST /v1/content/import/tiktok`

## Request body

- TikTokImportRequest
  - `callbackUrl` string, nullable
  - `urls` string[], nullable
  - `items` SocialImportItem[], nullable
    - `url` string, required
    - `customMetadata` object
    - `externalId` string, nullable
  - `maxVideosPerProfile` integer
  - `topByViews` integer, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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