Skip to main content
POST
Create a database

Authorizations

Authorization
string
header
required

Send your API token (Dashboard → Settings → API Token) as Authorization: Bearer <token>.

Body

application/json
type
enum<string>
required
Available options:
postgres,
mysql,
mongo,
redis
ram
integer
required

RAM in MB. Minimum depends on type: 1024 for postgres/mysql/mongo, 512 for redis.

Required range: x >= 512
password
string
required
name
string
required
visualizer
boolean

Response

Database created successfully

id
string<uuid>
connection_url
string