Audience Summary AI API
This endpoint enables quick integration of a custom AI assistant with deep knowledge about on-chain audience into any front-end or analytical environment, using custom prompts.
Description
This endpoint allows developers to embed custom intelligent assistants directly into any product, dashboard, or web interface.
Each assistant can be individually customized by supplying a promptDocumentURL
- enabling different tone, scope, or functionality per integration.
When the model receives insufficient data, createIfMissing: true
ensures that the assistant responds with safe, default system responses, preserving UX continuity.
Request Schema
message
string
✅
The user’s message or query sent to the LLM.
session
string
✅
Session identifier for maintaining conversation context across multiple requests.
createIfMissing
boolean
✅
If true
, automatically initializes a new session and returns default responses when context or data is missing.
promptDocumentURL
string
⚙️
Google Document link containing the custom system prompt for this assistant. The document must be shared with google-bot address (ask [email protected]).
Last updated