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
  • ❌ Invalid API Key
  • ❌ Job Not Found
  • ❌ Job Took Too Long
  1. 📍 API Documentation / Endpoints Overview

🏗 Error Handling

❌ Invalid API Key

{
  "error": "Invalid or unauthorized API key."
}

📌 Fix: Contact @wei_b0 for a valid API Key.

❌ Job Not Found

{
  "error": "Job not found"
}

📌 Fix: Ensure you're using the correct jobId.

❌ Job Took Too Long

{
  "error": "Request timed out. Try again later."
}

📌 Fix: Retry after some time.

Previous🛠 Integration GuideNext🔑 Manage API Keys (Admin Only)

Last updated 4 months ago