From 0cbae482d83604e3457fe2ca3991cb4caf189add Mon Sep 17 00:00:00 2001 From: ajaykrish-uns Date: Thu, 27 Aug 2026 13:38:38 -0400 Subject: [PATCH] Update Transform free page allowance to current pricing Pricing changed to 10,000 free pages at account start (was 15,000/month). --- notebooks/Getting_Started_with_Unstructured_Transform_MCP.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/Getting_Started_with_Unstructured_Transform_MCP.ipynb b/notebooks/Getting_Started_with_Unstructured_Transform_MCP.ipynb index 0bba28b..2a3dfd7 100644 --- a/notebooks/Getting_Started_with_Unstructured_Transform_MCP.ipynb +++ b/notebooks/Getting_Started_with_Unstructured_Transform_MCP.ipynb @@ -115,7 +115,7 @@ "You need two keys.\n", "\n", "For Unstructured, [sign up here](https://unstructured.io/?modal=try-for-free), log in, and copy your\n", - "API key. You get 15,000 pages free every month, and this notebook uses about 45 of them.\n", + "API key. Your account starts with 10,000 free pages, and this notebook uses about 45 of them.\n", "\n", "For OpenAI, grab a key from [the API keys page](https://platform.openai.com/api-keys)." ]