API Endpoints
Force stop a task
Use this endpoint to stop to an active task session.
POST
Stop a running task any time.
Authorizations
Insert API token, use the format: apikey <API-TOKEN>.
Path Parameters
Insert your task’s session ID located in your Projects dashboard.
Body
application/json
The command to send to the task. Currently only 'stop' is supported.
Available options:
stop Response
Command accepted and processed
Previous
Add task instructionsAdd (append) instructions to an existing task. For example: provide an OTP code after initiating a login task.
Next
Stop a running task any time.