Retrieve AI-generated responses and their analysis
Answers are the AI-generated responses to your monitored prompts. Each answer includes the full text, detected brand mentions with position and sentiment, cited sources, and relevance scores. Filter by provider, topic, or presence of brand mentions.
{ "success": true, "pagination": { "total": 312, "count": 1, "limit": 10, "offset": 0 }, "answers": [ { "id": "ans1", "promptId": "q1", "promptText": "What are the best products in this category?", "provider": "ChatGPT", "model": "GPT-4o", "textPreview": "Based on recent reviews and comparisons, several products stand out in this category. My Brand offers one of the best solutions...", "hasSelfMention": true, "selfMentionPosition": 3, "hasSelfSource": false, "competitorsCount": 5, "sourcesCount": 3, "sentiment": 82, "relevance": 75, "createdAt": "2024-12-19T10:00:00.000Z" } ]}
# ChatGPT responses where brand is mentioned but not citedGET /api/v1/brands/{brandId}/answers?provider=chatgpt&hasSelfMention=true&hasSelfSource=false