Skip to main content
POST
Categorize fallback strategy

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

application/json

Request schema for fallback strategy categorization.

query
string
required
knowledge_asset_ids
string[]
required
use_case_id
string
required
llm
string
required
locale
enum<string> | null

Official locale abbreviations (ISO 639-1). Used for locale, prompting, DISA.

Available options:
bg,
cs,
da,
de,
el,
en,
es,
et,
fi,
fr,
hr,
hu,
is,
it,
ja,
ko,
lt,
lv,
nb,
nl,
pl,
pt,
ro,
ru,
sk,
sl,
sr,
sv,
tr,
zh

Response

Successful Response

Response schema for fallback strategy categorization.

explanation
string
required
chosen_fallback_tool
FallbackStrategyTool · object | null