Military Classification Alias
Backward-compatible paths for the unified Export Control Classification API.
/v1/military-classification/* remains available for existing integrations. It now calls the same engine as /v1/export-control/*, with the same pipeline, sources, and response schema.
For new integrations, use the Export Control Classification API. It covers ML, AMA, and Annex I and separates classification from authorization and restriction analysis.
| Legacy path | Canonical path |
|---|---|
/v1/military-classification/chat | /v1/export-control/chat |
/v1/military-classification/jobs | /v1/export-control/jobs |
/v1/military-classification/batch | /v1/export-control/batch |
/v1/military-classification/jobs/{job_id} | /v1/export-control/jobs/{job_id} |
Structured dossier fields, idempotent retries, review_required, and the typed result are also supported on the legacy aliases.
Last updated