Helicone · Schema

CreateSetupSessionRequest

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
returnUrl string
View JSON Schema on GitHub

JSON Schema

helicone-createsetupsessionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateSetupSessionRequest",
  "title": "CreateSetupSessionRequest",
  "properties": {
    "returnUrl": {
      "type": "string"
    }
  },
  "type": "object",
  "additionalProperties": false
}