curl --request POST \
--url https://api.traceloop.com/v2/evaluators/execute/uncertainty-detector \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"input": {
"prompt": "I am not sure, I think the capital of France is Paris."
}
}
'