Introduction
Welcome to the Privvy API documentation
Welcome to the Privvy API Specification
Privvy provides a powerful API based memory layer for AI applications. This API reference will guide you through the available endpoints and how to use them effectively.
API Specification
View our OpenAPI specification file
Authentication
All API requests require authentication using Bearer tokens. Include your API key in the Authorization
header of your requests:
To obtain an API key through the Privvy dashboard, please contact our support team.
Rate Limiting
To ensure fair usage and maintain service quality, our API implements rate limiting. If you exceed the rate limit, you’ll receive a 429 (Too Many Requests) response. Please refer to the response headers for information on your current rate limit status.
Error Handling
Our API uses conventional HTTP response codes to indicate the success or failure of requests. Codes in the 2xx range indicate success, codes in the 4xx range indicate an error that resulted from the provided information (e.g., missing required parameters, invalid values), and codes in the 5xx range indicate an error with our servers.
Getting Started
To get started with the Privvy API, follow these steps:
- Obtain an API key through the Privvy dashboard
- Explore the available endpoints in this documentation
- Make your first API request using your preferred programming language or tool
If you need any assistance or have questions, don’t hesitate to reach out to our support team.