cURL
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.
Create a new user account
"newuser@example.com"
8
"John Doe"
"My Company"
reCAPTCHA verification token
User created successfully
Was this page helpful?