Roundtable Alias API

Welcome to the Roundtable Alias API documentation. Roundtable Alias is a powerful API designed to analyze web and user behavior to open-end survey responses. By identifying and flagging common bot patterns, it streamlines data cleaning and fraud detection processes, ensuring the integrity and accuracy of your survey data.

Quickstart

Getting started with Roundtable Alias is straightforward. Use the following curl command to make API requests:

curl --request POST \
  --url https://roundtable.ai/api/alias/v014 \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api_key>' \
  --data '{
  "participant_id": "participant_123",
  "questions": {
    "Q1": "How do you feel our software has impacted your daily workflow?"
  },
  "responses": {
    "Q1": "I really like pineapple on pizza."
  },
  "survey_id": "survey_456"
}'

You can always call our most recent API endpoint at https://roundtable.ai/api/alias/latest

Don’t forget to sign up for an account to receive your unique API key.

Content vs. Behavioral Analyses

When it comes to detecting survey fraud and bot activity, there are two primary approaches: content analyses and behavioral analyses.

Content Analyses

Content analyses focus on the textual content of survey responses. They involve examining the language, grammar, and semantics of the responses to detect patterns indicative of fraudulent or bot-generated responses. Content analyses can identify:

  • Non-contextual or off-topic responses
  • Nonsensical or irrelevant answers
  • Identical responses and near-duplicates
  • GPT-generated responses

Behavioral Analyses

Behavioral analyses concentrate on the behavioral patterns exhibited by respondents during survey completion. They can detect:

  • Unusual typing speed
  • Programmatically entered text
  • (Upcoming) Device fingerprinting and tracking
  • (Upcoming) IP address and geolocation inconsistencies

By combining both content and behavioral analyses, Roundtable Alias provides comprehensive fraud detection capabilities, ensuring the integrity and accuracy of your survey data.

Key Features

  • Real-time Fraud Detection: Identify fraudulent responses in real-time as surveys are being completed.
  • Customizable Thresholds: Set custom thresholds for fraud detection based on your specific survey requirements. Available for enterprise customers only.
  • Detailed Flagging: Get detailed flagging information for each response, including the reasons for flagging.
  • API Integration: Seamlessly integrate Roundtable Alias into your existing survey programming software.
  • Comprehensive Reporting: Generate comprehensive reports on survey fraud metrics and trends.

Resources

Explore our resources to make the most out of Roundtable Alias:

  • Demo: Stress test our demo to get a hands-on experience of our API in action.
  • Support: Have questions or need assistance? Book a call with the founders
  • API Reference: Dive deep into the technical details with our comprehensive API Reference page.
  • Integrations: Visit our Integrations page where we seamlessly integrate with Forsta/Decipher, Qualtrics, and more.