Skip to main content
POST
Automate a series of actions on a website

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
prompt
string
required

Natural language description of the task to perform

url
string
required

Starting URL for the automation task

maxSteps
integer

Maximum number of steps to perform

Response

Successful operation

status
enum<string>
Available options:
success
result
object