AI-assisted data cleaning saves hours of manual work.
1curl --request POST \
2 --url https://roundtable.ai/api/alias/v014 \
3 --header 'Content-Type: application/json' \
4 --header 'api_key: <api_key>' \
5 --data '{
6 "participant_id": "participant_123",
7 "questions": {
8 "Q1": "Tell me about yourself"
9 },
10 "responses": {
11 "Q1": "I like to code."
12 },
13 "survey_id": "survey_456"
14}'
Embed Roundtable's API into your survey to get real-time markers of data quality.