Skip to content

Commit 657ad4c

Browse files
update trial words and getting your credentials
1 parent 5eea641 commit 657ad4c

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

docs/get-started/get-your-planet-account.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
title: Get Your Planet Account
33
---
44

5-
Whenever you use the Planet SDK for Python to connect to Planet’s APIs, you’ll need to authenticate with the Planet server. To do so, you need a Planet account with your own username and password.
5+
When you use the Planet SDK for Python to connect to Planet APIs, you must first authenticate. To do this, you need a Planet account with your username and password.
66

7-
## Confirm your Planet account
7+
## Getting your Planet Account Credentials
88

9-
### Sign on to Planet Explorer
9+
### Sign In to Planet Explorer
1010

11-
If you go to <a href="https://www.planet.com/explorer/#" target="_blank" >Planet Explorer</a>, and you have an account, you’ll be prompted to enter your account username and password. That’s the same username and password you’ll use to authenticate with the Planet servers, here.
11+
If you go to <a href="https://www.planet.com/explorer/#" target="_blank" >Planet Explorer</a>, you will be prompted to enter your account username and password. That is the same username and password that you will use to authenticate with the Planet SDK for Python.
1212

13-
Once in Explorer, you can select the user icon in the upper right corner to go to your Account page:
13+
### Finding Your API Key
14+
15+
You may also use an API key to authenticate with the Planet SDK for Python. Once in Explorer, you can select the user icon in the upper-right corner to access your account page. From there, select **My Settings** to find your API key.
1416

1517
<img src="../images/my-account-in-planet-explorer.png"
1618
style="
@@ -21,14 +23,14 @@ Once in Explorer, you can select the user icon in the upper right corner to go t
2123
"
2224
alt="My Account Icon in Planet Explorer" >
2325

24-
### Sign up for the Planet Developer Program
26+
### Sign Up for a Trial Account
2527

26-
If you don’t have an account, but you’d like to take our APIs for a spin and see how you might intergrate Planet into your existing geospatial workflows, you can sign up for the <a href="https://learn.planet.com/developer-trial-request.html" target="_blank">Developer Program</a>.
28+
If you don’t have an account, but you want to take our APIs for a spin, you can sign up for the <a href="https://insights.planet.com/sign-up/" target="_blank">30-day platform trial</a>. Note that the trial does not include access to all Planet APIs. You will not be able to use the full functionality of the SDK and you will not be able to order imagery. You are able to use the trial to search with the Data API.
2729

2830
## Authenticating with the Planet server
2931

3032
After you’ve installed the Planet SDK, you can authenticate with the Planet server as outlined in the [No-Code CLI Guide](../../cli/cli-guide/#authentication)
3133

32-
## Next steps
34+
## Next Steps
3335

34-
Now that you have confirmed your Planet account username and password, you can take the other steps in the [Quick Start](../quick-start-guide).
36+
Now that you have confirmed your Planet account username and password, you can proceed with the other steps in the [Quick Start Guide](../quick-start-guide).

docs/get-started/quick-start-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Your feedback on this version of our client is appreciated. Please raise an issu
1313

1414
This package requires [Python 3.9 or greater](https://python.org/downloads/). A virtual environment is strongly recommended.
1515

16-
You will need your Planet API credentials. You can find your API key in [Planet Explorer](https://planet.com/explorer) under Account Settings.
16+
You will need your Planet API credentials. You can learn more about [how to get your Planet credentials here](../get-your-planet-account).
1717

1818
## Installation
1919

0 commit comments

Comments
 (0)