cURL
curl --request POST \ --url https://proxy.qualifire.ai/api/evaluation/invoke \ --header 'Content-Type: application/json' \ --header 'X-Qualifire-API-Key: <api-key>' \ --data '{ "evaluation_id": "<string>", "input": "<string>", "output": "<string>" }'
{ "evaluationResults": [ { "results": [ { "claim": "<string>", "confidence_score": 123, "label": "<string>", "name": "<string>", "quote": "<string>", "reason": "<string>", "score": 123 } ], "type": "<string>" } ], "score": 123, "status": "<string>" }
Invokes a pre-configured evaluation with the given ID. This API allows you to run a specific evaluation on provided input and output.
Evaluation request
The body is of type object.
object
OK
The response is of type object.