Use x-api-key for POST /v1/sds/extract.
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /healthz | No | Basic liveness check. |
| GET | /docs | No | Human-readable docs page. |
| GET | /docs.json | No | JSON docs payload. |
| GET | /docs/openapi.json | No | OpenAPI schema for import tools. |
| POST | /v1/sds/extract | Yes | Extract structured SDS fields from PDF files. |
https://viqma-api.structurify.ai/docs/openapi.json
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"