Live API for Ask My Bot

Live API lets your bot fetch fresh data when a question is asked, then combine it with trained documents before generating the final response.

How it works

Your bot stores endpoint settings and calls the API at answer-time. The final answer is generated by the LLM using both trained content and live API context.

Plan availability

Live API is available on Business and Scale plans.

Best practice for large APIs

Return filtered and paginated records that match the user query instead of full dataset dumps.