Request
const created = await client.createCheck({
input: { type: 'text', value: 'Pay 1.99 EUR to release the parcel' }
});Response
{
"id": "chk_123",
"status": "completed",
"verdict": "CAUTION",
"confidence": 0.91,
"summary": "Several risk signals were found."
}