curl --request POST \
--url https://proxy.qualifire.ai/api/evaluation/evaluate \
--header 'Content-Type: application/json' \
--header 'X-Qualifire-API-Key: <api-key>' \
--data '{
"assertions": [
"<string>"
],
"consistency_check": true,
"dangerous_content_check": true,
"hallucinations_check": true,
"harassment_check": true,
"hate_speech_check": true,
"input": "<string>",
"messages": [
{
"content": "<string>",
"role": "<string>"
}
],
"output": "<string>",
"pii_check": true,
"prompt_injections": true,
"sexual_content_check": true,
"syntax_checks": {
"javascript": {
"args": "<string>"
},
"json": {
"args": "<string>"
},
"length": {
"args": "<string>"
},
"sql": {
"args": "<string>"
},
"word count": {
"args": "<string>"
}
}
}'