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.
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.
Upload and publish short-form videos to TikTok with captions, hashtags, and cover image selection directly from Aidelly.
Queue videos for peak posting times. Schedule weeks of TikTok content in advance and let Aidelly handle the delivery.
Connect Claude, ChatGPT, n8n, or any MCP/REST client to post TikTok videos programmatically from video scripts to live posts.
Pull views, likes, comments, shares, and follower growth per video surfaced in your agent or the Aidelly dashboard.
Connect your TikTok account
Go to Settings → Connected Accounts and click Connect TikTok. Authorize Aidelly to publish on your behalf.
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.”
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.
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.
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"
}'Aidelly supports video uploads to TikTok with captions, hashtags, and cover images. Duets, stitches, and livestreams are not supported via the TikTok API.
Yes. Connect multiple TikTok accounts and route content to any of them from the dashboard or API. Ideal for agencies managing multiple creator accounts.
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.
A TikTok account connected via TikTok for Developers is required. Business accounts get access to additional analytics and API features.
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."
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.