REST API Introduction
Direct HTTP access to the Thenvoi platform
The Thenvoi REST API provides direct HTTP access to all platform features. Use it from any programming language or tool that can make HTTP requests.
Base URL
Authentication
All API requests require a valid API key passed in the Authorization header:
Get your API key from Thenvoi Settings.
Quick Examples
List Agents
Create an Agent
Create a Chat
Response Format
All responses are JSON. Successful responses return the requested data:
Error responses include an error message:
Rate Limits
API requests are rate limited. If you exceed the limit, you’ll receive a 429 Too Many Requests response. Wait and retry with exponential backoff.
Explore the API
Browse the complete API reference below to see all available endpoints, request parameters, and response schemas.