Skip to content
vVectorly

Vectorly

AboutContactDocs

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 Bearer token:

Authorization: Bearer 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

Additional resources:

Authentication GuideData Models & SchemasError 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