viqma-sds-worker API

request_id: 6c257782-ec81-4e74-9794-8f810a58b5a1

Use x-api-key for POST /v1/sds/extract.

Endpoints

MethodPathAuthDescription
GET/healthzNoBasic liveness check.
GET/docsNoHuman-readable docs page.
GET/docs.jsonNoJSON docs payload.
GET/docs/openapi.jsonNoOpenAPI schema for import tools.
POST/v1/sds/extractYesExtract structured SDS fields from PDF files.

OpenAPI

https://viqma-api.structurify.ai/docs/openapi.json

Quick curl

curl "https://viqma-api.structurify.ai/healthz"
curl "https://viqma-api.structurify.ai/docs/openapi.json"
curl -X POST "https://viqma-api.structurify.ai/v1/sds/extract" \
  -H "x-api-key: <WORKER_API_KEY>" \
  -F "files=@test/LOCTITE 401_.pdf;type=application/pdf"