create_project
Create a new project with a specified type and optional title, description, and configuration data for social media management.
Instructions
Create a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Flexible JSON data for this project. Has a base schema with flags (Dict[str,bool]) but accepts any additional fields. Used to store project-specific config like campaign settings, prompts, image params, etc. | |
| title | No | Project title (defaults to "Untitled Project" if omitted) | |
| description | No | Optional project description | |
| primary_type | No | Free-form project category string. Known values include: ad, SMQuotes, AIAvatarVideo, AiProductVideos, UGCVideo, ImageYTThumb, campaign, blog, or any custom type. | |
| resourcetype | Yes | Project type selector. Determines the model and serializer used. The API is polymorphic — the same URL structure serves different project types depending on this value. |