Skip to main content
REVIEW provides text analysis of open-ended survey responses, producing a composite quality score along with copy/paste, profanity, engagement, language, and LLM-detection signals.
  • Type: GET or POST
  • Endpoint: /api/v4/respondents/review/<publishable_key>
There is a JavaScript portion of this integration (below) that is required for the copy/paste and timestamp functionality.

GET vs POST

There is a cap on the number of characters that can be sent on a GET call.

Input Parameters

Required

Additional Response Parameters

Redundant parameters. profanity_check_score and pasted_response are no longer recommended. Use profanity_check and pasted_response_score instead.

Response Example

See the REVIEW endpoint reference for the full parameter list and a live playground.

Enabling the Copy/Paste JavaScript Library

The copy/paste and timestamp functionality requires the REVIEW JS library. Include it on the page header:
Then initialize scReviewLib with your environment, publishable key, an element-ID object, and the four listeners (pageLoadListener, copyPasteListener, textEventListener, submitEventListener):
REVIEW’s supported languages are listed in the REVIEW Supported Languages reference.