# Create Task **POST /api/v1.0/tasks** This endpoint creates the task for the team member. ## Servers - https://openapi.niftypm.com: https://openapi.niftypm.com () ## Authentication methods - Bearer ## Parameters ### Body: application/json (object) - **name** (string) Name - **description** (string) Description - **template_id** (string) Task template ID - **order** (number) Order - **task_group_id** (string) Task Group ID - **task_id** (string) Task Id. This field is mandatory only when we want to create this task as subtask of other task. - **milestone_id** (string) Milestone ID - **rule_id** (string) Rule ID - **annotation_id** (string) Annotation ID - **due_date** (string) Due Date - **start_date** (string) Start Date - **assignees** (array[string]) List of Assignees - **labels** (array[string]) List of labels - **meeting_ids** (array[string]) List of meeting ID - **embed_url** (string) Embed URL - **banner** (string) Banner - **fields** (array[object]) Task Field Body - **story_points** (number) Story Points - **dependency** (object) Dependency Task ## Responses ### 201 The resource created successfully #### Body: application/json (object) object ### 401 The client request has not been completed because it lacks valid authentication credentials for the requested resource. ### 403 The client does not have access rights to the content. ### 405 The request method is known by the server but is not supported by the target resource. [Powered by Bump.sh](https://bump.sh)