The Send OTP endpoint sends a 6-digit verification code to the provided email address. If no OutX account exists for that email, one will be created automatically when the OTP is verified. This endpoint requires no authentication — it is the entry point for the auth flow.Documentation Index
Fetch the complete documentation index at: https://www.outx.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request Body
The email address to send the OTP to
Full name of the user (used when creating a new account)
Response
Errors
| Status | Error | Description |
|---|---|---|
400 | Missing or invalid 'email' | The email field is missing or not a valid string |

