Schedule a post to a managed account. Costs 3 credits.
cURL
curl --request POST \ --url https://api.vidjutsu.ai/v1/posts \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "accountId": "<string>", "videoId": "<string>", "caption": "<string>", "scheduledAt": 123 } '
{ "id": "<string>", "status": "scheduled", "creditsCharged": 123 }
Account ID to post to.
Video ID to post.
Post caption.
Unix timestamp. If omitted, posts ASAP.
Post scheduled
scheduled