List or Create Publications
Query parameters
Repeatable form key for cocreator emails (multipart/form-data). Provide multiple ‘emails’ keys, each with a single email value.
Order results by specified field. Prefix with ’-’ for descending order. Options: updated_at, created_at, name, experiences_count, subscribers_count. Default: -updated_at
Full-text search across publication name and description
Request
Response
Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
Get the Cal.com username of the publication owner if they have Cal.com integration enabled, otherwise return None. Now prioritizes the cal_username field populated by sync command.
Get the total count of published experiences for this publication.
Uses centralized ExperienceCountingService for consistency. Only counts experiences with is_draft=False and primary_deployed_resource_id set.
Get the count of published experiences by type for this publication.
Uses centralized ExperienceCountingService for consistency. Returns a dictionary with experience type as key and count as value. Only counts experiences with is_draft=False and primary_deployed_resource_id set.
Output Sample: { “AI_EXPERT”: 5, “AI_NOTE”: 10, “QUEST”: 3, “PODCAST”: 2 }
Workspace (DGM Group) this publication belongs to. Null for legacy publications.

