cURL
curl --request POST \ --url https://api.example.com/api/search/fallback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "<string>", "knowledge_asset_ids": [ "<string>" ], "use_case_id": "<string>", "llm": "<string>", "locale": "<string>" } '
{ "explanation": "<string>", "chosen_fallback_tool": { "id": "<string>", "name": "<string>", "description": "<string>", "example_questions": [ "<string>" ], "contact": { "name": "<string>", "email": "<string>", "link": "<string>" } } }
Categorize and return appropriate fallback strategy for a query
Bearer token authentication. Format: 'Bearer '
Request schema for fallback strategy categorization.
Successful Response
Response schema for fallback strategy categorization.
Show child attributes
Was this page helpful?