Slingshot Portal

Authentication

The platform uses API key-based authentication for all requests. Your keys grant access to the specific datasets and capabilities allowed by your account.

Get Access

To use the Slingshot APIs, you'll need an API key.

Get Your API Key

Create, rotate, and manage your API keys in the Key Management tab.

Your API key authenticates your requests and grants access to Slingshot data. Keep it private — treat it like a password.

_ EXAMPLE REQUESTCopy

curl -X GET "https://api.portal.slingshot.space/v1/catalog" -H "Authorization: Bearer YOUR_API_KEY" -H "Accept: application/json"