cURL
curl --request POST \ --url https://public.plai.io/auth/create_profile \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "email": "<string>", "name": "<string>" }'
{ "success": true, "results": { "success": true, "id": "<string>", "error": "<string>" } }
This endpoint allows the creation of a new user profile on our platform. By providing the necessary user information, you can onboard new users into the system, enabling them to access and utilize platform features and services.
Show Results