AVI·GOAPI Reference
Production
v1

AVI-GO · Open API

AVI-GO Open API

A REST API for the business-jet charter platform. Today it exposes one resource — empty-leg flights, repositioning legs offered below charter price — with more to come. Authentication, rate limits, and error handling are shared across every endpoint.

Base URLopenapi.avi-go.com
AuthAPI key
FormatJSON · UTF-8
Your first call
curl https://openapi.avi-go.com/open/v1/empty-legs?page=1&size=20 \
  -H "X-API-Key: ag_live_8f2c…"
KTEBNew YorkKPBIWest Palm Beach

Environments

Every integration has two isolated environments. They share this reference; the base URL, API key prefix, and data differ. Sandbox and Production are separate hosts.

EnvironmentBase URLKey prefixData
Sandboxsandbox.avi-go.comag_test_Synthetic inventory for testing and debugging only. No SLA.
Productionopenapi.avi-go.comag_live_Live inventory.
Sandbox is for testing only. The Sandbox environment is provided exclusively for development, integration, and testing. All data — aircraft, operators, airports, empty legs, and API responses — is synthetic: it does not reflect production data and may be reset, modified, or removed without prior notice. Never rely on Sandbox data for operational or commercial decisions, and never use ag_test_ keys in a production integration — switch to your ag_live_ key when you go live.