🤖 Uses AI to explain pricing decisions in plain language for non-technical users.
HTTP: POST /explain_pricing
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| prompt | string | yes | The prompt containing pricing data to explain. |
curl -X POST https://admin.elpricing.com/api/explain_pricing
-H "Authorization: ApiKey YOUR_API_KEY"
-H "Content-Type: application/json"
-d '{"prompt":"Explain why product X costs Y..."}'Tasks are persisted to var/api_queue/tasks.json. Process them with:
php go.php cron:list\nphp go.php cron:go
Logs are written to var/api_queue/logs/{task_id}.log.