Skip to main content
Client Trigger Validation Run
curl --request POST \
  --url https://agents-api.kolena.com/api/v1/client/agents/{agent_id}/ground_truths/{ground_truth_id}/validations \
  --header 'Authorization: Bearer <token>'
{
  "validation_id": 123
}
Rate Limit: This endpoint is limited to requests per minute per user.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.

Path Parameters

agent_id
integer
required
ground_truth_id
integer
required

Response

Successful Response

validation_id
integer
required

The ID of the triggered validation.