Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
REST API endpoints and request/response schemas
Project budget exhaustion dates based on historical conversion rates and spend patterns.
offerId
totalBudget
costPerConversion
lookbackDays
curl -X POST https://playground.kaireonai.com/api/v1/offers/budget-forecast \ -H "Content-Type: application/json" \ -H "X-Tenant-Id: my-tenant" \ -d '{ "offerId": "off_001", "totalBudget": 50000, "costPerConversion": 25, "lookbackDays": 30 }'
{ "totalBudget": 50000, "costPerConversion": 25, "maxConversions": 2000, "historicalConversionRate": 0.0234, "estimatedDailyConversions": 15.3, "estimatedDaysUntilExhaustion": 131, "exhaustionDate": "2026-08-08", "confidenceLevel": "high", "recommendation": "Budget will last approximately 4.4 months at current conversion rates." }
maxConversions
historicalConversionRate
estimatedDailyConversions
estimatedDaysUntilExhaustion
exhaustionDate
confidenceLevel
high
medium
low
insufficient_data
recommendation