Create Database
Creates a new database in a group for the organization or user.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The slug of the organization or user account.
Body
Database data to create a new database
The name of the new database. Must contain only lowercase letters, numbers, dashes. No longer than 64 characters.
The name of the group where the database should be created. The group must already exist.
The maximum size of the database in bytes. Values with units are also accepted, e.g. 1mb, 256mb, 1gb.
Encryption configuration for the database. Can be used when creating a new encrypted database, creating a encrypted database from upload (seed.type = "database_upload"), or forking from an encrypted database (required when the source database is encrypted).
Response
Successful response
The newly created database