Skip to main content
The Step API allows for more granular control over web automation tasks by managing sessions and executing individual steps.

POST /session

Create a new browser session.

Request

Response

POST /session/

Execute a step in an existing session.

Request

Response

DELETE /session/

Close an existing session.

Response

GET /session//screenshot

Take a screenshot of the current page in the session.

Response

GET /sessions

List all active sessions.

Response

For more detailed information on request and response formats, error handling, and rate limiting, please refer to our API Documentation.