Skip to main content
POST
/
api
/
agent-runs
/
feedback-batch
cURL
curl -X POST "https://app.cotool.ai/api/agent-runs/feedback-batch" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"items":[{"agentId":"string","runId":"string","label":"up","comment":"string"}]}'

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Body

application/json
items
object[]
required
Minimum array length: 1

Response

200

Successful response - no content