HTTP REST API Endpoint

Trigger document processing programmatically or register webhook listeners to stream extraction events directly into your application services.

  • POST /v1/documents/extract
  • GET /v1/audit/logs
  • POST /v1/excel/grid/rows
// Example cURL Document Dispatch
curl -X POST https://api.servare.io/v1/documents/extract \
-H "Authorization: Bearer srv_live_9981" \
-H "Content-Type: application/json" \
-d '{"file_url": "https://s3.../inv.pdf", "schema": "Invoice_v1"}'

Event-Driven Webhooks

Receive instant HMAC-SHA256 signed event callbacks for document parsing completion, validation failures, or approval decisions.

Template & Schema Specs

Define JSON-based extraction layouts, anchor keys, bounding boxes, and field type rules for automated processing.