π Admin API Endpoints
π Overview
The Admin API provides endpoints for managing system data, accounts to analyze or track.
πΉ Base URL
https://autonome.alt.technology/chatcx-itferc/api
π Endpoints
Method
Endpoint
Description
POST
/admin/insert
Insert X/Twitter to track by the agent.
GET
/
Retrieve account details.
GET
/health
Check API health status.
π Insert Accounts to Track and Analyse
πΉ Request
POST /api/admin/insert
Host: chatcx.com
Content-Type: application/json
x-api-key: YOUR_ADMIN_KEY
{
"file": "csv with Twitter/X usernames"
}
πΉ Response
{
"success": true,
"message": "Data inserted successfully."
}
π Retrieve Account Details
πΉ Request
GET /api
Host: chatcx.com
πΉ Response
[
"0xBalloonLover",
"0xCygaar",
"0xMert_",
"..."
"zachxbt",
"zackvoell"
]
π API Health Check
πΉ Request
GET /api/health
Host: chatcx.com
πΉ Response
{
"success": true,
"status": "healthy"
}
Last updated