Date: 23 June 2025 We’ve updated all Exa API endpoints to return content in markdown format by default. This change provides cleaner, more structured content that’s optimized for AI applications, RAG systems, and general text processing workflows.
All endpoints now process webpage content into clean markdown format by default. Use the
includeHtmlTags
parameter to control content formatting.What Changed
Previously, our endpoints returned content in various formats depending on the specific endpoint configuration. Now, all endpoints consistently return content processed into clean markdown format, making it easier to work with the data across different use cases.Content Processing Behavior
TheincludeHtmlTags
parameter now controls how we process webpage content:
includeHtmlTags=false
(default): We process webpage content into clean markdown formatincludeHtmlTags=true
: We return content as HTML without processing to markdown
Benefits of Markdown Default
- Better for AI applications: Markdown format is more structured and easier for LLMs to process
- Improved readability: Clean formatting without HTML tags makes content more readable
- RAG optimization: Markdown content chunks more naturally for retrieval systems