BuddyAI API
The intelligent backend service for the BuddyAI assistant.
API Operational

API Endpoint

Send a POST request to the following endpoint to interact with the AI.

POST /api/ai

Request Body

{
  "userInput": "Hey Buddy, open WhatsApp"
}

Success Response (200 OK)

{
  "reply": "Okay, opening WhatsApp for you."
}