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
  1. 📍 API Documentation / Endpoints Overview

🔑 Manage API Keys (Admin Only)

Create a New API Key

🔹 Request

POST /api/admin/api-keys
Host: https://autonome.alt.technology/chatcx-itferc
x-api-key: YOUR_ADMIN_KEY
Content-Type: application/json
{
  "role": "app",
  "username": "wei_b0",
}

🔹 Response

{
  "success": true,
  "apiKey": "api_123456abcd",
  "role": "app"
}
Previous🏗 Error HandlingNext🛠 Admin API Endpoints

Last updated 4 months ago