stream=true
时返回流式,否则返回异步等待响应Authorization: Bearer ********************
{
"app_id": "0e0c82b7-09b1-4d8f-aea0-9e68e95d9389",
"query": "大纲提取为json",
"conversation_id": "ab4eb294-e7f5-410f-81a9-f403c228176e",
"stream": false,
"file_ids": [
"99be5da8-21a8-4161-9a5d-77476e1d2171"
]
}
curl --location --request POST 'http://10.12.186.133:30924/transpond/app/conversation/runs/sync' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "0e0c82b7-09b1-4d8f-aea0-9e68e95d9389",
"query": "大纲提取为json",
"conversation_id": "ab4eb294-e7f5-410f-81a9-f403c228176e",
"stream": false,
"file_ids": [
"99be5da8-21a8-4161-9a5d-77476e1d2171"
]
}'
{}