Skip to main content

General API

From here you can change the name of your AI Agent and obtain its ID for use with the APIs.

API Overview​

The Neoagent APIs allow you to integrate your AI agent's capabilities directly into your applications.

Main Features​

Interact via chat, SMS, and voice calls

API Authentication​

All API requests require authentication via an API key:

Authorization: <Your-Secret-Key>
Content-Type: application/json

Main Endpoints​

Chatbot​

  • Create Chatbot - Create a new chatbot
  • Knowledge Base Management - Manage the knowledge base

Chat​

  • Create Session - Start a new conversation
  • Send Message - Send messages to the chatbot

Webhook​

  • Conversation Webhook - Receive notifications about conversations
  • Lead Webhook - Manage captured leads