Skip to main content
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 .md to its URL or sending Accept: text/markdown.
This guide helps you migrate from the Beta Extract API (/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

  1. Excerpts are always returned — The top-level excerpts field (bool or settings object) is removed. Excerpts are now always returned in the response; size is controlled via advanced_settings.excerpt_settings.max_chars_per_result. You can no longer disable excerpts by setting excerpts: false.
  2. Settings reorganized under advanced_settingsfetch_policy, excerpt settings, and full_content are now nested under a single new advanced_settings wrapper object (previously top-level fields). See Advanced Settings for the full list.
  3. Larger request capacityurls now accepts up to 20 URLs per request, and objective now accepts up to 5000 characters.

Overview of Changes

Migration Example

Before (Beta)

After (V1)

Additional Resources

Questions? Contact support@parallel.ai.