Endpoints
/get_next_step
Get the next step to complete a high-level task
POST
/
get_next_step
This endpoint analyzes a screenshot and determines the next step needed to complete a given high-level task.
Request
Description of the overall task to complete (e.g. “Log into the application”)
Current screenshot of the application
Your API key for authentication
Optional string containing previous steps taken
Response
Returns a string describing the next step to take to complete the task.