Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Body

application/json
markdown
string<text>
required

Markdown content to extract from.

Minimum string length: 1
Example:

"John Smith is the CEO of Acme Corp. Jane Doe is the CTO."

schema
Schema · object
required

Schema describing the classes, properties, and relationships to extract.

Response

Successful Response

nodes
Node · object[]

Extracted nodes.

relationships
Relation · object[]

Extracted relationships between nodes.