KLIQ|Developers

Changelog

Versioned API changes, new features, and breaking changes.

1.2.1

2026-07-28

Default detection models are provided under permissive open-source licenses (Apache 2.0). YOLO-family models are available on request and require a separate license agreement.

  • ChangedDocumentation now marks YOLO-family detectors (pipeline types yolo / yolo_gemini and yolo* base models) as available on request under a separate license agreement; default trained detectors are Apache-2.0.

1.2.0

2026-07-23

Expanded resource library with mission/route tracking, HSE safety management, and Salesforce store integration.

  • Addedmissions resource — create, list, and manage observation missions
  • Addedroutes resource — group and track multi-stop collection routes
  • AddedhseProjects resource — create and manage HSE safety projects
  • AddedhseEvents resource with transition and stopWork operations
  • AddedhseActions resource — log and retrieve safety-related actions
  • AddedhseAlerts resource — create and manage safety alerts
  • AddedhseRca resource — root cause analysis for safety incidents
  • AddedhseMedia resource — attach media to HSE events and actions
  • AddedhseSync resource — sync HSE data with external systems
  • Addedsalesforce resource with getStore, link, and push operations
  • Addedinspections resource — create and manage building/site inspections
  • AddedgradingSchemas resource — define and apply grading criteria
  • Addedverticals resource — manage business verticals and domains
  • Addedcollectors resource — onboard and manage data collectors
  • AddedtrackedObjects resource — track assets and objects across locations
  • Addedbuildings resource — register and manage building data
  • Addedassets resource — inventory and track building assets
  • Addedfindings resource — log compliance findings and issues
  • Addedvisits resource — track and record building/site visits
  • FixedDocumentation corrected to reflect the real kliq_sk_ API-key prefix

1.1.0

2026-06-18

SDK improvements for observation reprocessing, pipeline selection, and stricter product types.

  • Addedobservations.reprocess(id, params?) — reprocess a single observation with an optional pipeline type
  • Addedobservations.bulkReprocess(params) — reprocess multiple observations in batch
  • Addedobservations.bulkValidate(params) — bulk approve/reject observations with optional reviewedAt timestamp
  • Addedobservations.update(id, params) — update observation fields including products, review status, and CV results
  • AddedObservationProduct type — typed product interface with skuId, name, facingUnits, shelfLevel, orientation, and more
  • AddedPipelineType union exported — gemini, sam2_gemini, hierarchical, embed_retrieve, combined, yolo, yolo_gemini
  • ChangedReprocessParams.model and BulkReprocessParams.model now accept all PipelineType values (was limited to gemini | yolo)
  • ChangedUpdateObservationParams.products now uses ObservationProduct[] instead of Record<string, unknown>[]
  • FixedBulkValidateParams now includes optional reviewedAt field
  • FixedExported missing types: BulkValidateParams, BulkValidateResult, ReprocessParams, BulkReprocessParams, BulkReprocessResult

1.0.0

2026-05-01

First stable release of the KLIQ AI API and SDKs.

  • AddedObservations API — create, list, get, delete observations
  • AddedLocations API — manage collection locations
  • AddedCV Jobs API — submit photos for computer vision analysis
  • AddedWebhooks API — subscribe to real-time event notifications
  • AddedTypeScript SDK (@kliq-ai/sdk)
  • AddedPython SDK (kliq)
  • AddedCursor-based pagination on all list endpoints
  • AddedAPI key and JWT authentication