cURL
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 }
The request has succeeded and a new resource has been created as a result.
draft
0