Welcome to GMI Cloud API
GMI Cloud provides comprehensive APIs for managing your cloud infrastructure, including container services, AI inference, and cluster management. Our APIs are designed to be RESTful, secure, and easy to integrate into your applications.Before You Start
Authentication Required: All GMI Cloud APIs require authentication. You must be logged in and have valid API credentials to use these endpoints.
Step 1: Create Your Account and Login
- Sign up for a GMI Cloud account at console.gmicloud.ai
- Verify your email and complete the registration process
- Login to your account to access the console
Step 2: Obtain API Credentials
- Navigate to Organization Settings in your console
- Go to the API Keys section
- Create a new API key for programmatic access
- Save your API key securely (it will only be shown once)
Step 3: Set Up Authentication
All API endpoints require Bearer token authentication:Quick Start Example: Creating a Container
Here’s a step-by-step example of creating a container using our APIs:1. First, list available container templates
2. Create a new container workload
Required Parameters:
idc
: Default value is “us-denver-1”. Use the IDC API to get other available data center locationsproduct
: Contact sales team to confirm the correct product ID for your needs
SSH Access: Currently, SSH keys must be provided as environment variables during container creation. There’s no separate SSH key management API yet.
3. Monitor the container status
4. Access your running container
Once your container is running with the SSH key configured, you can connect directly:Complete Workflow
1
Login to GMI Cloud Console
Access console.gmicloud.ai and sign in with your credentials.
2
Create API Key
Navigate to Organization Settings → API Keys and generate a new API key.
3
Choose Your Service
Select from IAM, IaaS, or IDC service APIs based on your needs.
4
Make API Calls
Use your API key in the Authorization header to interact with our services.
5
Monitor and Manage
Track your resources through both API calls and the web console.
Need Help?
- 🔗 Console Access: console.gmicloud.ai
- 📧 Support: Contact our support team
- 📚 Documentation: Browse the specific API sections below for detailed endpoints