Skip to main content

Get File Information

This API allows the authenticated user to retrieve metadata for a file they have previously uploaded. It requires the file ID to be shared through the request body.

Header Parameters
x-api-key uuid REQUIRED
x-api-secret uuid REQUIRED
Request Body REQUIRED
fileId string REQUIRED
Responses
Success
Schema OPTIONAL
_id string
company string
uploadedUser string
originalName string
mimeType string
size number
path string
md5Hash string
createdAt string
updatedAt string
__v number
filename string
Failed
Schema OPTIONAL
status string
request_id string
error string