Integrate your application with n8n
Prefer a “drop-in model” experience? See Qualifire’s OpenAI-compatible node for n8n: https://github.com/qualifire-dev/n8n-nodes-qualifire
API reference for the Evaluate endpoint: https://docs.qualifire.ai/api-reference/endpoint/evaluations/evaluate
.env
or Docker:
{{$env.VAR_NAME}}
.
POST
https://proxy.qualifire.ai/api/evaluation/evaluate
JSON
Content-Type: application/json
X-Qualifire-API-Key: {{$env.QUALIFIRE_API_KEY}}
X-Qualifire-API-Key
and attach it.)
If you prefer a raw JSON template, wrap dynamic fields with {{ JSON.stringify(...) }}
and don’t add extra quotes around the expression.
messages
. For example:
status
evaluationResults
score
/ detector names you want to logX-Qualifire-API-Key
, ensure {{$env.QUALIFIRE_API_KEY}}
is defined, and that you restarted n8n after editing env vars.type
/name
in evaluationResults
.