Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-reference/troubleshooting/api-key-url.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<Note>
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`.

Expand Down
4 changes: 2 additions & 2 deletions api-reference/workflow/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<Note>
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.
</Note>

Expand Down Expand Up @@ -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).

<Note>
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.
</Note>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
Expand Down
2 changes: 1 addition & 1 deletion examplecode/tools/azure-storage-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<unstructured-api-url>/workflows/<workflow-id>/run`, and replace the following placeholders:

- Replace `<unstructured-api-url>` with your Unstructured Worfklow Endpoint value.
- Replace `<unstructured-api-url>` with your Unstructured Workflow Endpoint value.
- Replace `<workflow-id>` 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.

Expand Down
2 changes: 1 addition & 1 deletion examplecode/tools/mcp.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examplecode/tools/onedrive-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ In this step, you store your Unstructured API key in an Azure key vault for your

- For **URI**, enter `<unstructured-api-url>/workflows/<workflow-id>/run`, and replace the following placeholders:

- Replace `<unstructured-api-url>` with your Unstructured Worfklow Endpoint value.
- Replace `<unstructured-api-url>` with your Unstructured Workflow Endpoint value.
- Replace `<workflow-id>` with the ID of your Unstructured workflow.

The **URI** should now look similar to the following:
Expand Down
2 changes: 1 addition & 1 deletion examplecode/tools/sharepoint-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ In this step, you store your Unstructured API key in an Azure key vault for your

- For **URI**, enter `<unstructured-api-url>/workflows/<workflow-id>/run`, and replace the following placeholders:

- Replace `<unstructured-api-url>` with your Unstructured Worfklow Endpoint value.
- Replace `<unstructured-api-url>` with your Unstructured Workflow Endpoint value.
- Replace `<workflow-id>` with the ID of your Unstructured workflow.

The **URI** should now look similar to the following:
Expand Down
2 changes: 0 additions & 2 deletions ui/enriching/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import EnrichmentImagesTablesOCRHiResOnly from '/snippets/general-shared-text/en
allowfullscreen
></iframe>

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).
Expand Down