Skip to main content
POST
/
v1
/
estimate
Estimate cost
curl --request POST \
  --url https://api.vidjutsu.ai/v1/estimate \
  --header 'Content-Type: application/json' \
  --data '
{
  "accounts": 123,
  "posts": 123,
  "platform": "instagram"
}
'
{
  "credits": 123,
  "breakdown": [
    {
      "label": "<string>",
      "amount": 123
    }
  ]
}

Body

application/json
accounts
integer<int32>
required
posts
integer<int32>
required
platform
enum<string>
required
Available options:
instagram

Response

200 - application/json

The request has succeeded.

credits
integer<int32>
required
breakdown
object[]
required