Skip to main content

Welcome

The Rayrift Customer API is a public-facing REST API that allows you to programmatically manage documents and folders in your Rayrift workspace. This API provides endpoints for creating, reading, updating, and searching your content.

Authentication

All endpoints require authentication using an API key. Include your API key in the Authorization header of each request. If you don’t have one, get your API key from your Rayrift account.
Authorization: sk_your_api_key_here
The API key should be prefixed with sk_.

Base URL

All API requests should be made to:
https://api.rayrift.com

Rate Limits

API requests are subject to rate limiting. See the Rate Limits page for detailed information about rate limits and best practices.