Documentation Index
Fetch the complete documentation index at: https://docs.revdesk.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token
All API requests require a Bearer token in theAuthorization header.
Getting your API key
API keys are provisioned when your account is set up. Each key is prefixed withrevdesk_ and should be kept secret.
API keys are hashed before storage. If you lose your key, you will need to generate a new one.
Key format
| Component | Example |
|---|---|
| Prefix | revdesk_ |
| Token | a1b2c3d4e5f6... (32 hex characters) |
| Full key | revdesk_a1b2c3d4e5f6... |
Security best practices
- Store API keys in environment variables, never in source code
- Rotate keys periodically
- Use separate keys for development and production
- Monitor key usage via the account endpoint