ConverseIQ API Reference
API reference for ConverseIQ REST and Webhook endpoints. Base URL: https://converseiq.devblocktechnologies.com
Live API Playground
Test ConverseIQ endpoints. API keys are per-business — use your business API key.
REST API Overview
ConverseIQ provides a RESTful API for managing messages, agents, channels, and webhooks. All requests require authentication via Bearer token.
Authorization: Bearer sk-converseiq-your-api-key
Webhook Endpoints
Webhook endpoint for WhatsApp Cloud API incoming messages. Configure this URL in your WhatsApp Business Account webhook settings.
Webhook endpoint for Telegram Bot API updates. Configure this as your bot's webhook URL.
Webhook endpoint for Discord interaction callbacks.
Webhook endpoint for Slack Events API and slash commands.
Message Sending Endpoints
Send a message through a specified channel.
Request Body
{
"channel": "whatsapp" | "telegram" | "discord" | "slack",
"recipient": "string",
"message": "string",
"agent_id": "string (optional)"
}Retrieve the status and details of a sent message.
Agent Management Endpoints
List all configured agents for your account.
Create a new agent with specified configuration.
Update an existing agent's configuration.
Delete an agent and its associated data.