ChatCX Docs
  • 📌 Introduction
  • 📍 API Documentation / Endpoints Overview
    • 🔑 Authentication
    • 📝 Submit a Query
    • ⏳ Check Job Status
    • 🛠 Integration Guide
    • 🏗 Error Handling
    • 🔑 Manage API Keys (Admin Only)
    • 🛠 Admin API Endpoints
  • 💡 How ChatCX Works
  • 🚀 ChatCX Chat
  • 🦜 Crypto Parrot - AI-Powered Web3 News Feed
  • 📖 What Can ChatCX Answer?
  • 🚀 What Are the Possibilities with ChatCX?
  • 🤖 What Else Can You Do with ChatCX?
Powered by GitBook
On this page
  • 🔹 Request
  • 🔹 Response
  1. 📍 API Documentation / Endpoints Overview

📝 Submit a Query

Submit a Web3 query & receive a Job ID.

🔹 Request

POST /api/chat
Host: https://autonome.alt.technology/chatcx-itferc
Content-Type: application/json
x-api-key: YOUR_APP_KEY
{
  "query": "What are the latest trends in DeFi?"
}

🔹 Response

{
  "success": true,
  "jobId": "1234-5678-91011",
  "message": "Processing request, check status later."
}
Previous🔑 AuthenticationNext⏳ Check Job Status

Last updated 4 months ago