cURL
curl --request POST \ --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/runs/{run_id}/reactions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "sentiment": "<string>", "feedback": "<string>" } '
Add a reaction to a project run
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Platform run id or idempotency key.
Reaction created