AI論文執筆ツールで使用される論文生成APIの非同期インターフェース
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
国別コード、返却情報の言語を指定するために使用します。例: zh、en、ja
include_domains
array[string]
optionalexclude_domains
array[string]
optionalconsidered_personas
array[string]
optionaloutput_content_type
string
optionalカスタム記事タイプ,eg: Research Paper, Blog, Speech
{
"query": "AI的应用",
"language": "zh",
"model": "gpt-4o-mini",
"include_domains": [
"https://xxx.com"
],
"exclude_domains": [
"https://xxx.com"
],
"considered_personas": [
"基本事实作家:一位专注于广泛涵盖关于topic的基本事实的基本事实作家。"
]
}
Request samples
curl --location --request POST 'https://api.302.ai/302/paper/async/chat' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--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的基本事实的基本事实作家。"
]
}'
Responses
application/json Modified at 2025-01-19 07:19:19