Utilize AI search to answer user questions, providing multimodal reference sources, summarized answers, and follow-up questions. Reference sources (web pages, TikTok videos, images), summarized answers, follow-up questions. Request
API Key from 302.AI backend
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"query":"chatgpt",
"stream":false
}
Request samples
curl --location --request POST 'https://api.302.ai/bochaai/v1/ai-search' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"query":"chatgpt",
"stream":false
}'
Responses
application/json Modified at 2024-09-03 10:42:11