Skip to main content
POST
A stateless alternative to the full chat flow. Ask a question scoped to a company and get an AI reply. Nothing is saved — no chat or messages are persisted. You can pass prior turns via conversationHistory to keep context across calls yourself.
Requires a positive wallet balance. Billed at ₦100 per 1,000 tokens consumed by the request, and rate limited to 10 AI requests per minute.

Body

string
required
The company to scope the answer to.
string
required
Your question, 1–4000 characters.
array
Prior turns to give the model context. Each item is { "sender": "user" | "ai", "content": string }. Optional.
userMessage and aiMessage are returned for convenience but are not stored. groundingSources is null unless the AI used web search.