Register
Auth
Register
Create a new user account
POST
Register
Creates a new user account and sends a verification email to confirm the email address. The account cannot be used to log in until the email is verified.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
None required.Rate Limit
20 requests per minute per IP.Request Body
User email address. Must be a valid email format, between 5 and 255 characters.
Account password. Minimum 8 characters, maximum 128 characters.
User’s full display name. Between 1 and 255 characters.
Response
Confirmation message.
The newly created user’s ID.
Errors
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Invalid email format, password too short, or missing required fields |
409 | CONFLICT | An account with this email address already exists |

