Back to Documentation
Getting Started
Welcome to the Vylot API
The Vylot API allows you to build custom billing workflows, sync your existing inventory, and automate your invoicing completely. Our API is organized around REST, uses standard HTTP response codes, and expects JSON payloads.
Base URL
https://api.vylot.workers.dev/v1Authentication
Bearer tokens (API Keys)Rate Limits
Enforced per-business planQuick Start Guide
- Create a Customer: Use
POST /v1/customersto save your customer's details. - Create a Product (Optional): Save a product using
POST /v1/productsto track inventory. - Generate the Invoice: Call
POST /v1/invoicespassing the customer_id and items.