Back to Home
API Documentation

ChatNode API

Integrate ChatNode into your applications programmatically with our REST API.

API Documentation Coming Soon

We're currently working on comprehensive API documentation. In the meantime, here's an overview of what will be available.

Authentication
Secure API access with API keys

All API requests require authentication using an API key. You can generate API keys from your dashboard settings.

Authorization: Bearer YOUR_API_KEY
Base URL
All API endpoints are relative to the base URL

Production API base URL:

https://us-central1-studio-6969896366-46a80.cloudfunctions.net

Planned API Endpoints

Send Message
POST /sendMessage - Send a message to your AI agent

Send a customer message and receive an AI-generated response.

{
  "organizationId": "your-org-id",
  "conversationId": "conv-123",
  "message": "How do I reset my password?"
}
Knowledge Base
Manage your knowledge base content programmatically

Endpoints for creating, updating, and deleting knowledge base content will be available.

Conversations
Access and manage customer conversations

Retrieve conversation history, messages, and analytics data programmatically.

Want Early API Access?

Contact us if you need API access for your integration.

Contact Us