Skip to main content
Start an evaluation run for one of your models by providing a valid dataset. The endpoint returns immediately with a queued status and an evaluation ID you can use to poll for results.

Endpoint

POST /v1/models/{id}/evaluate Authentication: Authorization: Bearer $ARIA_PIN_KEY

Path parameters

string
required
The model ID to evaluate.

Request body

string
required
ID of a validated dataset owned by the same user.

Response

string
Unique identifier for the evaluation run.
string
Queued status (for example, queued).

Example