Everything you need to know about earning revenue from AI conversations and reaching users with real intent.
requestAd() when your app receives a user prompt — the auction runs in parallel while your AI generates its response. When the response is ready, call renderAd() to display the winning suggestion. Full docs at /docs.requestAd(), the SDK sends conversation context (categories, keywords — never raw text) to PromptBid's auction service. Eligible advertisers bid in real-time. The highest bidder wins. The SDK returns the winning creative, which you render with renderAd(). The entire auction completes while your AI is still generating its response, so there's no added latency for the user.