Endpoints
/step_to_action
Convert a step description into actionable browser commands
POST
/
step_to_action
This endpoint converts a natural language step description into structured browser interaction commands. The response is in natural language.
The interactions can be executed by the browser actor if desired.
Request
Natural language description of the step to take (e.g. “Click the login button”)
Your API key for authentication
Response
Returns a string containing the browser interaction commands needed to complete the step.