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

Body

application/json
postId
string
required
accountId
string

Response

201 - application/json

The request has succeeded and a new resource has been created as a result.

id
string
required
status
enum<string>
required
Available options:
draft
creditsCharged
enum<number>
required
Available options:
0