API Overview
The Gradiant API is built on modern REST principles, providing secure and efficient access to our healthcare platform’s features. Our API supports both REST and GraphQL interfaces, with built-in security measures and HIPAA compliance.API Architecture
Authentication
Secure your API requests
Rate Limiting
Understand usage limits
Versioning
API version compatibility
Error Handling
Handle API responses
Base URL
All API requests must use HTTPS. HTTP requests will be rejected.
Authentication
Rate Limiting
Our rate limits are based on the type of API token and endpoint being
accessed.
| Plan | Rate Limit | Burst Limit |
|---|---|---|
| Developer | 100/min | 200/min |
| Professional | 1000/min | 2000/min |
| Enterprise | Custom | Custom |
Response Format
Error Handling
Available Endpoints
User Management
Create a new user account
Retrieve user information
Update user details
Session Management
Create a new therapy session
Retrieve session details
Update session information
Analytics
Retrieve session analytics
Retrieve user analytics
SDKs and Libraries
Python SDK
Official Python client
TypeScript SDK
Official TypeScript client
Go SDK
Official Go client
Webhooks
Best Practices
1
Use Appropriate Authentication Always use secure authentication methods
2
Handle Rate Limits Implement proper rate limit handling and backoff
3
strategies ### Monitor Usage Track your API usage and set up alerts