Playground

Try Free Online

Edit, validate, copy, or download this hub-supported systemone subset. This page never calls the official endpoint. Samples are labeled placeholders, not live results.

Template
Edit the state, then validate. This builder never calls Jev.

Sample response shape

Placeholder field names from the official API. Not live results.

{
  "note": "Shape diagram of official field names, not a live systemone response. Values are placeholders; this hub did not call the API.",
  "endpoint": "https://api.typesafe.ai/v1/systemone",
  "auth": "Authorization: Bearer $TYPESAFE_API_KEY",
  "model": "jev-latest",
  "answers": {
    "department": {
      "type": "choice",
      "choice": "<option>",
      "probabilities": "<option -> 0-1>",
      "confidence": "<0-1>"
    },
    "urgency": {
      "type": "score",
      "score": "<weighted level>",
      "legend": "<index -> description>",
      "probabilities": "<index -> 0-1>",
      "confidence": "<0-1>"
    },
    "wants_refund": {
      "type": "noul",
      "noul": "<0-1>"
    }
  },
  "usage": {
    "input_tokens": "<integer>",
    "output_tokens": "<integer>"
  }
}