Entity Extraction API

Enterprise-grade extraction for your applications.

Operational
v1.0.0
Endpoint Information
Send a POST request to the extraction endpoint to process text.
POST
https://grantglazer.com/api/extract
Integration Examples
Copy and paste these snippets to get started.
curl -X POST https://grantglazer.com/api/extract \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY" \
  -d '{
    "text": "The quick brown fox...",
    "schema": "general"
  }'
Supported Schemas
Pass these values in the schema field.
general
bant
sow
msa
order_form
nda
lease
ticket
incident