githubEdit

POST v1/schemas

triangle-exclamation

The following endpoint allows you to describe a data schema for parsing an online PDF to JSON.

Create a new data schema

post

Creates a new data schema definition and returns the created schema.

Authorizations
X-API-KeystringRequired
Body
idstring · nullableOptional

The unique identifier for the data schema.

namestring · nullableOptional

The name of the schema or field.

descriptionstring · nullableOptional

A description of the schema or field.

Responses
chevron-right
200

Payload of DataSchema

application/json
idstring · nullableOptional

The unique identifier for the data schema.

namestring · nullableOptional

The name of the schema or field.

descriptionstring · nullableOptional

A description of the schema or field.

post
/v1/schemas
200

Payload of DataSchema

Last updated