API Integration
Seamlessly integrate Smart Repository with other applications using the REST API.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/documents |
List documents |
| POST | /api/documents |
Upload a document |
| GET | /api/documents/{id} |
Retrieve document details |
| DELETE | /api/documents/{id} |
Delete a document |

Authentication
Use API tokens generated from your user profile.