Compass Food Technologies
DocsAPI reference

Docs

API reference

Compass DaaS v1 uses JSON over HTTPS and authenticates with a Compass API key.

Base URL and authentication

FieldTypeNotes
Base URLstringhttps://api.compassfoodtechnologies.com
X-Compass-API-KeyheaderUse cmp_test_* for Sandbox and cmp_live_* for paid tiers.
X-Compass-ModeheaderOptional fast or rich mode where supported. Defaults to rich.

Machine-readable contract

Use OpenAPI as the exact contract for SDK generation, agent tools, and schema validation. The human pages below explain the same v1 surface in narrative form.

FieldTypeNotes
OpenAPI JSONurlhttps://compassfoodtechnologies.com/openapi.json
OpenAPI YAMLurlhttps://compassfoodtechnologies.com/openapi.yaml

Endpoint choice

FieldTypeNotes
SearchDiscoveryUse when your agent has a dietary query and needs restaurant candidates.
EnrichBring your own placeUse when your product already has a restaurant or place record to match.
DecisionUser-specific verdictUse when you need fit, not_fit, or unknown for a profile and evidence state.
Restaurant DetailsSupporting lookupUse after Search or Enrich when one result needs the full structured record.
Compass Food Technologies