Documentation

Build with NativeReels.

Everything you need to generate and publish TikTok slideshows — from a five-minute start to the full API.

Getting started

01
Create an account

Sign up and connect your TikTok account from Settings. NativeReels posts through TikTok's official API at safe rate limits.

02
Generate your first slideshow

Drop in a hook and a product link. NativeReels writes the slides and assembles an on-brand slideshow in under a minute.

03
Automate publishing

Set a cadence and let it run. New slideshows are generated and published on autopilot while you focus on the business.

API reference

Authenticate with a bearer token from Settings → API, then call any endpoint over HTTPS.

# Generate a slideshow
curl -X POST https://api.nativereels.com/v1/slideshows \
-H "Authorization: Bearer $NATIVEREELS_KEY" \
-d '{"hook": "3 reasons your skincare isn't working", "link": "https://..."}'
POST
/v1/slideshows

Generate a new slideshow from a hook, product link, and optional brand voice.

GET
/v1/slideshows

List your generated slideshows with status and view metrics.

GET
/v1/slideshows/:id

Fetch a single slideshow, its slides, and publish state.

POST
/v1/publish

Queue a slideshow for publishing to a connected TikTok account.

GET
/v1/accounts

List the TikTok accounts connected to your workspace.

Rate limits, webhooks, and SDK examples are documented inside your dashboard once you connect an account.