Skip to content

Commit 10960f9

Browse files
authored
API: Link to newly published Workflow and Partition Endpoint how-to videos (#524)
1 parent ecc8730 commit 10960f9

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

api-reference/partition/post-requests.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ title: Process an individual file by making a direct POST request
33
sidebarTitle: POST request
44
---
55

6+
Watch the following 4-minute video to learn how to make POST requests to the Unstructured Partition Endpoint to process individual files:
7+
8+
<iframe
9+
width="560"
10+
height="315"
11+
src="https://www.youtube.com/embed/fU080EahKwc"
12+
title="YouTube video player"
13+
frameborder="0"
14+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
15+
allowfullscreen
16+
></iframe>
17+
18+
Open the related [notebook](https://colab.research.google.com/drive/1rJOZYZfsTQ_JV2hXaY4kgYvbA7xEWBZn?usp=sharing) that is shown in the preceding video.
19+
620
To make POST requests to the Unstructured Partition Endpoint, you will need:
721

822
import SharedAPIKeyURL from '/snippets/general-shared-text/api-key-url.mdx';

api-reference/workflow/overview.mdx

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,35 @@ import SharedPlatformAPI from '/snippets/quickstarts/platform-api.mdx';
2929

3030
## Unstructured Python SDK
3131

32+
Watch the following 4-minute video to learn how to use the Python SDK to call the Unstructured Workflow Endpoint to
33+
create [connectors](#connectors) in the Unstructured UI.
34+
35+
<iframe
36+
width="560"
37+
height="315"
38+
src="https://www.youtube.com/embed/bTdCSkWzecQ"
39+
title="YouTube video player"
40+
frameborder="0"
41+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
42+
allowfullscreen
43+
></iframe>
44+
45+
Watch the following 3-minute video to learn how to use the Python SDK to call the Unstructured Workflow Endpoint to
46+
create [workflows](#workflows) and [jobs](#jobs) in the Unstructured UI.
47+
48+
<iframe
49+
width="560"
50+
height="315"
51+
src="https://www.youtube.com/embed/oeXUrfqffeM"
52+
title="YouTube video player"
53+
frameborder="0"
54+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
55+
allowfullscreen
56+
></iframe>
57+
58+
Open a related [notebook](https://colab.research.google.com/drive/13f5C9WtUvIPjwJzxyOR3pNJ9K9vnF4ww?usp=sharing) that covers many of
59+
the concepts that are shown in the preceding videos.
60+
3261
The [Unstructured Python SDK](https://github.com/Unstructured-IO/unstructured-python-client), beginning with version 0.30.6,
3362
allows you to call the Unstructured Workflow Endpoint through standard Python code.
3463

0 commit comments

Comments
 (0)