Get file

Returns metadata for a previously uploaded file.

Authentication

Authorizationstring
Pass your API key in the `Authorization` header using the prefix `api-key`: ``` Authorization: api-key YOUR_API_KEY ```

Path parameters

fileIdstringRequired
File identifier returned by the upload endpoint.

Response

OK
idstring

File identifier. Pass this as fileId when referencing this file in Document Insights or workflow calls.

namestring
Original file name as submitted at upload time.
mimeTypestring
Detected MIME type of the file.
sizeByteslong
File size in bytes.
createdAtdatetime
ISO 8601 timestamp when the file was uploaded.