Get file

Returns file metadata and a temporary contentUrl for downloading the content.

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.

idstringOptional

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

fileNamestringOptional
Original file name.
mimeTypestringOptional
Detected media type of the stored file.
sizelongOptional
File size in bytes.
contentUrlstringOptional

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