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: docs/get-started/get-your-planet-account.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,17 @@
2
2
title: Get Your Planet Account
3
3
---
4
4
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.
6
6
7
-
## Confirm your Planet account
7
+
## Getting your Planet Account Credentials
8
8
9
-
### Sign on to Planet Explorer
9
+
### Sign In to Planet Explorer
10
10
11
-
If you go to <ahref="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 <ahref="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.
12
12
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.
@@ -21,14 +23,14 @@ Once in Explorer, you can select the user icon in the upper right corner to go t
21
23
"
22
24
alt="My Account Icon in Planet Explorer" >
23
25
24
-
### Sign up for the Planet Developer Program
26
+
### Sign Up for a Trial Account
25
27
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 <ahref="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 <ahref="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.
27
29
28
30
## Authenticating with the Planet server
29
31
30
32
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)
31
33
32
-
## Next steps
34
+
## Next Steps
33
35
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).
0 commit comments