Jump to
REST API
RESTful API for executing web automation routines with comprehensive parameter validation.
API base URL:
https://api.vectorly.app/api/v1Quick start:
Create an account and get your service token from the Vectorly console:
Get service tokenAll API requests require authentication using a Bearer token:
Authorization: Bearer YOUR_SERVICE_TOKENAPI endpoints:
List routines
GETList available routines for your project or public routines
/routinesGet routine details
GETGet detailed information about a specific routine
/routines/{routine_id}Execute routine
POSTExecute a web automation routine with parameters
/routines/{routine_id}/executeValidate parameters
POSTValidate routine parameters without executing
/routines/{routine_id}/validateAdditional resources: