get https://app.docupanda.io/document//proposed-schemas
Get schema proposals for a document by providing the document's ID. The schema proposals are generated by the AI based on the document's content.
Responses
Get schema proposals for a document by providing the document's ID. The schema proposals are generated by the AI based on the document's content.
xxxxxxxxxx
curl --request GET \
--url https://app.docupanda.io/document/document_id/proposed-schemas \
--header 'accept: application/json'
xxxxxxxxxx
15{
"schemas": [
{
"schemaId": "string",
"userId": "string",
"schemaName": "string",
"jsonSchema": {},
"guidelines": "string",
"version": 0,
"timestamp": "2025-04-12T22:09:55.126Z",
"draft": true
}
],
"documentDescription": "string"
}