On this page
Base URL
https://backend.ggxlabs.in/v1The 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
| Layer | Current implementation |
|---|---|
| Authentication | Bearer API key for API tool routes; authenticated user session for Developer Console management. |
| Scopes | Per-key scopes such as ip:read, dns:read, domain:read, and headers:read. |
| Entitlement | A paid plan can be required for selected operations and controls the effective API rate limit. |
| Quota | Requests-per-minute quota enforced through Redis-backed shared state when configured. |
| Credits | Credit ledger, reservations, and usage accounting for chargeable API operations. |
| Metadata | Request 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