The short version
| Feature | Which Version? |
|---|---|
| Search & Autocomplete | Use v4 (v3 also works) |
| AI Chat & AI Summary | Use v4 (only available in v4) |
| Push/manage documents | Use v4 Index Management |
| Queue URLs for crawling | Use v4 |
| Analytics tracking | Use v3 (querylog, clicklog) |
| Search tools (banners, rankings, quicklinks, synonyms) | No version - use /api/... paths |
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
PUTto replace/create documents - Use
PATCHto update specific fields (new in v4) - Use
DELETEto 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:Search Tools (Banners, Rankings, Quicklinks, Synonyms)
No version number. These endpoints use unversioned/api/... paths. Do not add /v3 or /v4:
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

