Skip to main content
GET
/
api
/
v1
/
users
/
me
/
analytics
/
ai-insights
Get Ai Insights
curl --request GET \
  --url https://api.seamind.xyz/api/v1/users/me/analytics/ai-insights \
  --header 'Authorization: Bearer <token>'
{
  "insights": [
    {
      "id": "<string>",
      "type": "<string>",
      "title": "<string>",
      "description": "<string>",
      "metric": {
        "label": "<string>",
        "value": "<string>",
        "trend": "<string>"
      }
    }
  ],
  "generatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

AI insights response with generated insights and timestamp.

insights
AIInsightDTO · object[]
required
generatedAt
string<date-time>
required