cURL
curl --request POST \ --url https://api.example.com/api/users/passcode \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "password": "<string>" } '
{ "user": {}, "access_token": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.originsai.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.originsai.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response