Start Evaluation

Endpoint

POST /api/v1/evaluations/{id}/start

Starts the evaluation with the given ID.

Request Example

curl -X POST "https://searchtweak.com/api/v1/evaluations/32/start" \ 
    -H "Authorization: Bearer YOUR_API_TOKEN" \
    -H "Accept: application/json"

Response Example

{
  "status": "OK",
  "message": "Evaluation start job dispatched"
}