Sessions and Analytics
Read your visits and traffic totals from your server. These endpoints use your Resemble API key, so never call them from a browser. Results are scoped to your team.
Filters
GET /agent_detection/sessions and GET /agent_detection/analytics accept the same optional query parameters:
List sessions
GET https://app.resemble.ai/api/v2/agent_detection/sessions
Get a session
GET https://app.resemble.ai/api/v2/agent_detection/sessions/{id}
Returns one visit, with the same fields as the list response.
Get analytics
GET https://app.resemble.ai/api/v2/agent_detection/analytics
agent_share is agents divided by decided visits, or null when no visit has a verdict yet.
