Create a campaign record for tracking. Config is freeform JSON. Costs 0 credits.
cURL
curl --request POST \ --url https://api.vidjutsu.ai/v1/campaigns \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "config": {}, "estimatedCredits": 0 } '
{ "id": "<string>", "status": "draft" }
Freeform JSON. No enforced schema.
Estimated credit cost (for tracking).
Campaign created
draft