Schema Management
Create Schema
Creates a new parsing schema. Each user can have multiple active schemas. Schema names must be unique per user (for active schemas).
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
Schema created successfully
The response is of type object
.