From 76cd10507e606e17c3f952d8fdcb39e548a59761 Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Wed, 20 Aug 2025 10:33:33 -0700 Subject: [PATCH] Partition Endpoint: link to available quickstart notebook --- api-reference/partition/overview.mdx | 5 +++++ api-reference/partition/quickstart.mdx | 7 ++++++- examplecode/notebooks.mdx | 7 +++++++ welcome.mdx | 2 ++ 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/api-reference/partition/overview.mdx b/api-reference/partition/overview.mdx index 4864aff4..73a92685 100644 --- a/api-reference/partition/overview.mdx +++ b/api-reference/partition/overview.mdx @@ -26,6 +26,11 @@ import Pricing from '/snippets/general-shared-text/pricing-platform.mdx'; ## Quickstart + + To use the Unstructured Python SDK instead of `curl` for the following quickstart, + [skip ahead](/api-reference/partition/quickstart) to the SDK version instead. + + This example uses the [curl](https://curl.se/) utility on your local machine to call the Unstructured Partition Endpoint. It sends a source (input) file from your local machine to the Unstructured Partition Endpoint which then delivers the processed data to a destination (output) location, also on your local machine. Data is processed on Unstructured-hosted compute resources. If you do not have a source file readily available, you could use for example a sample PDF file containing the text of the United States Constitution, diff --git a/api-reference/partition/quickstart.mdx b/api-reference/partition/quickstart.mdx index 69cf401c..77af15c4 100644 --- a/api-reference/partition/quickstart.mdx +++ b/api-reference/partition/quickstart.mdx @@ -2,7 +2,12 @@ title: Unstructured API Quickstart --- -Just need to copy the sample code? [Skip ahead](#sample-code) to it now! + + Do you want to run this quickstart without modifying your local machine? + [Skip ahead](https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Unstructured_Partition_Endpoint_Quickstart.ipynb) to run this quickstart as a notebook on Google Colab now! + + Do you want to just copy the sample code for use on your local machine? [Skip ahead](#sample-code) to the code now! + +  [Run this quickstart as a notebook on Google Colab instead](https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Unstructured_Partition_Endpoint_Quickstart.ipynb). +   [Get the sample code for this video](/api-reference/partition/quickstart#sample-code).   [Get the full setup instructions for this video](/api-reference/partition/quickstart).