Skip to main content

Create a campaign

Create a campaign record from a JSON config file:
vidjutsu campaign create --config campaign.json
The config field accepts any JSON object — use it to store campaign metadata for your workflow.
{
  "name": "NYC Summer Launch",
  "accounts": ["acc_8k2x"],
  "notes": "Fashion content, 9:16 vertical"
}
Campaigns are currently a tracking/grouping mechanism. The config is freeform JSON with no enforced schema. Automated campaign orchestration is on the roadmap.

List campaigns

vidjutsu campaign list

Get campaign details

vidjutsu campaign get cmp_abc123