API Endpoints
/v1/upload
Upload data to the Parser Expert API. You can upload either a file or provide a webpage URL.
POST
Authorizations
Body
multipart/form-data
The ID of the bucket where the data will be stored.Refer to Quickstart for set extraction fields
The file to upload. Supported formats are PDF, DOCX, Image, Txt File (maximum of 10 pages per document).
The URL of the webpage to extract content from. This will be ignored if file
is provided.