---
title: "Create Project"
method: POST
path: "/tailored-gen/projects"
tags: ["Tailored Generation"]
---

# Create Project

`POST /tailored-gen/projects`

Create a new project within the organization. A project encompasses all models trained and datasets created for the IP defined in the project.

The following IP types are supported:

**Multi-Object Set**
A collection of different objects sharing a common style, design language, or color scheme. Objects are typically isolated on solid backgrounds.
<img src="https://bria-datasets.s3.us-east-1.amazonaws.com/api_doc/tailored_gen/multi_object_set.png" alt="Example of multi-object set showing different objects with consistent style" />

**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.
<img src="https://bria-datasets.s3.us-east-1.amazonaws.com/api_doc/tailored_gen/object_variants.png" alt="Example of object variants showing different versions of the same object" />

**Icons**
A collection of cohesive, small-scale illustrations or symbols designed to represent concepts, actions, or objects in interfaces and applications. Maintains consistent visual style across the set.
<img src="https://bria-datasets.s3.us-east-1.amazonaws.com/api_doc/tailored_gen/icons.png" alt="Example of icon set with consistent design language" />

**Defined Character**
A specific character that maintains consistent identity and unique traits while being reproduced in different poses, situations, and actions.
<img src="https://bria-datasets.s3.us-east-1.amazonaws.com/api_doc/tailored_gen/defined_character.png" alt="Example of defined character in different poses" />

**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.
<img src="https://bria-datasets.s3.us-east-1.amazonaws.com/api_doc/tailored_gen/character_variants.png" alt="Example of character variants showing different characters with consistent style" />

**Stylized Scene**
Complete environments or scenes created with a consistent visual style, look, and feel.
<img src="https://bria-datasets.s3.us-east-1.amazonaws.com/api_doc/tailored_gen/stylized_scene.png" alt="Example of stylized scene showing cohesive environment" />

## Headers

- `api_token` string, required

## Request body

- object
  - `project_name` string — Name of the project (required)
  - `project_description` string — Description of the project (optional)
  - `ip_name` string — Required only for defined_character IP type. The name of the character (1-3 words, e.g., "Lora", "Captain Smith"). This name will be incorporated into the automatically created caption prefix and generation prefix, used consistently during training and generation.
  - `ip_description` string — Required only for defined_character and object_variants IP types. A short phrase (up to 6 words) describing only the most crucial distinguishing features of your character (e.g., "a female character with purple hair"). Keep it brief as the model will learn additional details from the training images. This description will be incorporated into the automatically created caption prefix and generation prefix, used during training and generation.
  - `ip_medium` 'photography' | 'illustration' — Medium of the IP (required) * photography (Beta) * illustration
  - `ip_type` 'multi_object_set' | 'object_variants' | 'icons' | 'defined_character' | 'character_variants' | 'stylized_scene' | 'other' — Type of the IP (required): * multi_object_set: Multiple distinct objects that share a mutual style, design language, or color scheme. These objects are often isolated on a solid background. This is currently valid only when ip_medium = illustration. * object_variants: Variations of the same object type, designed with consistent style, structure, and coloring, showcasing different interpretations. These objects are often isolated on a solid background. This is currently valid only when ip_medium = illustration. * icons: A collection of small, visually distinct illustrations, such as symbols or graphical elements, designed with a cohesive style and used to represent concepts, actions, or objects in interfaces, applications, or visual communication materials. This is valid only when ip_medium = illustration. * defined_character: A specific predefined character or person that can be reproduced consistently in different situations, poses, or actions, preserving their identity and unique traits. * character_variants: Multiple characters sharing the same structure, style, and color palette, with the ability to create new characters that adhere to these shared characteristics while introducing unique elements. This is currently valid only when ip_medium = illustration. * stylized_scene: A complete scene or environment, such as a gaming background or a series of photos with a shared color palette, created with a cohesive style, look, and feel. * other: For IP types that don't fit into the above categories

## Response `201`

Project successfully created

- object
  - `id` integer — Unique identifier for the project
  - `project_name` string — Name of the project
  - `project_description` string — Description of the project
  - `ip_name` string — Name of the IP
  - `ip_description` string — Description of the IP
  - `ip_medium` string — Medium of the IP
  - `ip_type` string — Type of the IP
  - `status` 'active' — Status of the project
  - `created_at` string, date-time — Timestamp when the project was created

## Other responses

- `400` — Bad request - validation error
- `401` — Unauthorized
- `429` — Request limit exceeded. Your account has reached its maximum allowed requests. Please upgrade your plan or try again later.
- `500` — Internal server error

---

[API](https://skmtc.net/bria-ai/apis/the-bria-api.md) · [All operations](https://skmtc.net/bria-ai/apis/the-bria-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/the-bria-api/revisions/2768230345a5/schema)
