Loomta
Overview
Loomta Public API 1.0.0
Section titled “Loomta Public API 1.0.0”The Loomta Public API lets you schedule and publish TikTok content programmatically — upload media, create posts (a single video or a 1–35 image photo carousel), and generate AI captions — using a workspace API key.
All requests are authenticated with a Bearer API key (loomta_sk_…). Every
plan, including Free, can call the API; plan limits (monthly posts, storage,
connected accounts, AI credits) are enforced per request.
Authentication
Section titled “Authentication”apiKey
Section titled “apiKey”A workspace API key, sent as Authorization: Bearer loomta_sk_…. Create one in the dashboard under Settings → API Keys. The key is shown once at creation and is scoped to a single workspace.
Security scheme type: http
Bearer format: loomta_sk_
sessionAuth
Section titled “sessionAuth”Loomta web-app session token. Not used by API-key clients.
Security scheme type: http