POST
/
evaluate
/
process
Process queued evaluations
curl --request POST \
  --url https://api.deeprails.com/evaluate/process \
  --header 'Authorization: Bearer <token>'
{
  "processed_eval_ids": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

JWT token for authentication

Response

200
application/json

Queued evaluations processed

The response is of type object.