Human Signal modes (paid panel)
Useask_humans to run a study against the RepData paid panel. Each respondent
costs roughly 5. Pass the mode parameter to select the study type.
| Mode | When to use | Constraints |
|---|---|---|
preference | Compare 2–5 options and find out which resonates most | Requires 2–5 options |
claim | Test whether a belief or positioning statement is convincing | Single claim |
message | Test message clarity — does your copy land? | Single message |
get_results. Studies can be modified while in
creating, queued, or fielding status via edit_study, and cancelled at any
point with cancel_study.
Research-platform modes (your own panel / customers)
For live AI-moderated interview studies, mode is expressed as flags on the assistant record rather than a separate field. See the Study-creation playbook for full flag semantics.| Mode | enable_chat | enable_video_recording | Notes |
|---|---|---|---|
| Voice (default) | false | false | Audio interview, no video |
| Chat | true | false | Text-chat interview |
| Video | false | true | Voice interview with video recording |
| Chat + video | true | true | Chat interview with video recording |
false. You can combine them freely.
Concept tests
Concept tests are a special study variant available in both voice and chat modes.- Set
is_concept_test: trueon the assistant when callingcreate_assistantorupdate_assistant. - Use
upload_concept_linkto attach concept material (a URL, mockup, or prototype link). The tool deduplicates by label, so re-uploading the same label updates the URL in place rather than creating a duplicate entry. - Remove a concept link with
delete_concept_linkby passing itsid.
| Study variant | Prompt to use |
|---|---|
| Voice concept test | concept_test_planning_context |
| Chat concept test | concept_test_chat_planning_context |

