Skip to Content
API ArchitectureAPI Server URL

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/ping

Staging

Staging API: https://staging.api.adesic.com

Use this for development, testing, and integration work.

Example request:

cURL
curl https://staging.api.adesic.com/ping

Infrastructure

  • Cloud Provider: Google Cloud Platform (GCP)
  • Region: us-east1 (Northern Virginia, USA)
  • Protocol: HTTPS only (HTTP requests are not supported)

Quick Reference

EnvironmentBase URLPurpose
Productionhttps://api.adesic.comLive applications
Staginghttps://staging.api.adesic.comDevelopment & testing

© Adesic LLC. All Rights Reserved