Skip to main content
GET
REVIEW (GET)
Text analysis of an open-ended survey response. Returns a composite quality score plus copy/paste, profanity, engagement, language, and LLM-detection signals. q_id, text, sn_ud, sy_nr, and question are required. The GET method caps the number of characters that can be sent — use REVIEW (POST) for longer text. For full parameter definitions and the copy/paste JS library, see the REVIEW guide.

Path Parameters

publishable_key
string
required

Your Research Defender publishable key (client-side).

Query Parameters

q_id
string
required

Identifier for each survey question.

text
string
required

Text entered by the respondent.

sn_ud
string
required

Unique session identifier (GUID recommended).

sy_nr
string
required

Unique identifier for the client survey.

question
string
required

The survey question, which drives contextual analysis.

c_text
string

Pasted text from the JS library, base64-encoded.

s_text_length
string

Minimum number of characters needed to run the similarity check.

t_page_load
string

Page-load time (base64-encoded).

t_text_typed
string

Time when typing started (base64-encoded).

t_submit
string

Time on submit (base64-encoded).

Response

200 - application/json

Open-end text analysis result.

model
object
input
object
score
object