cURL
curl --request POST \ --url https://api.supapo.st/publish/tiktok \ --header 'Content-Type: application/json' \ --data ' { "accountId": "<string>", "imageUrls": [ "<string>" ], "title": "<string>" } '
{ "success": true, "message": "Slideshow sent to TikTok drafts!", "publishId": "tiktok-publish-id" }
Publish a slideshow to TikTok as a photo post
Bearer <supabase-jwt>