This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/ai-assistant/api.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. AI Assistant API reference | Nutrient

The AI Assistant Server API is intended to be used from your backend to manage data stored in AI Assistant’s database. Example use cases include:

  • Deleting session data associated with a user.
  • Removing data stored for a specific document.
  • Preingesting a document to reduce startup latency for the first session on that document.

This API is secured using API_AUTH_TOKEN, which is configured in the environment variables of the AI Assistant container.

For the complete API reference, refer to the following link: