Storyden
Auth

Auth Email Password Signup

Register a new account with a email and password.

POST/auth/email-password/signup

Register a new account with a email and password.

storyden-session<token>

In: cookie

Query Parameters

invitation_id?string

Unique invitation ID.

Formatxid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/auth/email-password/signup" \  -H "Content-Type: application/json" \  -d '{    "email": "hello@storyden.org",    "password": "string"  }'
{
  "id": "string"
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}