Detail
Prod
https://api.everabyte.io/api
Prod
https://api.everabyte.io/api
GET
https://api.everabyte.io/api
/files/details/{fileId}
GET
fileId
(required): The ID of the file for which details are being retrieved. Example: ad51e53icgvwbgbk2a9ptemf
GET /files/details/ad51e53icgvwbgbk2a9ptemf
ad51e53icgvwbgbk2a9ptemf
.200 OK
: File details successfully retrieved. The response body will contain the file details in JSON format. Example:{
"id": "ad51e53icgvwbgbk2a9ptemf",
"name": "document",
"size": 12345,
"createdAt": "2024-10-27T10:00:00Z",
"updatedAt": "2024-10-27T12:00:00Z",
// ... other file details
}
400 Bad Request
: Invalid request parameters.404 Not Found
: File not found.500 Internal Server Error
: Server error.