OngoingAI API · v1
The ecommerce data layer, with receipts.
Who sells online, on what platform, with which stack, and what changed. Every field comes from a completed observation and carries the dates that back it.
curl https://api.ongoing.ai/v1/stores/gymshark.com \
-H "Authorization: Bearer $ONGOINGAI_API_KEY"
ClientsConnect with a clientThe TypeScript SDK, plain fetch, cURL, and Python. Types come from the same contract the API serves.
ConceptsObservations and evidenceWhy "not in corpus" is not "not a store", what install states mean, and how to read absence correctly.
ReferenceAPI referenceEvery operation with parameters, schemas, examples, and generated usages. Regenerated on each release.
Operations in this release
GET
/v1/accountValidate the key, read limits and remaining allowance.GET
/v1/stores/{domain}One store: platform, stack, catalog, signals, provenance.POST
/v1/stores/enrichUp to 100 domains per request, idempotent on retry.GET
/v1/technologiesThe canonical vocabulary of platforms, apps, and services.History, signal search, watchlists, webhooks, and jobs arrive in later phases. The reference is regenerated from the contract on every release, so anything listed there is live.