Appearance
Create a new project
POST
/api/v1/projects
Create a new content project by providing a name and selecting a target platform. The project is initialized in draft status.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/x-www-form-urlencoded
name
string
Required
platform
string
Required
Valid values
"woocommerce""shopify""magento2""wordpress"Responses
Successful Response
application/json
{
}