Skip to main content
Not all Cludo APIs use the same version. This guide explains exactly which version to use for each feature.

The short version


Search & Autocomplete

Use v4 for new integrations. Both v3 and v4 work and return compatible responses, but v4 is the current version.

AI Chat & AI Summary

v4 only. These features do not exist in v3.

Pushing documents (Index Management)

Use v4. The v4 Index Management API replaced v3 Content Management.
  • Use PUT to replace/create documents
  • Use PATCH to update specific fields (new in v4)
  • Use DELETE to remove documents

Queue URLs for crawling

Use v4. If you previously used v3 PushURLs, the v4 equivalent is:

Analytics tracking

Use v3. There is no v4 version of the tracking endpoints. Continue using the v3 paths:

No version number. These endpoints use unversioned /api/... paths. Do not add /v3 or /v4:
See Search Tools for the full API reference.

Summary

  • New integrations: Use v4 for everything except tracking (v3) and search tools (unversioned)
  • Existing v3 integrations: Search and autocomplete continue to work on v3. Migrate content management to v4 Index Management when ready.
  • Tracking: Always v3
  • Search tools: Never add a version number