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
40 changes: 40 additions & 0 deletions api-reference/api-services/saas-api-development-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ import ServerlessKeyNoFreeURL from '/snippets/general-shared-text/serverless-api

## Set up billing

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/DPITllKgYvA"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

Once you sign up for the Unstructured Serverless API, you can enjoy a free 14-day trial with usage capped at 1000 pages per day.

<Info>The free 14-day trial for the Unstructured Serverless API is different than the [Free Unstructured API](/api-reference/api-services/free-api).</Info>
Expand All @@ -39,6 +49,16 @@ import SharedPagesBilling from '/snippets/general-shared-text/pages-billing.mdx'

<SharedPagesBilling />

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/VyZqGxBMbnE"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

## Quickstart

These examples use your local machine. They send source (input) files from your local machine to the Unstructured Serverless API which delivers the processed data to a destination (output) location, also on your local machine. Data is processed on Unstructured-hosted compute resources.
Expand Down Expand Up @@ -124,8 +144,28 @@ After the command successfully runs, see the results in the specified output pat

**To view your usage**: On the sidebar, click **Usage**.

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/VyZqGxBMbnE"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

**To view your billing costs and invoices and to manage your payment method**: On the sidebar, click **Billing**.

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/DPITllKgYvA"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

**To log out of your account**: On the sidebar, click your email address, and then click **Logout**.

If you need direct assistance, our support team is just an email away. Contact us at [support@unstructured.io](mailto:support@unstructured.io).
Expand Down
12 changes: 12 additions & 0 deletions api-reference/ingest/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ The following 3-minute video shows how to use the Unstructured Ingest Python lib
allowfullscreen
></iframe>

The following 5-minute video goes into more detail about the various components of the Unstructured Ingest Python library:

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/A_kqK2KHTdg"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

## Ingest flow

The Unstructured ingest flow is similar to an extract, transform and load (ETL) data pipeline.
Expand Down
12 changes: 12 additions & 0 deletions open-source/ingest/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ The following 3-minute video shows how to use the Unstructured Ingest Python lib
allowfullscreen
></iframe>

The following 5-minute video goes into more detail about the various components of the Unstructured Ingest Python library:

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/A_kqK2KHTdg"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

## Library Documentation

[Source Connectors](/open-source/ingest/source-connectors/overview)
Expand Down
10 changes: 10 additions & 0 deletions snippets/dc-shared-text/weaviate-cli-api.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Batch process all your records to store structured outputs in a Weaviate database.

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/uqUrH8ksI0I"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

You will need:

import SharedWeaviate from '/snippets/general-shared-text/weaviate.mdx';
Expand Down
10 changes: 10 additions & 0 deletions snippets/ingest-configuration-shared/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
The configurations listed in this section are common to all connectors.
These configurations act as instructions for how to collect, process, and store data.

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/A_kqK2KHTdg"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

Some connectors implement only version 2 (v2) of the connector specification; some connectors implement only version 1 (v1); and some connectors provide both v2 and v1 implementations.

* Connectors that implement both v2 and v1 are prefaced by <Icon icon="v"/><Icon icon="2"/>, <Icon icon="v"/><Icon icon="1"/>.
Expand Down