You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/api-services/saas-api-development-guide.mdx
+87-60Lines changed: 87 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,53 @@ description: This page describes how to get started with the Unstructured Server
7
7
8
8
To call the Unstructured Serverless API, you need an API key and API URL:
9
9
10
-
1. Go to [https://app.unstructured.io](https://app.unstructured.io).
11
-
2. Enter your email address and then click **Sign In** to receive a magic link to sign in to your personalized dashboard, or authenticate yourself with your Google or GitHub account.
12
-
3. Once you authenticate with the magic link or with your Google or GitHub account, your dashboard appears.
13
-
4. On the sidebar, click **API Keys**, if it is not already selected.
14
-
5. To get your API key, click the copy icon in the **Actions** column for your API key. Store your copied API key in a secure location. Do not share it with others.
15
-
6. To get your API URL, click the copy icon next to the URL next to **API URL**. Store your copied API URL in a secure location. Do not share it with others.
10
+
<Steps>
11
+
<Steptitle="Sign up">
12
+
Go to the [For Developers](https://unstructured.io/developers) page and enter your information.
13
+
14
+
<Note>
15
+
By signing up through the [For Developers](https://unstructured.io/developers) page, your Unstructured account will run within the context of the Unstructured Platform on
16
+
Unstructured's own hosted cloud resources. Also, after your first 14 days of usage or more than 1000 processed pages per day,
17
+
whichever comes first, your account is then billed at Unstructured's standard service usage rates. You can always
18
+
start a prepaid subscription in exchange for usage rate discounts. To switch your account from a pay-as-you-go plan to a prepaid subscription,
2. Click **Google** or **GitHub** to sign in with the Google or GitHub account that you signed up with through the **For Developers** page.
36
+
Or, enter the email address that you signed up with, and then click **Sign In**.
37
+
3. If you entered your email address, check your email inbox for a message from Unstructured. In that email, click the **Sign In** link.
38
+
4. The first time you sign in, read the terms and conditions, and then click **Accept**.
39
+
40
+
<Tip>
41
+
After you have signed in through the [For Developers](https://unstructured.io/developers) page for the first time, you can
42
+
sign in the second time and beyond by going to the Unstructured home page at [https://unstructured.io](https://unstructured.io) and clicking **Login**.

51
+
1. At the bottom of the sidebar, click your user icon, and then click **Account Settings**.
52
+
2. On the account settings sidebar, click **API Keys**, if it is not already selected.
53
+
3. To get your API key, click the copy icon in the **Actions** column for your API key, and then click **Key Only**. Store your copied API key in a secure location. Do not share it with others.
54
+
4. To get your API URL, click the copy icon next to the URL next to **API URL**. Store your copied API URL in a secure location. Do not share it with others.
Once you sign up for the Unstructured Serverless API through the [For Developers](https://unstructured.io/developers) page, you can enjoy a free 14-day trial with usage capped at 1000 pages per day.
34
67
35
-
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.
36
-
37
-
<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>
68
+
<Note>
69
+
If you signed up through the [For Enterprise](https://unstructured.io/enterprise) page instead, your billing setup and terms will
The free 14-day trial for the Unstructured Serverless API is different than the [Free Unstructured API](/api-reference/api-services/free-api).
73
+
</Note>
38
74
39
75
At the end of the 14-day free trial, or if you need to go past the trial's page processing limits during the 14-day free trial, you must set up your billing information to keep using
40
76
the Unstructured Serverless API:
41
77
42
-
1. Go to [https://app.unstructured.io](https://app.unstructured.io) and sign in.
43
-
2. On the sidebar, click **Billing**.
44
-
3. Click **Manage Payment Method**, follow the on-screen instructions to enter your payment details through Stripe, and then click **Save card**.
2. At the bottom of the sidebar, click your user icon, and then click **Account Settings**.
84
+
3. On the account settings sidebar, click **Billing**.
85
+
4. Click **Manage Payment Method**, follow the on-screen instructions to enter your payment details through Stripe, and then click **Save card**.
45
86
46
87
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.
47
88
89
+
<Note>
90
+
You can always
91
+
start a prepaid subscription in exchange for usage rate discounts. To switch your account from a pay-as-you-go plan to a prepaid subscription,
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.
@@ -133,42 +170,32 @@ After the command successfully runs, see the results in the specified output pat
133
170
134
171
## Manage your account
135
172
136
-
**To manage your account**: Begin by going to [https://app.unstructured.io](https://app.unstructured.io) and signing in.
0 commit comments