Everabyte API
    Everabyte API
    • Back to home
    • File
    • List
      GET
    • Detail
      GET
    • Upload
      PUT
    • Update
      PUT
    • Download
      GET
    • Delete
      DELETE
    • Public Download
      GET
    • Share file with user
      PUT

      Detail

      Prod
      https://api.everabyte.io/api
      Prod
      https://api.everabyte.io/api
      GET
      https://api.everabyte.io/api
      /files/details/b5h86j5dkl7m0rnylnkt3kfh
      This endpoint is used to retrieve details about a specific file.
      Endpoint: /files/details/{fileId}
      Method: GET
      Path Parameters:
      fileId (required): The ID of the file for which details are being retrieved. Example: ad51e53icgvwbgbk2a9ptemf
      Request Body Parameters:
      (Since this is a GET request, there is no request body.)
      Example Request:
      GET /files/details/ad51e53icgvwbgbk2a9ptemf
      This request retrieves details for the file with ID ad51e53icgvwbgbk2a9ptemf.
      Response Codes:
      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.

      Request

      Authorization
      Provide your bearer token in the
      Authorization
      header when making requests to protected resources.
      Example:
      Authorization: Bearer ********************

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.everabyte.io/api/files/details/b5h86j5dkl7m0rnylnkt3kfh'

      Responses

      🟢200Success
      application/json
      Body
      object {0}
      Example
      {}
      Previous
      List
      Next
      Upload
      Built with