API Reference

Get Schema Proposals

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.

Path Params
string
required
Responses

Response body
object
schemas
array of objects
required
Schemas*
object
string

Unique identifier of the schema.

string
required

Unique identifier of the user who submitted the schema.

string

Name of the schema.

jsonSchema
object

A valid JSON schema

Has additional fields
string

Guidelines for the schema.

number

DocuPanda API version used to process the schema.

date-time

Timestamp of the schema creation.

boolean

Whether the schema is a draft.

string
required

Language
Credentials