Vouch AI
Quick chat
Single-turn AI query against a company without persisting a chat.
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
The company to scope the answer to.
Your question, 1–4000 characters.
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.