cURL
curl --request POST \ --url https://api.app.chainloop.dev/v1/agents/evaluate-evidence \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "digest": "<string>", "content": "aSDinaTvuI8gbWludGxpZnk=", "prompt": "<string>", "policy_structured_result": true } '
{ "operation_id": "operation_id" }
Starts an AI-powered analysis of evidence identified by digest or provided as raw content. Returns an operation ID for polling the result.
Bearer token for authentication
Raw evidence content to evaluate directly. Content exceeding the internal limit will be truncated server-side.
A successful response.