POST /accounts
This endpoint creates a new user account. This is a public endpoint and does not require authentication.For most use cases, users should sign up through the web application at app.llmgenerator.com. This endpoint is primarily for programmatic account creation.
Request Body
string
required
The user’s email address. Must be unique.
string
required
The user’s first name (1-50 characters).
string
The user’s last name (max 50 characters).
string
The name of the user’s company (max 100 characters).
Response
boolean
Whether the account was created successfully.
string
A status message.
object
The created account details.
string
The initial API key for the account. Save this securely.