Chameleon Eye API
Business intelligence workflows for websites, apps, platforms, games, marketplaces, desktop apps, and enterprise systems.
What the API does
It returns structured business outputs, not generic chat.
API workflows
Guidance API
Readiness API
Risk Check API
Draft API
Decision Memo API
Pulse Events API
Business Scoring API
Custom Workflow API
Example endpoints
POST /v1/guidance/profile-check
POST /v1/readiness/listing
POST /v1/risk/check
POST /v1/decision/memo
POST /v1/pulse/events
POST /v1/scoring/business-readiness
POST /v1/workflows/{client}/{workflow}
Secure integration
Chameleon Eye API is designed for secure product integration. Your website, mobile app, desktop app, game, marketplace, or internal system can connect to Chameleon Eye AI without exposing master keys to end users.
For best security, API keys should remain on a backend server. Desktop and mobile apps should use short-lived tokens, device activation, or a customer backend.
Master API keys stay protected on the server side — never inside desktop or mobile applications.
Example response
{
"readinessScore": 78,
"riskLevel": "medium",
"missingFacts": ["ownership proof", "clear price"],
"nextBestAction": "Add missing proof before publishing."
}