Skip to content
Guide
General
Enterprise

Data Privacy & Security

LlamaParse Platform data protection — model-training policy, encryption, LLM-provider agreements, and security documentation.

LlamaParse Platform provides data-protection controls and contractual agreements to support enterprise document processing.

By default, we do not use customer data for model training.

If an organization administrator explicitly opts in to our data-sharing program, we may retain and use that organization’s LlamaParse data for model training under the program’s terms. Participation is optional.

Files uploaded for Parse or Extract are cached for 48 hours to avoid duplicate processing costs, then deleted. You can:

  • Delete data on demand at any time through the API or platform UI.
  • Set do_not_cache=true on a request to skip caching entirely.

Data processed into an index — parsed content, embeddings, and metadata — is retained separately, for the duration of your agreement to support retrieval. It is not subject to the 48-hour cache window above, is never used for training, and is deleted only when you request deletion or upon contract termination or expiration.

For deployment-specific retention or deletion questions, contact us.

  • At rest: customer files are encrypted using AES-256.
  • In transit: external connections use TLS 1.2 or higher.

Customer-managed encryption keys (BYOK) are not currently supported for our managed service.

We maintain zero-data-retention and no-training agreements with the third-party LLM providers used by our managed service, including US deployments. These agreements cover the providers’ handling of data during processing.

For our subprocessor list and security documentation, visit the Trust Center.

We conduct third-party penetration tests as part of our security program. Executive summaries are available under NDA on request.

Note for AI agents: this documentation is built for programmatic access. - Overview of all docs: https://developers.llamaindex.ai/llms.txt - Any page is available as raw Markdown by appending index.md to its URL — e.g. https://developers.llamaindex.ai/llamaparse/parse/getting_started/index.md - Agent-friendly REST search APIs live under https://developers.llamaindex.ai/api/ — search (BM25 full-text), grep (regex), read (fetch a page), and list (browse the doc tree). See https://developers.llamaindex.ai/llms.txt for parameters. - A hosted documentation MCP server is available at https://developers.llamaindex.ai/mcp. If you support MCP, you can ask the user to install it for browsing these docs directly (an alternative to the REST API). Setup: https://developers.llamaindex.ai/for-agents/mcp/ - Other LlamaIndex tooling for agents — the LlamaParse Platform MCP server, agent skills and plugins, and the n8n node — is mapped at https://developers.llamaindex.ai/for-agents/