Overview
The Carboncopy API follows REST conventions. All endpoints:- Accept and return JSON
- Use Bearer token authentication (API key or Privy JWT)
- Return consistent error envelopes
- Include rate limit headers on every response
https://carboncopy.incVersion:
v1 (prefix: /api/v1)
Endpoint groups
Authentication in the explorer
To try authenticated endpoints in the interactive explorer:- Click Authorize at the top of any endpoint
- Enter your API key as:
cc_your_key_here(noBearerprefix — the explorer adds it) - For Key Management endpoints, enter your Privy JWT instead

