Synvo API Endpoints

API Reference Overview

Overview of the Synvo API endpoints with links to detailed documentation for each endpoint.

All API requests require authentication using an API key. Include your API key in the X-API-Key header:

curl -H "X-API-Key: YOUR_API_KEY" https://api.synvo.ai/endpoint

API Endpoints

Context Management

Manage your documents, files, and directories:

Context Generation Layer

Search and query functionality:

Session & Feedback Management

Manage conversation session histories:

Interactive Documentation

Each endpoint page includes:

  • Detailed descriptions of parameters and responses
  • Code examples in multiple languages (cURL, Python, JavaScript)
  • Interactive testing capabilities
  • Response schemas and examples

Authentication

All endpoints require authentication using an API key. You can obtain an API key from your account settings or create one using the Create API Key endpoint.

Base URL

The API base URL is: https://api.synvo.ai

Rate Limits

API requests are subject to rate limiting. Please refer to your account dashboard for current limits and usage.