Skip to main content
Create an Aria Compute account with a phone number, a password, and an SMS OTP code. Call POST /api/auth/phone/send-otp first to have the verification code sent to the phone. Method: POST Path: /api/auth/register/phone Auth: None

Request

string
required
E.164-formatted phone number (for example +8613800138000).
string
required
Account password.
string
required
SMS OTP from POST /api/auth/phone/send-otp.
string
Optional display name.

Response

string
Session JWT.
object
New user profile.

Example

Errors