# Create project **POST /data/projects** Create a new project with data provided in the request body. JSON format is expected. Validates production_style. For tvshow production type, automatically creates first episode. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **name** (string) - **production_type** (string) - **production_style** (string) - **project_status_id** (string(uuid)) ## Responses ### 201 Project created successfully #### Body: application/json (object) - **id** (string(uuid)) - **name** (string) - **production_type** (string) - **production_style** (string) - **project_status_id** (string(uuid)) - **first_episode_id** (string(uuid)) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Invalid data format or invalid production_style [Powered by Bump.sh](https://bump.sh)