# Create concept tasks **POST /actions/projects/{project_id}/task-types/{task_type_id}/concepts/create-tasks** Create tasks for concepts. Provide a list of concept IDs in the JSON body, or omit for all concepts in the project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) - **task_type_id** (string(uuid)) ### Body: application/json (array[string(uuid)]) array[string(uuid)] ## Responses ### 201 Tasks created for concepts #### Body: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **task_type_id** (string(uuid)) - **task_status_id** (string(uuid)) - **entity_id** (string(uuid)) - **project_id** (string(uuid)) ### 400 Bad request [Powered by Bump.sh](https://bump.sh)