Elekgoia Documentation

Comprehensive guides, API references, and technical insights to help you master our enterprise cloud platform.

Getting Started

Create an Account

Sign up for a free Elekgoia Cloud account to access all features at Elekgoia Cloud.

curl -X POST https://api.elekgoia.com/v1/auth/register

API Reference

Authentication

Use Bearer Token authentication for all API requests. Tokens are obtained during user signup.

curl -X POST https://api.elekgoia.com/v1/auth/login \ -H "Authorization: Bearer abc123" \ -H "Content-Type: application/json"

Frequently Asked Questions

How do I generate an API key?

API keys can be generated from your profile settings page or by using the $ ekg auth token generate command from the CLI.

Support for deprecated services

Contact our support team for help migrating from legacy versions. We maintain backward compatibility for 12+ months.

How do I monitor usage?

Use the Elekgoia Control Panel to track usage metrics or call the GET /v1/billing/usage API endpoint.