Skip to main content
POST
/
signup
/
start
Start email sign-up
curl --request POST \
  --url https://slog.ai/signup/start \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "data": {
    "signup_token": "tok_01jqsignup1234abcd"
  }
}

Body

application/json
email
string<email>
required

Response

OTP sent. Use the returned token in POST /signup/complete.

data
object