Finding your token
To access the EarthAI catalog via API, you will need to use a bearer token. You can obtain a bearer token from the EarthAI Account Management - API Token page.
Requesting API Access
Access to API token is only available to paid subscribers upon request. To request an API token, please send a request to support@astraea.io.
Example curl script
The following script will return all items in a specified collection.
curl -H 'authorization: Bearer <COPY TOKEN HERE> \
'https://eod-catalog-svc-prod.astraea.earth/collections/<COLLECTION NAME HERE>/items'
Comments
0 comments
Please sign in to leave a comment.