Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.llmgenerator.com/api/v1/accounts \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com", "firstName": "Jane", "lastName": "Doe", "company": "Acme Inc" }'
{ "success": true, "message": "Account created successfully", "account": { "id": "user_abc123def456", "email": "user@example.com", "firstName": "Jane", "lastName": "Doe", "company": "Acme Inc", "plan": "free", "createdAt": "2026-01-27T10:00:00.000Z" }, "apiKey": "llm_1706345678_initialkeyabc123" }
创建新的用户账户。
显示 account 字段
free
此页面对您有帮助吗?