cURL
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 }
Trigger a Validation for a Ground Truth
Bearer authentication header of the form Bearer <token>. The <token> represents your API key, which must be acquired from the Kolena platform.
Bearer <token>
<token>
Successful Response
The ID of the triggered validation.
Was this page helpful?