Version: 1.0
EarthLife Tasking API
EarthLife Tasking API for authenticating clients, browsing image catalog options, and creating or retrieving satellite tasking requests.
Base URLs
- Most operations use the Gateway base URL (
/gateway). - Token issuance (
POST /connect/token) uses the Auth base URL (/auth).
Obtain a Bearer access token from Auth, then call Gateway endpoints with Authorization: Bearer <access_token>.
Authentication
- HTTP: Bearer Auth
OAuth2 Bearer access token. Obtain a token from POST /connect/token on the Auth base URL. Pass as Authorization: Bearer YOUR_ACCESS_TOKEN.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | Bearer |
Contact SARsatX: URL: https://sarsatx.com