API Server & Endpoints
Base URLs for accessing Adesic’s API infrastructure.
All API requests must be made to one of our server endpoints. Choose the appropriate environment based on your development stage.
Environments
Production
Production API: https://api.adesic.com
Use this for live applications and production workloads.
Example request:
cURL
curl https://api.adesic.com/pingStaging
Staging API: https://staging.api.adesic.com
Use this for development, testing, and integration work.
Example request:
cURL
curl https://staging.api.adesic.com/pingInfrastructure
- Cloud Provider: Google Cloud Platform (GCP)
- Region: us-east1 (Northern Virginia, USA)
- Protocol: HTTPS only (HTTP requests are not supported)
Quick Reference
| Environment | Base URL | Purpose |
|---|---|---|
| Production | https://api.adesic.com | Live applications |
| Staging | https://staging.api.adesic.com | Development & testing |