Base URL
All API requests are made to:
https://api.cuttr.com/api/platform
Authentication
Every request requires an X-API-Key header:
curl https://api.cuttr.com/api/platform/v1/test \
-H "X-API-Key: YOUR_API_KEY"
Create keys from the dashboard or via the Create Key endpoint. See Authentication for details.
Interactive playground
Each endpoint page includes a playground where you can make live requests. Enter your API key in the header field and click Send to test.
Playground requests hit the live API and will deduct from your wallet balance for billable endpoints.
Endpoints
| Method | Endpoint | Description |
|---|
GET | /v1/test | Verify your API key works |
GET | /teams/{teamId}/wallet | Get wallet balance |