Documentation Index
Fetch the complete documentation index at: https://mintlify.com/PhemiT/vaniykeempire-api/llms.txt
Use this file to discover all available pages before exploring further.
Regular User Signup
Creates a new user account with email and password authentication.Request Body
User’s email address
User’s password
User’s full name
Response
Success message
Created user information
Supabase authentication session
Error Responses
Error message
400- Bad request (e.g., email already exists, invalid email format)500- Internal server error
Example Request
Example Response
Admin User Signup
Creates a new administrator account with elevated privileges. Requires a valid admin secret key.Request Body
Administrator’s email address
Administrator’s password
Administrator’s full name
Secret key for admin account creation. Must match the server’s
ADMIN_SECRET_KEY environment variable.Response
Success message
Created admin user information
Supabase authentication session
Error Responses
Error message
400- Bad request (e.g., email already exists, invalid email format)403- Forbidden (invalid admin secret)500- Internal server error