Skip to main content
POST
Create a new database

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
enum<string>
required
Available options:
postgres,
mongo,
redis
ram
integer
required
Required range: x >= 512
password
string
required
name
string
required
visualizer
boolean

Response

Database created successfully

message
string