CX Caesar X1001
Command Ledger
API Demo

Developer access for live deal research.

The free demo endpoint is rate-limited and capped at five public price-error leads. Paid portal users can use their account API key for expanded read-only access.

Request
GET /api/v1/price-errors?limit=5
Response
{
  "success": true,
  "mode": "PAPER_MODE",
  "cachedForSeconds": 60,
  "results": [
    {
      "title": "Example item",
      "currentPrice": 99,
      "originalPrice": 399,
      "percentOff": 75
    }
  ]
}
Paid API Key

Portal dashboards display the subscriber API key. Send it as X-API-Key for expanded read-only feed access.