Search 64.6M knowledge entries or bring your own data for indexing. Tokenized with a 3.8M whole-word vocabulary. Zero storage on our end.
https://cold-api.coldstate.aiAll authenticated endpoints require a Bearer token in the Authorization header:
Authorization: Bearer cs_live_.../v1/auth/register/v1/auth/login/v1/auth/keys/v1/auth/keys/rotate/v1/indexes/v1/indexes/v1/indexes/:id/v1/indexes/:id/download/v1/indexes/:id/v1/indexes/:id/search/v1/search/v1/usage/v1/usage/historyEvery search response includes a routing state that describes the topology of the results:
Build an index on our infrastructure, download the .db file, and run searches locally. Zero storage on our end — we wipe the file after download or after the 24-hour TTL.
POST /v1/indexes with mode: "iaas" and your documents. Status: queued → processingGET /v1/indexes/:id until status is ready. Response includes download_url and download_expires_at.GET /v1/indexes/:id/download to stream the .db file. Server copy is deleted immediately. Status: deliveredqueued → processing → ready (24h download window) → delivered / expired