Skip to main content
POST
Create Team

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
team_name
string

Display name for the new team; must be unique across all usernames.

Example:

"my-ml-team"

transfer_credit
number

Credits to transfer from personal account to team

Example:

0

Response

Success: {"success": true, "msg": "Team Successfully Created!"}

success
boolean

Always true on success

msg
string

Human-readable confirmation message