Zilfu for TikTok

Post to TikTok.
From anywhere.

Drop in your videos, write the caption, set privacy and duet controls. Zilfu publishes to TikTok at the right moment — straight from your queue.

L
@lumenstudio
TikTok · Public · 0:42
Scheduled

New video: 5 mobile-first design tips you can ship today 🎬

Mon · 9:00 AM Smart Slot
POST /v1/posts
{
  "content": "Smart Slots ✨",
  "networks": ["tiktok"],
  "schedule_at": "Mon 9:00"
}
✓ scheduled 200 OK · 142ms
  • Skip TikTok's daily upload ritual
  • Privacy and duet controls per post
  • Videos and photo carousels
  • Crosspost without copy-paste
— What you get

Built for the way you use TikTok.

Schedule videos and carousels weeks ahead, crosspost without copy-paste, and see what actually works — all without opening the TikTok app.

01 — Schedule

Film once. Post all month.

Stack a month of videos and photo carousels in one editing session — then step out of the daily upload routine. Zilfu publishes at the optimal hour, every time, even when you're behind the camera or off the grid.

Get started free →
Up next this week 12 scheduled
Tue · 6:15 PM7 slides

Behind the scenes — spring collection shoot

Carousel
Wed · 12:00 PM1:08 · friends only

Studio tour — early peek for the inner circle 🎥

Video
Fri · 8:00 PM0:18

Friday teaser — full reveal landing next week ✨

Video
02 — Compose

Caption once. Post everywhere.

Drop your media into one composer, write the caption, and pick where it goes. A TikTok video can mirror to Instagram Reels, a photo carousel can fan out to Facebook and LinkedIn — all from the same draft. No reformatting, no re-uploading.

Get started free →
New post Saved · just now

New drop Friday at 6pm — behind the scenes of the spring collection 🎬 Video + carousel teaser going live on every channel

Publishing to
TT @lumenstudio TikTok
IG @lumenstudio Instagram
f Lumen Studio Facebook
Li Lumen Studio LinkedIn
03 — Measure

Track every view, like, share.

Views, likes, shares, and follower growth — broken down per video and carousel. Refreshed every four hours, ready when you open your laptop. No CSV exports. No spreadsheets.

Get started free →
Views 86.2K +58%
Likes 4.1K +24%
Followers +612 +13%
Video views · last 30 days TikTok
— How it works

From zero to scheduled in under a minute.

Three steps. Then the rest of your week takes care of itself.

1

Connect in one click.

Sign in with TikTok, pick the account you want Zilfu to manage, and grant the standard permissions. That's the whole setup.

2

Drop in your videos.

Queue a video, build a photo carousel, set privacy and duet controls — directly in the composer, or via Zapier, n8n, your CMS, your AI agent. Anything that talks HTTP.

3

We publish. You scroll.

Videos go live at the right time. Views, likes, and shares roll in every four hours. Webhooks fire on publish, fail, and reply.

— For developers

Automate with APIs.

Your CMS, your AI agent, your automation tool — anything that talks HTTP can publish videos and photo carousels to TikTok. Privacy controls, webhooks, and an MCP server included.

142ms
# Schedule a video to your TikTok account.
curl -X POST https://zilfu.app/api/posts \
  -H "Authorization: Bearer sk_live_xxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "New drop Friday at 6pm 🎬",
    "networks": ["tiktok"],
    "media": ["https://cdn.example.com/video.mp4"],
    "metadata": { "privacy_level": "PUBLIC_TO_EVERYONE", "allow_duet": true },
    "schedule_at": "2026-04-23T18:15:00Z"
  }'
# Add Zilfu's MCP server to Claude, Cursor, or any agent.
{
  "mcpServers": {
    "Zilfu": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://zilfu.app/mcp/social-media",
        "--header",
        "Authorization: Bearer ${SOCIAL_MEDIA_TOKEN}"
      ],
      "env": {
        "SOCIAL_MEDIA_TOKEN": "<paste your api token>"
      }
    }
  }
}
✓ Response · 200 OK
{
  "id": "post_8aB3xY9k",
  "status": "scheduled",
  "scheduled_at": "2026-04-23T18:15:00Z",
  "networks": [
    { "name": "tiktok", "status": "queued" }
  ]
}
No upgrade needed

Full API on the free plan. Same endpoints, no surprises.

No servers to run

Hosted MCP server — drop the URL into Claude, Cursor, or any agent.

Real events

Webhooks fire when posts publish, fail, or get a reply.

— FAQ

TikTok, asked and answered.

No — any standard TikTok account works. Zilfu connects through TikTok's official login and uses TikTok's Content Posting API to schedule on your behalf.

Yes — by spinning up a workspace for each account. Every workspace stays isolated with its own queue and scheduling slots, and you switch between them in one click. The Free plan includes 2 workspaces; paid plans go up to unlimited.

Single videos and photo carousels. For each post you can set the privacy level (public, friends, followers, or private), toggle comments, duets, and stitches, and disclose branded or promotional content with TikTok's compliance prompts built in.

Yes. Scheduled posts sit in your queue until publish time — edit the caption, swap the media, change the privacy level, change the time, or cancel entirely whenever you like.

We never see your password — Zilfu connects through TikTok's official login and only requests the permissions we need: one to publish on your behalf and one to read engagement on your posts. You can revoke access from your TikTok settings at any time.

Schedule once. Show up daily.

Connect your TikTok in one click and let your queue do the rest. Free forever — no credit card, no commitments.

Connect TikTok free →