Remember me
Trouble logging in?
test
By signing up you agree to the MiniCloud Terms of Service and Privacy Policy.
We need to verify you're a human.
Your phone has been confirmed.
Please note that not all countries support receiving calls. Try sending a SMS if the system failed to call you.

Cloud Compute
Databases
Domains
Email
Cloud Compute
Databases
Domains
Email

Signup Now - It's Free!

MiniCloud REST API
Our REST API allows you to create, modify, and terminate any of our services programmatically over a secure connection. It has been simplified and made easy to integrate with your existing business or personal applications. Make use of it and take advantage of the endless features Cloud computing has to offer.

In order to send an API call, two types of input will need to be provided. GET and POST on a single request over HTTPS.
Base URL: https://api.minicloud.com/{service} where {service} stands for the service you are sending the request about and POST properties are as follows:
Cloud Compute
URL
Description Create a new Cloud Compute user
Property Type Value
key String Your unique API key
command String create-user
double-redundancy String yes or no
cpu Integer 480-2400 in MHz
mem Integer 128-2048 in MB
quota Integer 1-100 in GB
username String Valid new username
password String Valid new password
response String Response encoding whether in XML or JSON
Databases
URL https://api.minicloud.com/databases
Description Create a new Database user
Property Type Value
key String Your unique API key
command String create-user
double-redundancy String yes or no
reads Integer 1000-100000 reads per hour
writes Integer 500-10000 writes per hour
username String Valid new username
password String Valid new password
response String Response encoding whether in XML or JSON
Domains
URL https://api.minicloud.com/domains
Description Register a domain name
Property Type Value
key String Your unique API key
command String register-domain
tld String Top-level domain name
sld String Second-level domain name
response String Response encoding whether in XML or JSON
Email Service
URL https://api.minicloud.com/emails
Description Create a new email domain
Property Type Value
key String Your unique API key
command String create-domain
domain String Email domain name
response String Response encoding whether in XML or JSON
Access Control
URL https://api.minicloud.com/access
Description Grant Secure Shell access to a given IP address
Property Type Value
key String Your unique API key
command String grant-ssh
ip String Valid IPv4 address
period String Access grant time
response String Response encoding whether in XML or JSON