social-campaigns

Installation
SKILL.md

Skill: Social Campaigns

Description

Social campaigns are projects with project_kind SOCIAL_CAMPAIGN. This skill documents PublicApiSocialCampaignController at /api/v2/social-campaigns. Authenticate with X-API-KEY.

  • Campaign generation returns activity_id — poll GET /api/v2/jobs/{activity_id} (same as slide workflows).
  • ZIP exports return export_id — poll GET /api/v2/social-campaigns/{campaign_id}/exports/{export_id} (not the jobs endpoint).

TypeScript types (selected)

// --- Create / list / get ---
type PublicApiCreateCampaignRequest = {
  name: string;
  description?: string | null;
  status?: string | null;
Related skills
Installs
20
GitHub Stars
3
First Seen
Mar 12, 2026