# Create concept **POST /data/projects/{project_id}/concepts** Create a new concept for a specific project with name, description, and optional entity concept links. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** () Unique identifier of the project ## Body parameters Content-type: application/json - **name** (string) Concept name - **description** (string) Concept description - **data** (object) Additional concept data - **entity_concept_links** (array[string(uuid)]) List of entity concept link identifiers ## Responses ### 201: Concept successfully created #### Body Parameters: application/json (object) - **id** (string(uuid)) Concept unique identifier - **name** (string) Concept name - **description** (string) Concept description - **project_id** (string(uuid)) Project identifier - **data** (object) Additional concept data - **created_by** (string(uuid)) Creator person identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)