Evaluate a version
Automatically evaluates a version by resolving its product’s specifications, their linked metrics, and their linked tests. Creates inference generation jobs for every test case across all linked tests. Specifications without tests or without metrics are silently skipped. Provide either versionId or productId. When productId is given without a versionId, the product’s latest properly configured version (one with a conversation-endpoint, phone, or WebRTC connection) is cloned and the evaluation runs against the clone; the product must already have such a version. Omitting versionId clones a version, so it requires permission to create versions (a caller lacking it gets a 403). See Evaluations.
Authorizations
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Body
The version ID to evaluate. Provide this or productId.
"ver_123"
Product ID to evaluate when no versionId is given. The product's latest properly configured version is cloned and the evaluation runs against the clone.
"prod_123"
Optional list of specification IDs to evaluate. If omitted, all product specifications with linked metrics and tests are used.