From 2b6d821119a01e24dbf1987c9bf5a0ed60429472 Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Tue, 4 Nov 2025 12:41:11 -0800 Subject: [PATCH] Misc. typos --- api-reference/troubleshooting/api-key-url.mdx | 2 +- api-reference/workflow/overview.mdx | 4 ++-- ...uctured-REST-API-Workflow-Endpoint.postman_collection.json | 2 +- examplecode/tools/azure-storage-events.mdx | 2 +- examplecode/tools/mcp.mdx | 2 +- examplecode/tools/onedrive-events.mdx | 2 +- examplecode/tools/sharepoint-events.mdx | 2 +- ui/enriching/overview.mdx | 2 -- 8 files changed, 8 insertions(+), 10 deletions(-) diff --git a/api-reference/troubleshooting/api-key-url.mdx b/api-reference/troubleshooting/api-key-url.mdx index 577a6c0e..0ff9e162 100644 --- a/api-reference/troubleshooting/api-key-url.mdx +++ b/api-reference/troubleshooting/api-key-url.mdx @@ -39,7 +39,7 @@ For the API URL, this URL was provided to you when your Unstructured account was If you do not have this URL, email Unstructured Support at [support@unstructured.io](mailto:support@unstructured.io). - The default URL for the Unstructured Worfklow Endpoint is `https://platform.unstructuredapp.io/api/v1`. + The default URL for the Unstructured Workflow Endpoint is `https://platform.unstructuredapp.io/api/v1`. The default URL for the Unstructured Partition Endpoint is `https://api.unstructuredapp.io/general/v0/general`. diff --git a/api-reference/workflow/overview.mdx b/api-reference/workflow/overview.mdx index ec53f9f1..25e70dec 100644 --- a/api-reference/workflow/overview.mdx +++ b/api-reference/workflow/overview.mdx @@ -106,7 +106,7 @@ This URL was provided to you when your Unstructured account was created. If you do not have this URL, email Unstructured Support at [support@unstructured.io](mailto:support@unstructured.io). - The default URL for the Unstructured Worfklow Endpoint is `https://platform.unstructuredapp.io/api/v1`. + The default URL for the Unstructured Workflow Endpoint is `https://platform.unstructuredapp.io/api/v1`. However, you should always use the URL that was provided to you when your Unstructured account was created. @@ -159,7 +159,7 @@ For the API URL, this URL was provided to you when your Unstructured account was If you do not have this URL, email Unstructured Support at [support@unstructured.io](mailto:support@unstructured.io). - The default URL for the Unstructured Worfklow Endpoint is `https://platform.unstructuredapp.io/api/v1`. + The default URL for the Unstructured Workflow Endpoint is `https://platform.unstructuredapp.io/api/v1`. However, you should always use the URL that was provided to you when your Unstructured account was created. diff --git a/examplecode/codesamples/api/Unstructured-REST-API-Workflow-Endpoint.postman_collection.json b/examplecode/codesamples/api/Unstructured-REST-API-Workflow-Endpoint.postman_collection.json index 25888c95..8d5a15b1 100644 --- a/examplecode/codesamples/api/Unstructured-REST-API-Workflow-Endpoint.postman_collection.json +++ b/examplecode/codesamples/api/Unstructured-REST-API-Workflow-Endpoint.postman_collection.json @@ -892,7 +892,7 @@ "run" ] }, - "description": "To run the worfklow for multiple files, add an additional `input_files`, `filename`, and `type` entry for each additional file.\n\nSee also [https://docs.unstructured.io/api-reference/workflow/overview#run-a-workflow](https://docs.unstructured.io/api-reference/workflow/overview#run-a-workflow)" + "description": "To run the workflow for multiple files, add an additional `input_files`, `filename`, and `type` entry for each additional file.\n\nSee also [https://docs.unstructured.io/api-reference/workflow/overview#run-a-workflow](https://docs.unstructured.io/api-reference/workflow/overview#run-a-workflow)" }, "response": [] } diff --git a/examplecode/tools/azure-storage-events.mdx b/examplecode/tools/azure-storage-events.mdx index 4de62c15..de9b86b8 100644 --- a/examplecode/tools/azure-storage-events.mdx +++ b/examplecode/tools/azure-storage-events.mdx @@ -110,7 +110,7 @@ To use this example, you will need the following: 6. For **Name**, enter `UNSTRUCTURED_API_URL`. 7. For **Value**, enter your `/workflows//run`, and replace the following placeholders: - - Replace `` with your Unstructured Worfklow Endpoint value. + - Replace `` with your Unstructured Workflow Endpoint value. - Replace `` with the ID of your Unstructured workflow. For now, because the workflow does not yet exist, enter some fictitious value, such as `1234567890`. You will update this value later in Step 6 after you create the workflow. diff --git a/examplecode/tools/mcp.mdx b/examplecode/tools/mcp.mdx index 70dbdfa5..022c5125 100644 --- a/examplecode/tools/mcp.mdx +++ b/examplecode/tools/mcp.mdx @@ -1,6 +1,6 @@ --- title: Model Context Protocol (MCP) Hands-On Walkthrough for the Unstructured Workflow Endpoint -sidebarTitle: MCP for Worfklow Endpoint +sidebarTitle: MCP for Workflow Endpoint --- [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) is an open protocol that standardizes diff --git a/examplecode/tools/onedrive-events.mdx b/examplecode/tools/onedrive-events.mdx index ca523d80..d949e79e 100644 --- a/examplecode/tools/onedrive-events.mdx +++ b/examplecode/tools/onedrive-events.mdx @@ -131,7 +131,7 @@ In this step, you store your Unstructured API key in an Azure key vault for your - For **URI**, enter `/workflows//run`, and replace the following placeholders: - - Replace `` with your Unstructured Worfklow Endpoint value. + - Replace `` with your Unstructured Workflow Endpoint value. - Replace `` with the ID of your Unstructured workflow. The **URI** should now look similar to the following: diff --git a/examplecode/tools/sharepoint-events.mdx b/examplecode/tools/sharepoint-events.mdx index d0581ea5..857cd1bd 100644 --- a/examplecode/tools/sharepoint-events.mdx +++ b/examplecode/tools/sharepoint-events.mdx @@ -130,7 +130,7 @@ In this step, you store your Unstructured API key in an Azure key vault for your - For **URI**, enter `/workflows//run`, and replace the following placeholders: - - Replace `` with your Unstructured Worfklow Endpoint value. + - Replace `` with your Unstructured Workflow Endpoint value. - Replace `` with the ID of your Unstructured workflow. The **URI** should now look similar to the following: diff --git a/ui/enriching/overview.mdx b/ui/enriching/overview.mdx index 1f2a73b0..cfcd5d46 100644 --- a/ui/enriching/overview.mdx +++ b/ui/enriching/overview.mdx @@ -14,8 +14,6 @@ import EnrichmentImagesTablesOCRHiResOnly from '/snippets/general-shared-text/en allowfullscreen > -import EnrichmentImagesTablesHiResOnly from '/snippets/general-shared-text/enrichment-images-tables-hi-res-only.mdx'; - _Enriching_ adds enhancments to the processed data that Unstructured produces. These enrichments include: - Providing a summarized description of the contents of a detected image. [Learn more](/ui/enriching/image-descriptions).