Navigation
Mobile DocsNavigation
Mobile DocsRead and parse multiple files
Upload and extract contents from structured file formats including PDFs, CSV spreadsheets, and Word documents (DOCX). You can either provide a URL to a file or upload files directly. Specialized parsers extract text and metadata from each format. You can upload multiple files at once and access them individually or as a combined document.
Layout: full
Options: File URL, Upload Files
Placeholder: Enter URL to a file (https://example.com/document.pdf)
Layout: full
Condition: inputMethod = "url"
Layout: full
Condition: inputMethod = "upload"
Optional
Optional
Optional
Optional
Primary response type:
{
"files": "json",
"combinedContent": "string"
}