API Reference
Complete reference for Cloud Sentrics API endpoints, authentication, and rate limits.
API Reference
Use these endpoints to interact with Cloud Sentrics programmatically.
Authentication
All requests require the Authorization header:
Authorization: Bearer YOUR_API_KEY
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST |
/upload |
Upload a file to Inbound Documents. |
GET |
/files |
List all files in your account. |
DELETE |
/files/{file_id} |
Delete a specific file by ID. |
Request & Response Format
- Content-Type:
multipart/form-datafor uploads,application/jsonfor others. - Responses: JSON with
status,message, anddatafields.
Rate Limits
- 100 requests per minute per API key.
- Exceeding the limit returns
429 Too Many Requests.
Error Codes
| Code | Meaning |
|---|---|
401 |
Invalid or missing API key. |
404 |
Resource not found. |
429 |
Rate limit exceeded. |
500 |
Server error — contact support. |