This sends an agent to build a dataset with a specific data schema
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The query to make
Method to use, 'simple' or 'advanced'. Advanced may return better results, but uses more credits
"simple"
A JSON schema to extract against
{
"name": "<the users name>",
"company": "<the users company>"
}
An in-progress result, which you can retrieve later with /result/{result_id}
The response is of type object
.