Skip to main content

Create a review template

Before triggering a human review, you first create a review template in our web app.

Adding fields

Tailor it to your specific use case by adding fields for showing dynamic data (mostly AI-generated, but also relevant context) and collecting the reviewer's input and decisions.

gotoHuman - Allow retries

Request schema

The request you need to send to trigger a human review will have a different schema dependent on the fields you added. Click the API Request button in the review template editor, to see an example SDK/API call.

Read more about how to send a review request.

Setup webhook

When a review is submitted, gotoHuman will send an event to a webhook of your choice.

You can add your webhook endpoint on the details page of the review template.

gotoHuman - Allow retries

Webhook schema

The field-related schema of the webhook event will also depend on the fields you added to the review template.
Click the Webhook button in the template editor to see an example event. It's dynamic, so playing with the review preview will show you how edits, inputs and selections will be reflected in the webhook event.

Read more about webhooks here.

Reviews are usually conducted in our secure web environment ensuring only authorized users have access. If you want a review to be publicly accessible while it's pending, you can activate this option for each review template.

gotoHuman - Enable public review links