Get file
Returns metadata for a previously uploaded file: name, media type, and size. Use the download endpoint for the file content.
Authentication
Authorizationstring
Use the API key format: api-key <token>.
Path parameters
fileId
File identifier.
Response
File metadata.
id
File identifier. Reference it as fileId in extractions and workflow payloads.
name
Original file name.
mimeType
Detected media type of the stored file.
sizeBytes
File size in bytes.
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
500
Internal Server Error
502
Bad Gateway Error