POST
/
api
/
projects
{
  "name": "Summer Collection 2024",
  "description": "Summer fashion collection",
  "status": "active",
  "ai_settings": {
    "models": {
      "description": "gpt-4",
      "titles": "gpt-3.5-turbo"
    },
    "quality_checks": {
      "enabled": true,
      "min_words": 100
    }
  }
}
{
  "id": 1,
  "name": "Summer Collection 2024",
  "status": "active",
  "created_at": "2024-01-01T12:00:00Z"
}

Create a new project for managing products and their attributes.

Body Parameters

name
string
required

Project name

description
string

Project description

status
string
default:"active"

Project status. One of: active, completed, on_hold, cancelled

ai_settings
object

AI configuration settings

attribute_settings
object

Global attribute behavior settings

{
  "name": "Summer Collection 2024",
  "description": "Summer fashion collection",
  "status": "active",
  "ai_settings": {
    "models": {
      "description": "gpt-4",
      "titles": "gpt-3.5-turbo"
    },
    "quality_checks": {
      "enabled": true,
      "min_words": 100
    }
  }
}
{
  "id": 1,
  "name": "Summer Collection 2024",
  "status": "active",
  "created_at": "2024-01-01T12:00:00Z"
}