files.tari.africa - Complete API Documentation
This API provides file storage functionality similar to Firebase Storage. All endpoints return JSON responses.
jpg, jpeg, png, gif, pdf, doc, docx, txt, zip
10MB per file
Most endpoints require authentication using a Bearer token in the Authorization header.
All endpoints may return error responses in the following format:
| Code | Status | Description |
|---|---|---|
| NO_TOKEN | 401 | Authentication token not provided |
| INVALID_TOKEN | 401 | Token is invalid or expired |
| ENDPOINT_NOT_FOUND | 404 | API endpoint does not exist |
| METHOD_NOT_ALLOWED | 405 | HTTP method not supported for endpoint |
| INVALID_JSON | 400 | Request body contains invalid JSON |