đRetrieve File Information
Endpoint to retrieve information about a specific file based on its UID.
HTTP Method:
GET
Route:
/public-api/v1/files/:uid
Headers:
api-key
: Token generated through the API key section.
Query Parameters
uid
: The unique identifier (UID) of the file to retrieve.
Response
Status Code:
200 OK
Response Body:
Error Responses
Entity Not Found (404): If the file with the specified UID does not exist.
Example in JavaScript:
Using Fetch API:
Using Axios:
Last updated