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 |
|---|
| 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 |
|
| Schema — OPTIONAL |
|---|
status string | request_id string | error string |
|