post https://app.docupanda.io/schema/refine
Refine a schema by providing feedback in free text to edit the structured output.
Responses
Refine a schema by providing feedback in free text to edit the structured output.
xxxxxxxxxx
curl --request POST \
--url https://app.docupanda.io/schema/refine \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"schemaId": "string",
"schemaName": "string",
"jsonSchema": {},
"guidelines": "string",
"jobId": "string",
"timestamp": "string"
}