Skip to main content
PUT
/
v1
/
posts
Update draft post
curl --request PUT \
  --url https://api.vidjutsu.ai/v1/posts \
  --header 'Content-Type: application/json' \
  --data '
{
  "caption": "<string>",
  "videoUrl": "<string>",
  "videoId": "<string>",
  "accountId": "<string>",
  "scheduledAt": 123,
  "brief": "<unknown>",
  "tags": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ]
}
'
{
  "postId": "<string>",
  "updated": true
}

Query Parameters

id
string
required

Body

application/json
caption
string
videoUrl
string
videoId
string
accountId
string
scheduledAt
integer<int64>
brief
any
tags
object[]

Response

200 - application/json

The request has succeeded.

postId
string
required
updated
enum<boolean>
required
Available options:
true