# Create entity tasks **POST /actions/projects/{project_id}/task-types/{task_type_id}/create-tasks/{entity_type}/** Create tasks for entities of a given type. Provide entity IDs in the JSON body, or omit for all entities in the project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **project_id** (string(uuid)) - **entity_type** (string) Entity type name (Asset, Sequence, etc.) - **task_type_id** (string(uuid)) ## Body parameters Content-type: application/json array[string(uuid)] ## Responses ### 201: Tasks created for entities #### Body Parameters: 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)