Skip to main content
POST
Extract Properties

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

docset_id
string
required

The ID of the DocSet to extract properties from

Body

application/json

A Schema describing the fields to extract from the DocSet

properties
SchemaProperty · object[]
required

A list of properties belong to this schema.

Response

Successful Response