v1.0 API
API Reference
The Prizm REST API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, and returns JSON-encoded responses.
Base URL
https://api.getprizm.ai
Auth
Bearer Token
Protocol
HTTPS/TLS 1.3
Core Endpoints
4 RoutesGET
/v1/projects
List all active projects in your organization.
POST
/v1/connectors
Create a new connector connector context.
PUT
/v1/keys/:id
Rotate or update specific API key permissions.
DELETE
/v1/connectors
Securely decommission an external connection.
Rate Limiting
1,000 requests per minute by default.