POST
/
v2
/
scorers
/
llm
/
validate
Manual Llm Validate
curl --request POST \
  --url https://api.galileo.ai/v2/scorers/llm/validate \
  --header 'Content-Type: application/json' \
  --header 'Galileo-API-Key: <api-key>' \
  --data '{}'
{
  "task_result_id": "<string>"
}

Authorizations

Galileo-API-Key
string
header
required

Body

application/json · Body · object

Response

200
application/json

Successful Response

The response is of type object.