API Documentation
Integrate the power of Ana AI into your own applications.
Chat Endpoint
/api/generate
This endpoint allows you to send a message and get a response from Ana AI.
Request Body (JSON)
{
"message": "Hello, how are you?",
"character": "Friendly",
"language": "English"
}Response (JSON)
{
"response": "I'm doing great, thank you for asking! How can I help you today?"
}