For AI agents: a documentation index is available at https://docs.parallel.ai/llms.txt. The full text of all docs is at https://docs.parallel.ai/llms-full.txt. You may also fetch any page as Markdown by appending
This guide helps you migrate from the Beta Extract API (.md to its URL or sending Accept: text/markdown./v1beta) to the GA version (/v1).
Both the Beta and V1 APIs continue to be supported. Using the Beta API will result in warnings and no breaking errors in production until at least June 2026. We recommend migrating to the V1 API for the latest features and improvements.
Highlights
-
Excerpts are always returned — The top-level
excerptsfield (bool or settings object) is removed. Excerpts are now always returned in the response; size is controlled viaadvanced_settings.excerpt_settings.max_chars_per_result. You can no longer disable excerpts by settingexcerpts: false. -
Settings reorganized under
advanced_settings—fetch_policy, excerpt settings, andfull_contentare now nested under a single newadvanced_settingswrapper object (previously top-level fields). See Advanced Settings for the full list. -
Larger request capacity —
urlsnow accepts up to 20 URLs per request, andobjectivenow accepts up to 5000 characters.
Overview of Changes
Migration Example
Before (Beta)
After (V1)
Additional Resources
- Extract Quickstart - Get started with the V1 Extract API
- Best Practices - Optimize your extract requests
- API Reference - Complete parameter specifications