cURL
curl --request POST \ --url https://platform.composo.ai/api/v1/annotations/comment \ --header 'Content-Type: application/json' \ --data ' { "trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "comment": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "comment": "<string>", "created_at": "2023-11-07T05:31:56Z" }
The trace (request) ID to annotate
Comment to attach to this trace
Successful Response