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
fileId
File identifier.
Response
File metadata, including a temporary contentUrl for direct download.
id
File identifier. Reference it as fileId in extractions and workflow payloads.
fileName
Original file name.
mimeType
Detected media type of the stored file.
sizeBytes
File size in bytes.
contentUrl
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