Skip to content
vVectorly

Vectorly

AboutBlogContactDocs

Jump to

Execute routine POST

/routines/{routine_id}/execute

Execute a web automation routine with the provided parameters. Execution is synchronous and returns results after completion.

Request

URL

POST /routines/{routine_id}/execute

Request body example

JSONJSON

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 (201) example

JSONJSON

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

bashbash
v

Vectorly

Copyright © 2025 Vectorly

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website

v

Vectorly

Copyright © 2025 Vectorly

This site is protected by reCAPTCHA.

Google Privacy Policy and Terms of Service apply.

Website