/accounts
POST /accounts
POST
/accounts
Request Body
object
name
required
Characters must be [A-Za-z0-9-.] The first and last characters must be [A-Za-z0-9-.]
string
email
required
string format: email
passphrase
required
Passphrase must be a UTF-8 string excluding spaces, tabs, full-width spaces, newlines, and null characters.
string
captcha_token
required
Captcha token (e.g. reCAPTCHA, Cloudflare Trunstile)
string
Responses
200
OK
object
id
required
Account ID
string
name
required
Account name
string
email
required
Account email address
string format: email
400
Bad Request
409
Conflict
500
Internal Server Error
object
error
required
Internal server error.
string