Home/TikTok
TikTok Integration

Post to TikTok on autopilot, at scale.

Schedule and publish TikTok videos from the Aidelly dashboard or from any AI agent. Upload video files, write captions, pick hashtags, and set publish times then let Aidelly handle the rest.

Everything you need for TikTok

Video Publishing

Upload and publish short-form videos to TikTok with captions, hashtags, and cover image selection directly from Aidelly.

Advanced Scheduling

Queue videos for peak posting times. Schedule weeks of TikTok content in advance and let Aidelly handle the delivery.

AI Agent Integration

Connect Claude, ChatGPT, n8n, or any MCP/REST client to post TikTok videos programmatically from video scripts to live posts.

Performance Analytics

Pull views, likes, comments, shares, and follower growth per video surfaced in your agent or the Aidelly dashboard.

How to post to TikTok with Aidelly

1

Connect your TikTok account

Go to Settings → Connected Accounts and click Connect TikTok. Authorize Aidelly to publish on your behalf.

2

Upload your video and write a caption

Use the Aidelly dashboard, or tell your AI agent: “Post this video to TikTok at 6pm tomorrow with this caption and hashtags.”

3

Schedule or publish immediately

Set a future schedule_at time, or publish right away. Aidelly queues your video and confirms when it's live on TikTok.

4

Track performance and manage comments

Pull video analytics and reply to comments without leaving Aidelly. Your AI agent can also surface trending comments for you to respond to.

Post to TikTok via API

Your AI agent can publish TikTok videos by calling the Aidelly API with tiktok in the platforms array:

curl -X POST https://api.aidelly.ai/v1/posts \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "content": "New video just dropped! #fyp #business",
  "platforms": ["tiktok"],
  "media_urls": ["https://example.com/video.mp4"],
  "schedule_at": "2025-06-01T18:00:00Z"
  }'

Supported content types

Short-form video
Custom captions & hashtags
Cover image selection

TikTok scheduling common questions

What type of TikTok content can Aidelly post?

Aidelly supports video uploads to TikTok with captions, hashtags, and cover images. Duets, stitches, and livestreams are not supported via the TikTok API.

Can I post to multiple TikTok accounts?

Yes. Connect multiple TikTok accounts and route content to any of them from the dashboard or API. Ideal for agencies managing multiple creator accounts.

Can an AI agent post TikTok videos automatically?

Yes. Any agent using Aidelly's MCP server or REST API can upload a video URL and caption, and Aidelly will publish to TikTok immediately or on a schedule.

Do I need a TikTok Business account?

A TikTok account connected via TikTok for Developers is required. Business accounts get access to additional analytics and API features.

How do I schedule TikTok posts for the best time?

Pass a schedule_at timestamp in ISO 8601 format when creating a post. You can also tell Aidelly in plain language: "Post this tomorrow at 6pm ET."

Does Aidelly support TikTok comment management?

Yes. You can fetch and reply to comments on your TikTok videos from the Aidelly dashboard or via API no need to open the TikTok app.