Skip to main content
For tools that don’t run Python (n8n, Flowise, Dify, Botpress), you can send quality signals directly via HTTP POST.

Endpoint

Request body

Response

The quality endpoint does not require authentication. This allows agents to post directly without managing tokens. Rate limiting applies: 1000 requests/minute per agent.

cURL example

n8n example

Add an HTTP Request node at the end of your workflow: Body:
See the full n8n integration guide for more examples.