Developers
API Reference
The ZeroGravity REST API. All responses are wrapped in { success, data }.
Base URL
https://zegravity.com/apiAuthentication
Protected endpoints require a Bearer token in the Authorization header. Tokens are obtained via POST /auth/login and refreshed via POST /auth/refresh.
Authorization: Bearer <access_token>Public endpoints
POST
/leads/contactPOST
/leads/auditPOST
/auth/loginPOST
/auth/signupPOST
/auth/refreshFull API documentation coming soon
Interactive docs with request/response examples, error codes, and SDKs are in development. Contact us for early access.
Request access