---
title: "AI Assistant API reference | Nutrient"
canonical_url: "https://www.nutrient.io/guides/ai-assistant/api/"
md_url: "https://www.nutrient.io/guides/ai-assistant/api.md"
last_updated: "2026-06-09T10:22:07.527Z"
description: "AI Assistant | Nutrient API documentation for Nutrient AI Assistant SDK with methods, properties, and code examples."
---

# AI Assistant API reference

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](https://www.nutrient.io/guides/ai-assistant/service-configuration/docker-configuration.md) of the AI Assistant container.

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

- [AI Assistant Server API](https://www.nutrient.io/api/ai-assistant/)
---

## Related pages

- [Agent skill](/guides/ai-assistant/agent-skill.md)
- [Changelog for AI Assistant](/guides/ai-assistant/changelog.md)
- [Example projects](/guides/ai-assistant/example-projects.md)
- [Download AI Assistant](/guides/ai-assistant/downloads.md)
- [AI Assistant](/guides/ai-assistant.md)
- [Developer guides](/guides/ai-assistant/intro.md)
- [Upgrade and migration guides](/guides/ai-assistant/upgrade.md)
- [Nightly build](/guides/ai-assistant/nightly.md)

