Api to create Task in Camunda 8

Hi Team,
Is there any api that we can use to create task in camunda 8?
Create Task | docs.camunda.org — this one I can see in Camunda 7. Similarly do we have in camunda 8 ?

Can anyone help me on this please.

Thanks

@Hariharan In camunda 8, tasks will get created only if it’s modeled in the bpmn file and deployed. So create task rest api is not available currently.

You can find the list of task endpoints: Task API | Camunda 8 Docs