Skip to content
vVectorly

Vectorly

AboutContactDocs

Jump to

POST

Execute routine

/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

JSON

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

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

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