Create Template
Extraction Templates
Create Template
Create a new extraction template with a JSON schema.
POST
Create Template
Authentication & Scope
Requires thetemplates-write ability.
Request
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Template name |
description | string | No | Template description |
workspace_id | integer | Yes | Workspace to create in |
schema_json | object | No | Extraction schema definition |
settings | object | No | Parsing and processing settings |
Response
201 Created – The newly created template.
Authorizations
Body
application/json
