cURL
curl -X POST "https://api.joinformal.com/core.v1.InsightsService/GetInsightsSummary" \ -H "X-API-KEY: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "example": "value" }'
{ "summary": "<string>" }
Returns the latest LLM-generated summary of recent insights for the caller’s org.
API key authentication. Get your API key from the Formal console.
The body is of type GetInsightsSummaryRequest · object.
GetInsightsSummaryRequest · object
Success
Was this page helpful?
Suggestions