Skip to content

Commit b046a77

Browse files
authored
Pricing details (#646)
1 parent e6c2a1d commit b046a77

File tree

9 files changed

+84
-64
lines changed

9 files changed

+84
-64
lines changed

api-reference/overview.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ The Unstructured API provides the following benefits beyond the [Unstructured op
3131
* Unstructured manages code dependencies, for instance for libraries such as Tesseract.
3232
* Unstructured manages its own infrastructure, including parallelization and other performance optimizations.
3333

34+
## Pricing
35+
36+
To call the Unstructured API, you must have an Unstructured account.
37+
38+
import Pricing from '/snippets/general-shared-text/pricing-platform.mdx';
39+
40+
<Pricing />
41+
3442
## Get support
3543

3644
Should you require any assistance or have any questions regarding the Unstructured API, please [contact us directly](https://unstructured.io/contact).

api-reference/partition/overview.mdx

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,11 @@ import GetStartedSimpleAPIOnly from '/snippets/general-shared-text/get-started-s
1818

1919
[Try the quickstart](#quickstart).
2020

21-
## Set up billing
21+
## Pricing
2222

23-
<Note>
24-
If you initially signed up for a subscribe-and-save plan instead, of if you signed up through the [For Enterprise](https://unstructured.io/enterprise) page instead, your billing setup and terms will
25-
be different. For billing guidance, contact Unstructured Sales at [[email protected]](mailto:[email protected]).
26-
</Note>
23+
import Pricing from '/snippets/general-shared-text/pricing-platform.mdx';
2724

28-
You must set up your billing information to keep using the Unstructured Partition Endpoint:
29-
30-
![Unstructured account settings](/img/ui/AccountSettings.png)
31-
32-
![Unstructured account payment method](/img/ui/AccountBillingPaymentMethod.png)
33-
34-
1. Sign in to your Unstructured account, at [https://platform.unstructured.io](https://platform.unstructured.io).
35-
2. At the bottom of the sidebar, click your user icon, and then click **Account Settings**.
36-
3. Click the **Billing** tab.
37-
4. Click **Manage Payment Method**, follow the on-screen instructions to enter or update your payment details, and then click **Save card**.
38-
39-
Your card is billed monthly based on your usage. The **Billing** page shows a billing overview for the current month and a list of your billing invoices.
40-
41-
<Tip>
42-
You can save money by switching from a pay-per-page plan to a subscribe-and-save plan. To do this,
43-
go to the [Unstructured Subscribe & Save](https://unstructured.io/subscribeandsave) page and complete the on-screen instructions.
44-
</Tip>
45-
46-
import SharedPagesBilling from '/snippets/general-shared-text/pages-billing.mdx';
47-
48-
<SharedPagesBilling />
25+
<Pricing />
4926

5027
## Quickstart
5128

ingestion/overview.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,16 @@ import GeneratePythonCodeExamples from '/snippets/ingestion/code-generator.mdx';
120120

121121
<GeneratePythonCodeExamples />
122122

123+
## Pricing
124+
125+
Calls to the Unstructured CLI or Unstructured Ingest Python library that are routed to Unstructured's software-as-a-service (SaaS)
126+
for processing (for example, by specifying an
127+
Unstructured API key and an Unstructured SaaS URL) require an Unstructured account for billing purposes.
128+
129+
import Pricing from '/snippets/general-shared-text/pricing-platform.mdx';
130+
131+
<Pricing />
132+
123133
## Learn more
124134

125135
- [Ingest configuration](/ingestion/ingest-configuration/overview) settings enable you to control how batches are sent and processed.

open-source/introduction/overview.mdx

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,24 @@ The Unstructured open source library has the following limits as compared to the
5757
* No image extraction from documents.
5858
* Less sophisticated document hierarchy detection.
5959
* You must manage many of your own code dependencies, for instance for libraries such as Poppler and Tesseract.
60-
* You must manage your own infrastructure, including parallelization and other performance optimizations.
60+
* You must manage your own infrastructure, including parallelization and other performance optimizations.
61+
62+
## Pricing
63+
64+
Calls to the Unstructured open source library that are routed to Unstructured's software-as-a-service (SaaS)
65+
for processing (for example, by calling the
66+
[partition_via_api](/open-source/core-functionality/partitioning#partition-via-api) or
67+
[partition_multiple_via_api](/open-source/core-functionality/partitioning#partition-multiple-via-api) functions with an
68+
Unstructured API key and an Unstructured SaaS URL) require an Unstructured account for billing purposes.
69+
70+
import Pricing from '/snippets/general-shared-text/pricing-platform.mdx';
71+
72+
<Pricing />
73+
74+
75+
76+
77+
78+
79+
80+
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
We calculate a page as follows:
1+
Unstructured calculates a page as follows:
22

3-
- For these file types, a page is a page, slide, or image: .pdf, .pptx, and .tiff.
4-
- For .docx files that have page metadata, we calculate the number of pages based on that metadata.
5-
- For all other file types, we calculate the number of pages as the file's size divided by 100 KB.
6-
- For non-file data, we calculate a page as 100 KB of incoming data to be processed.
3+
- For these file types, a page is a page, slide, or image: `.pdf`, `.pptx`, and `.tiff`.
4+
- For `.docx` files that have page metadata, Unstructured calculates the number of pages based on that metadata.
5+
- For all other file types, Unstructured calculates the number of pages as the file's size divided by 100 KB.
6+
- For non-file data, Unstructured calculates a page as 100 KB of incoming data to be processed.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Unstructured offers three account pricing plans:
2+
3+
- **SaaS Cloud-hosted** - Processing happens on Unstructured's software-as-a-service (SaaS) cloud infrastructure in a multi-tenant environment.
4+
- **Hybrid SaaS** - Processing also happens on Unstructured's SaaS cloud infrastructure, but your data stays protected in a dedicated cloud environment, maintaining strict data privacy.
5+
- **VPC** - Sometimes referred to as [self-hosted](/self-hosted/overview), an instance of the Unstructured SaaS is deployed into your own virtual private cloud (VPC), providing complete data ownership and infrastructure control, full customization, and dedicated technical support.
6+
7+
For more details, see the [Unstructured Pricing](https://unstructured.io/pricing) page.
8+
9+
Some of these plans are billed on a per-page basis.
10+
11+
import SharedPagesBilling from '/snippets/general-shared-text/pages-billing.mdx';
12+
13+
<SharedPagesBilling />
14+

ui/account/billing.mdx

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,11 @@ title: Account billing
33
sidebarTitle: Billing
44
---
55

6-
To ensure that your Unstructured account has continued access to Unstructured, you must have one of the following plans in place with Unstructured:
7-
8-
- A [pay-per-page plan](https://unstructured.io/developers#get-started) with valid payment details provided.
9-
- A [subscribe-and-save plan](https://unstructured.io/subscribeandsave) plan with a non-zero available budget.
10-
- An enterprise agreement with Unstructured initiated by signing up through the [For Enterprise](https://unstructured.io/enterprise) page.
11-
126
import EnterpriseSelfHostedDifferences from '/snippets/general-shared-text/enterprise-self-hosted-differences.mdx';
137

148
<EnterpriseSelfHostedDifferences />
159

16-
## Add, view, or change pay-per-page payment details
17-
18-
After you sign up for a [pay-per-page](https://unstructured.io/developers#get-started) plan,
19-
you must provide Unstructured with your payment details to continue using the service.
10+
## Add, view, or change payment details
2011

2112
![Unstructured account settings](/img/ui/AccountSettings.png)
2213

@@ -29,11 +20,7 @@ you must provide Unstructured with your payment details to continue using the se
2920
3. Click the **Billing** tab.
3021
4. Click **Manage Payment Method**, follow the on-screen instructions to enter or update your payment details, and then click **Save card**.
3122

32-
## Switch from pay-per-page billing to a subscribe-and-save plan
33-
34-
Go to the [Unstructured Subscribe & Save](https://unstructured.io/subscribeandsave) page and complete the on-screen instructions.
35-
36-
## View pay-per-page billing details
23+
## View billing details
3724

3825
![Unstructured account settings](/img/ui/AccountSettings.png)
3926

@@ -45,21 +32,7 @@ Go to the [Unstructured Subscribe & Save](https://unstructured.io/subscribeandsa
4532
2. At the bottom of the sidebar, click your user icon, and then click **Account Settings**.
4633
3. Click the **Billing** tab. A billing overview for the current month and a list of your billing invoices are displayed.
4734

48-
## View subscribe-and-save budget amounts
49-
50-
![Unstructured account settings](/img/ui/AccountSettings.png)
51-
52-
![Unstructured account subscribe-and-save budget amounts](/img/ui/AccountBillingSubscribeAndSave.png)
53-
54-
1. Sign in to your Unstructured account, at [https://platform.unstructured.io](https://platform.unstructured.io).
55-
2. At the bottom of the sidebar, click your user icon, and then click **Account Settings**.
56-
3. Click the **Billing** tab. The available and used budgets for your current plan are displayed.
57-
58-
## Add budget to a subscribe-and-save plan
59-
60-
Email Unstructured Sales at [[email protected]](mailto:[email protected]) directly with your request.
61-
62-
## How is billing calculated?
35+
## How is pay-per-page billing calculated?
6336

6437
import SharedPagesBilling from '/snippets/general-shared-text/pages-billing.mdx';
6538

ui/overview.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ flowchart LR
102102

103103
The platform is designed for global reach with SOC2 Type 1, SOC2 Type 2, and HIPAA compliance. It has support for over 50 languages.
104104

105+
## How am I billed?
106+
107+
To use the Unstructured UI, you must have an Unstructured account for billing purposes.
108+
109+
import Pricing from '/snippets/general-shared-text/pricing-platform.mdx';
110+
111+
<Pricing />
112+
105113
## How do I get started?
106114

107115
Skip ahead to the [quickstart](/ui/quickstart).

welcome.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Unstructured offers the Unstructured user interface (UI) and the Unstructured AP
4747

4848
## <Icon icon="computer" /> Unstructured user interface (UI)
4949

50-
No-code UI. Production-ready. Pay as you go. [Learn more](/ui/overview).
50+
No-code UI. Production-ready. [Learn more](/ui/overview).
5151

5252
Here is a screenshot of the Unstructured UI **Start** page:
5353

@@ -69,7 +69,7 @@ allowfullscreen
6969

7070
## <Icon icon="square-terminal" /> Unstructured API
7171

72-
Use scripts or code. Production-ready. Pay as you go. [Learn more](/api-reference/overview).
72+
Use scripts or code. Production-ready. [Learn more](/api-reference/overview).
7373

7474
The Unstructured API consists of two parts:
7575

@@ -101,6 +101,16 @@ import SupportedFileTypes from '/snippets/general-shared-text/supported-file-typ
101101

102102
---
103103

104+
## Pricing
105+
106+
To use the Unstructured UI or call the Unstructured API, you must have an Unstructured account.
107+
108+
import Pricing from '/snippets/general-shared-text/pricing-platform.mdx';
109+
110+
<Pricing />
111+
112+
---
113+
104114
## <Icon icon="computer" /> Unstructured UI quickstart
105115

106116
import SharedSingleFileUI from '/snippets/quickstarts/single-file-ui.mdx';

0 commit comments

Comments
 (0)