# Create asset tasks **POST /actions/projects/{project_id}/task-types/{task_type_id}/assets/create-tasks** Create tasks for assets. Provide a list of asset IDs in the JSON body, or omit for all assets 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 assets #### 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)