Referenceauth
Create an account
Creates a user and returns the initial API key. The key is shown once.
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": {}
}
]
}