Jump to
Execute routine
/routines/{routine_id}/executeExecute a web automation routine with the provided parameters. Execution is synchronous and returns results after completion.
Request
URL
POST /routines/{routine_id}/executeRequest body example
JSON
Body fields
parameters (required)
Dictionary of parameter name-value pairs. Must match routine's parameter definitions.
timeout_seconds (optional)
Maximum execution time in seconds. Default: 60, Min: 1, Max: 300
Response
Success response (200) example
JSON
Error Responses
400 Bad Request
Invalid parameters or request format
403 Forbidden
You don't have permission to execute this routine
404 Not Found
Routine not found
500 Internal Server Error
Execution failed
Code examples
bash
bash
JavaScript
Python