API Playground
Test and explore the Search API with real-time examples
Code Examples
curl https://api.kirha.ai/chat/v1/search \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer **********' \
--data '{
"query": "",
"vertical_id": "crypto",
"include_planning": false,
"include_raw_data": true,
"summarization": {
"enable": false,
"model": "kirha"
}
}'