A new function for working with BOT through API(BOT Execution API, JOB reference API, JOB suspension API) has been released.

API function for operating the browser has been released.

2019.12.16

The API function is available. You can use input data and output data as [parameter] and response。  Available the api function after create a new bot.
【3 types API for working with your BOT】
Bot execution API
Execute a BOT through REST API.
Specify your input data as a running parameter in JSON format and you can get your output data as a response in the same format.
The sync and async execution are both available.
You can have the output data as API response in sync execution.
And in async execution, you can have only JOB ID as a response during the BOT running, and after the execution, you can have your results as a callback.

Job Reference API
Specify a JOB ID, and you can refer the information of the BOT.

Job Suspension API
Specify a JOB ID, and you can suspend the running BOT.

Click here for Official API Reference