cURL
curl --request POST \ --url https://platform.composo.ai/api/v1/annotations/rating \ --header 'Content-Type: application/json' \ --data ' { "trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "rating": true } '
{ "trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "rating": true }
The trace (request) ID to annotate
Rating: true = positive, false = negative
Successful Response