REST
POST https://x.hiqlcd.com/api/cortex/search
You have a list of materials and need matched, DQI-scored LCA dataset candidates back in one call — no streaming required, no client configuration. REST is the right choice for backend batch jobs, CBAM scope walkthroughs, and BOM screening pipelines where you POST a query and parse the JSON response.
Cortex handles query decomposition, vector retrieval, and field verification internally. The response carries a "datasets" array; each entry includes name, loc, src, ver, model, dqi, gwp (when the dataset is non-restricted), and a fit rating (high / medium / low). Add stream=true to receive an SSE event stream instead.
curl -s -X POST https://x.hiqlcd.com/api/cortex/search \
-H "X-API-Key: sk_xxx" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'message=stainless+steel+304&stream=false'