{
"query": "AI的应用",
"language": "zh",
"model": "gpt-4o-mini",
"include_domains": [
"https://xxx.com"
],
"exclude_domains": [
"https://xxx.com"
],
"considered_personas": [
"基本事实作家:一位专注于广泛涵盖关于topic的基本事实的基本事实作家。"
]
}
curl --location --request POST 'https://api.302.ai/302/paper/async/chat' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"query": "AI的应用",
"language": "zh",
"model": "gpt-4o-mini",
"include_domains": [
"https://xxx.com"
],
"exclude_domains": [
"https://xxx.com"
],
"considered_personas": [
"基本事实作家:一位专注于广泛涵盖关于topic的基本事实的基本事实作家。"
]
}'
{}