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