Skip to main content
POST
Sign up

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Body

application/json
email
string
required

User's email address.

Example:

"user@example.com"

password
string
required

Account password.

Example:

"SecurePass123!"

name
string

Display name for the user.

Example:

"Jane Doe"

Response

200 - application/json

Account created.

success
boolean
required
Example:

true

data
object
required