curl --request GET \
--url https://api.vidjutsu.ai/v1/pricing{
"subscription": {
"price": "<string>",
"includedCredits": 123,
"required": true
},
"pricePerCredit": "<string>",
"maxAccounts": 123,
"costs": {
"accounts.create": 123,
"accounts.provision": 123,
"posts.create": 123,
"posts.schedule": 123,
"analyze": 123,
"scrape": 123
}
}curl --request GET \
--url https://api.vidjutsu.ai/v1/pricing{
"subscription": {
"price": "<string>",
"includedCredits": 123,
"required": true
},
"pricePerCredit": "<string>",
"maxAccounts": 123,
"costs": {
"accounts.create": 123,
"accounts.provision": 123,
"posts.create": 123,
"posts.schedule": 123,
"analyze": 123,
"scrape": 123
}
}