|
LATCH Customer API Reference
Customer-facing HTTP API and telemetry surface for the self-hosted LATCH runtime.
|
This documentation set describes the supported customer-facing HTTP surface for the self-hosted LATCH runtime.
It is intentionally limited to the parts of the product that operators and integrators are expected to use directly:
This documentation set does not publish:
Default local origin:
Use these endpoints as the supported customer API contract:
GET /healthGET /documentsPOST /warmupPOST /compile_textPOST /compile_filePOST /queryPOST /batchPOST /documents/clearFor the customer-supported deployment path, start the runtime with:
LATCH_LICENSE_TOKEN or LATCH_LICENSE_TOKEN_FILELATCH_LICENSE_VALIDATION_MODE=codynamics_onlineLATCH_LICENSE_VALIDATION_URL=https://cdlac-demo-api.azurewebsites.net/api/license/startup_validateYour Gumroad license key is not the runtime token. Use the CoDynamics-issued runtime token delivered through the fulfillment flow.
The runtime lifecycle visible to customers is:
idleloadingreadyerrorThe ordinary customer/operator success state is:
Use GET /health as the source of truth before attempting compile or query operations.