Skip to content
vVectorly

Vectorly

AboutBlogContactDocs

Jump to

REST API

RESTful API for executing web automation routines with comprehensive parameter validation.

API base URL:

https://api.vectorly.app/api/v1

Quick start

Create an account and get your service token from the Vectorly console:

Get service token

All API requests require authentication using a service token:

X-Service-Token: YOUR_SERVICE_TOKEN

API endpoints

List routines

GET

List available routines for your project or public routines

/routines

Get routine details

GET

Get detailed information about a specific routine

/routines/{routine_id}

Execute routine

POST

Execute a web automation routine with parameters

/routines/{routine_id}/execute

Validate parameters

POST

Validate routine parameters without executing

/routines/{routine_id}/validate_routine_parameters

Validate routine JSON

POST

Validate a routine JSON payload structure

/routines/validate_routine_json

Additional resources

  • Authentication Guide
  • Data Models & Schemas
  • Error Handling
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