Classify
Beta. Runs typed classification questions (noul, choice, score) against a classify model such as typesafe/jev-latest. The request and response proxy the TypeSafe classification contract 1:1; model in the response is the orq model id that served the request and usage carries the computed cost like the Responses API. This endpoint currently does not apply PII plugins or guardrails.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
ID of the classify model to use, for example typesafe/jev-latest.
Typed questions keyed by an identifier of your choice. Each answer is returned under the same key.
The content to evaluate. A string, an object or an array.
The identity to attach to the trace.
Key-value metadata attached to the trace.
The name to display on the trace. If not specified, the default system name will be used.
Retry configuration for the request.