Introduction to the Clado Search API
This API provides powerful search capabilities over user profile data stored in Google BigQuery. It leverages advanced Large Language Models (LLMs) to translate natural language queries into precise SQL queries, enabling flexible and intuitive data retrieval.
The Clado Search API now primarily uses WebSockets for real-time search capabilities. Our WebSocket API is fully documented using AsyncAPI specifications.
The WebSocket API endpoint provides real-time search functionality with better performance and lower latency:
/api/search/ws
For detailed documentation on messages, examples, and implementations, see the WebSocket API section.