Referenceauth
Create an account
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
Creates a user and returns the initial API key. The key is shown once.
Rate-limited per-IP (5/hour) to blunt account-creation abuse — each signup fires a verification email, which costs money and burns quota on the email provider.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/auth/signup" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com", "password": "stringstri", "use_case": "string" }'{
"user_id": "string",
"api_key": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}