Documentation Index
Fetch the complete documentation index at: https://docs.llmgenerator.com/llms.txt
Use this file to discover all available pages before exploring further.
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
The user’s email address. Must be unique.
The user’s first name (1-50 characters).
The user’s last name (max 50 characters).
The name of the user’s company (max 100 characters).
Response
Whether the account was created successfully.
A status message.
The created account details.
The initial API key for the account. Save this securely.