Quick start
Authentication
To use the API, you need an API key. The API key must be included in the x-api-key
header for all requests.
For example, using cURL:
curl -X POST "https://api.skypath.io/v4/map" -H "x-api-key: your-api-key"
Environments
Use staging environment for testing, and production environment for real world usage.
Environment | Base API URL |
---|---|
Production | https://api.skypath.io |
Staging | https://staging-api.skypath.io |