Create File
Upload a new file to the app.
Path Parameters
The ID of the app
Body
The allowed mime types for the file field (e.g. image/*, application/pdf)
Flag indicating whether to extract contents from the document
Flag indicating whether to extract images from the document
Flag indicating whether to extract pages from the document
Maximum number of pages to extract from the document
x > 1
Array of page numbers to extract from the document
File to be uploaded. It can be a file object, a base64 encoded string, or a file data object containing base64 data, name, and type.
URL of the file to be uploaded
Response
Detailed information about a file
Timestamp when the file was created
Flag indicating whether to extract contents from the document
Flag indicating whether to extract images from the document
Flag indicating whether to extract pages from the document
Name of the file
Format of the file
DOCUMENT
File identifier used in the storage system
MIME type of the file
Size of the file in bytes
URL to access the file
Unique identifier for the file
Document data associated with the file
Array of page numbers to extract from the document
Progress of the document extraction process
Current status of the file
PROCESSING
, PROCESSED
, FAILED
Status message providing additional information about the file status
Was this page helpful?