Loading
GGX_LABS
DEVELOPER API / GET STARTED

API overview

Understand the GGX Labs Developer API, its current architecture, and its development status.

Base URL

https://backend.ggxlabs.in/v1

The backend exposes a versioned /v1 API. The root endpoint reports the API version, states Bearer API-key authentication, and exposes the current catalog.

API model

LayerCurrent implementation
AuthenticationBearer API key for API tool routes; authenticated user session for Developer Console management.
ScopesPer-key scopes such as ip:read, dns:read, domain:read, and headers:read.
EntitlementA paid plan can be required for selected operations and controls the effective API rate limit.
QuotaRequests-per-minute quota enforced through Redis-backed shared state when configured.
CreditsCredit ledger, reservations, and usage accounting for chargeable API operations.
MetadataRequest IDs and, where applicable, credits-used and balance information.

Catalog discovery

The backend root exposes a runtime endpoint catalog, and the Developer Console loads that catalog for its API URL reference section.

GET https://backend.ggxlabs.in/v1 { "success": true, "version": "v1", "authentication": "Bearer API key", "catalog": [...] }

Development status

Under development
The API implementation is already active, but the public documentation and contract are still being finalized. Endpoint behavior, limits, and integration guidance can change as the platform evolves.

The Developer Console is the operational interface for API keys, credits, plans, social verification, and purchases.

Open Developer Console