# Project

Manage your projects

## Create Project

 - [POST /tailored-gen/projects](https://docs.bria.ai/tailored-generation/project/create-project.md): Create a new project within the organization.

The following IP types are supported:

Defined Character
A specific character that maintains consistent identity and unique traits while being reproduced in different poses, situations, and actions.

Medium: Photography



Medium: Illustration



Stylized Scene
Complete environments or scenes created with a consistent visual style, look, and feel.

Medium: Photography



Medium: Illustration



Multi-Object Set
A collection of different objects sharing a common style, design language, or color scheme. Objects are typically isolated on solid backgrounds.


Object Variants
Multiple variations of the same object type, maintaining consistent style and structure while showing different interpretations. Objects are typically isolated on solid backgrounds.


Icons
A collection of cohesive, small-scale illustrations or symbols designed to represent concepts, actions, or objects in interfaces and applications.


Character Variants
Multiple characters sharing the same fundamental structure, style, and color palette, allowing creation of new characters that fit within the established design system.

## Get Projects

 - [GET /tailored-gen/projects](https://docs.bria.ai/tailored-generation/project/get-projects.md): Retrieve all projects within the organization. If there are no projects, returns an empty array.

## Get Project by ID

 - [GET /tailored-gen/projects/{project_id}](https://docs.bria.ai/tailored-generation/project/get-project-by-id.md): Retrieve full project information.

## Update Project

 - [PUT /tailored-gen/projects/{project_id}](https://docs.bria.ai/tailored-generation/project/update-project.md): Update a specific project.

## Delete Project

 - [DELETE /tailored-gen/projects/{project_id}](https://docs.bria.ai/tailored-generation/project/delete-project.md): Permanently delete a project and all its associated resources, including all datasets, images, and models. This action cannot be undone. Training models must be stopped before deletion.

