post https://app.docupanda.io/schema
Create a new schema by posting a valid JSON schema. The schema should be a valid JSON schema that represents the structured output you want to extract from documents.
Responses
Create a new schema by posting a valid JSON schema. The schema should be a valid JSON schema that represents the structured output you want to extract from documents.
xxxxxxxxxx
curl --request POST \
--url https://app.docupanda.io/schema \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"success": true,
"schemaId": "string",
"jobId": "string",
"timestamp": "string"
}