Get file

Returns metadata for a previously uploaded file: name, media type, size, and a temporary contentUrl for downloading the content directly.

Authentication

Authorizationstring

Use the API key format: api-key <token>.

Path parameters

fileIdstringRequired
File identifier.

Response

File metadata, including a temporary contentUrl for direct download.

idstring

File identifier. Reference it as fileId in extractions and workflow payloads.

fileNamestring
Original file name.
mimeTypestring
Detected media type of the stored file.
sizeByteslong
File size in bytes.
contentUrlstring

Temporary, pre-signed URL to download the file content directly. Valid for a limited time; request the file again to obtain a fresh URL.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
405
Method Not Allowed Error
406
Not Acceptable Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error