Skip to main content
POST
/
v1
/
posts
/
schedule
Schedule draft post
curl --request POST \
  --url https://api.vidjutsu.ai/v1/posts/schedule \
  --header 'Content-Type: application/json' \
  --data '
{
  "postId": "<string>"
}
'
{
  "id": "<string>",
  "status": "scheduled",
  "creditsCharged": 36
}

Body

application/json
postId
string
required

Response

202 - application/json

The request has been accepted for processing, but processing has not yet completed.

id
string
required
status
enum<string>
required
Available options:
scheduled
creditsCharged
enum<number>
required
Available options:
36