October 2025
REST API
- Chart images are now displayed in source language.
total_countfield now shows correct number in/search/statistics.- Similarity score for search results appended to
/search/statisticsunderranking_score. - Update API timeout from 5s to 30s to allow longer-running operations and avoid breakage in client systems.
- Multilingual search queries for
/search/statistics - Extended authorization to include both
x-api-keyas custom header andAuthorization: Bearer.
- Support DeepResearch response format and tool names under
/beta/deepresearch. - Coerce ID parameter to avoid runtime errors when LLMs pass in a numerical string.
- Automate MCP Client compatibility tests across LLM providers: OpenAI, Anthropic/Claude, Gemini.
- Condense output of
search-statisticstool to reduce LLM token consumption by 35%