Documentation Index
Fetch the complete documentation index at: https://exa.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
HIPAA compliance is available for Enterprise customers after Exa enables it for your team. Contact sales@exa.ai to discuss Enterprise access, BAA requirements, and enablement.
compliance field:
403 FEATURE_DISABLED.
HIPAA mode includes Zero Data Retention behavior for those requests: Exa does not persist PHI, and the request follows a compliant processor path that only uses approved subprocessors.
Supported endpoints
Thecompliance field is recognized on:
Other endpoints reject the field. For HIPAA retrieval workflows, use /contents for cached, non-generative content extraction.
Search behavior
HIPAA search requests fail closed if the resolved search path requires live retrieval, keyword/SERP-backed retrieval, summaries, or any other non-HIPAA-safe processor path. In that case, the API returns400 INVALID_REQUEST_BODY.
Contents example
Use HIPAA mode when extracting cached content from known URLs. If Exa does not already have cached content for a URL, the request can return no content for that URL instead of livecrawling it.Compatible parameters
HIPAA mode is designed for cached, non-generative retrieval. For the supported/contents path:
- Request
textorhighlights - Omit freshness fields, or set
maxAgeHours: -1for explicit cache-only retrieval on/contents
400 INVALID_REQUEST_BODY for incompatible parameters, including:
summaryon/contentscontents.summaryon/search- Livecrawl or freshness settings that require fetching a fresh page, such as
maxAgeHours: 0or a positivemaxAgeHours - Search requests whose resolved path requires non-HIPAA-safe retrieval, including
auto,deep-lite,deep, anddeep-reasoning
- Cached content retrieval only
- Non-generative retrieval workflows without summaries

