Skip to main content
POST
/
v1
/
campaigns
/
estimate
Estimate campaign cost
curl --request POST \
  --url https://api.vidjutsu.ai/v1/campaigns/estimate \
  --header 'Content-Type: application/json' \
  --data '
{
  "platform": "tiktok",
  "accountCount": 25,
  "postsPerAccount": 10,
  "addOns": {
    "editSlots": true,
    "commentModeration": true
  }
}
'
{
  "credits": 123,
  "breakdown": [
    {
      "label": "<string>",
      "amount": 123
    }
  ]
}

Body

application/json
platform
enum<string>
required
Available options:
tiktok,
instagram
accountCount
integer
Required range: 1 <= x <= 50
postsPerAccount
integer
Required range: 1 <= x <= 20
addOns
object

Response

200 - application/json

Cost estimate with breakdown

credits
integer
required
breakdown
object[]
required