/v2/parse to upload a local file and run it through the scrape pipeline (PDF/document parsing, markdown conversion, metadata extraction, and transformers).
file (required): The file to parse.options (optional): JSON string of parse options.origin, integration, zeroDataRetention (optional): Same semantics as /v2/scrape.formats: markdown, html, rawHtml, links, images, summary, json, attributesonlyMainContent, includeTags, excludeTags, parsers (pdf only), removeBase64Images, timeoutapplication/pdf or %PDF signature).docx, .odt, .rtf, .xlsx, .xls.html, .htm, text/html, application/xhtml+xml.md, text/markdowntext/plainBearer authentication header of the form Bearer <token>, where <token> is your auth token.