Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion accessing-session-data.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: 'Accessing session data'
sidebarTitle: 'Accessing session data'
---

This guide explains how to retrieve session data from the Roundtable Proof-of-Human API. There are three primary methods to access your data: by specific session ID, by user ID, or by tag. A separate endpoint is available to retrieve the full event log for a given session. For more detailed information on the API specification, see the [API Reference](api-reference).

## Authentication
Expand Down Expand Up @@ -106,4 +111,4 @@ This returns the full event log for the specified session, including the total e
## Next steps

- Visit the [Dashboard](https://accounts.roundtable.ai/account) to generate a secret key.
- Review our [API Reference](api-reference) for detailed endpoint specifications.
- Review our [API Reference](api-reference/session-data) for detailed endpoint specifications.
2 changes: 1 addition & 1 deletion api-reference/events-data.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: 'Getting Session Events'
title: 'Getting session events'
openapi: 'GET /v1/sessions/{sessionId}/events'
---
2 changes: 1 addition & 1 deletion api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"risk_explanation": {
"type": "string",
"description": "Short explanation of the factors contributing to the risk score",
"example": "User was flagged for multiple likely bot behavior, indicating a medium to high risk of fraud."
"example": "User was flagged for multiple likely bot behaviors, indicating a medium to high risk of fraud."
},
"recommended_action": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion api-reference/session-data.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: 'Getting Session Data'
title: 'Getting session data'
openapi: 'GET /v1/sessions/{sessionId}/report'
---
2 changes: 1 addition & 1 deletion api-reference/tag-data.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: 'Getting Tag Data'
title: 'Getting tag data'
openapi: 'GET /v1/tags/{tag}/sessions'
---
2 changes: 1 addition & 1 deletion api-reference/user-data.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: 'Getting User Data'
title: 'Getting user data'
openapi: 'GET /v1/users/{userId}/sessions'
---
4 changes: 2 additions & 2 deletions best-practices.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Best Practices'
sidebarTitle: 'Best Practices'
title: 'Best practices'
sidebarTitle: 'Best practices'
---

This page contains recommendations for getting the most out of Roundtable Proof-of-Human. This will help you deploy Proof-of-Human effectively, calibrate your risk thresholds, and maintain your detection pipeline over time.
Expand Down
37 changes: 0 additions & 37 deletions essentials/code.mdx

This file was deleted.

59 changes: 0 additions & 59 deletions essentials/images.mdx

This file was deleted.

88 changes: 0 additions & 88 deletions essentials/markdown.mdx

This file was deleted.

66 changes: 0 additions & 66 deletions essentials/navigation.mdx

This file was deleted.

Loading