Task using API Calls

Can I run tasks using API calls?

Hi @kousalya.jayasankar,
Indeed, it is possible to execute an API through an HTTP request. However, it is important to ensure that the task execution time remains below 1 minute. To initiate the task, you will need to send a POST request containing the taskId, version, and argument inputs for the tasks.

1 Like