Datasets
Create a dataset
POST
Create an ingestion workflow for structured extraction or document parsing.
A dataset is a collection of settings that help with organizing documents from the same domain and enable focused document intelligence.
The dataset’s name must be unique.
Your data is NOT sent to a third party service(OpenAI, Anthropic, etc), and uses our own models to parse the document.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Create a new dataset. Reference the name to insert structured data from documents extracted by the Structured Extraction API automatically.
The response is of type object
.