@@ -247,8 +247,10 @@ def extract(
247247 """
248248 Extracts relevant content from specific web URLs.
249249
250- The legacy Extract API reference is available
251- [here](https://docs.parallel.ai/api-reference/legacy/extract-beta/extract).
250+ The legacy Extract API reference (`/v1beta/extract` endpoint) is available
251+ [here](https://docs.parallel.ai/api-reference/legacy/extract-beta/extract), and
252+ migration guide is
253+ [here](https://docs.parallel.ai/extract/extract-migration-guide).
252254
253255 Args:
254256 urls: URLs to extract content from. Up to 20 URLs.
@@ -322,8 +324,10 @@ def search(
322324 """
323325 Searches the web.
324326
325- The legacy Search API reference is available
326- [here](https://docs.parallel.ai/api-reference/legacy/search-beta/search).
327+ The legacy Search API reference (`/v1beta/search` endpoint) is available
328+ [here](https://docs.parallel.ai/api-reference/legacy/search-beta/search), and
329+ migration guide is
330+ [here](https://docs.parallel.ai/search/search-migration-guide).
327331
328332 Args:
329333 search_queries: Concise keyword search queries, 3-6 words each. At least one query is required,
@@ -594,8 +598,10 @@ async def extract(
594598 """
595599 Extracts relevant content from specific web URLs.
596600
597- The legacy Extract API reference is available
598- [here](https://docs.parallel.ai/api-reference/legacy/extract-beta/extract).
601+ The legacy Extract API reference (`/v1beta/extract` endpoint) is available
602+ [here](https://docs.parallel.ai/api-reference/legacy/extract-beta/extract), and
603+ migration guide is
604+ [here](https://docs.parallel.ai/extract/extract-migration-guide).
599605
600606 Args:
601607 urls: URLs to extract content from. Up to 20 URLs.
@@ -669,8 +675,10 @@ async def search(
669675 """
670676 Searches the web.
671677
672- The legacy Search API reference is available
673- [here](https://docs.parallel.ai/api-reference/legacy/search-beta/search).
678+ The legacy Search API reference (`/v1beta/search` endpoint) is available
679+ [here](https://docs.parallel.ai/api-reference/legacy/search-beta/search), and
680+ migration guide is
681+ [here](https://docs.parallel.ai/search/search-migration-guide).
674682
675683 Args:
676684 search_queries: Concise keyword search queries, 3-6 words each. At least one query is required,
0 commit comments