Skip to main content
POST
/
accounts
/
signup
/
User signup
curl --request POST \
  --url https://api.futureagi.com/accounts/signup/ \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "newuser@example.com",
  "password": "<string>",
  "fullName": "John Doe"
}'
This response does not have an example.

Body

application/json
email
string<email>
required
Example:

"newuser@example.com"

password
string<password>
required
Minimum length: 8
fullName
string
required
Example:

"John Doe"

organizationName
string
Example:

"My Company"

recaptchaResponse
string

reCAPTCHA verification token

allowEmail
boolean
default:false

Response

User created successfully