{
"keyword": "coffee roaster",
"country": "USA",
"cr": "countryUS",
"lang": "English",
"positioning": "1",
"expandKeyWord": [
"coffee machine"
],
"secondKeyWord": [
"OEM"
],
"clientPortrait": "中大型咖啡设备采购商",
"information": "优先有进口历史企业",
"hscode": "841981",
"jobEnhanceSearch": "purchasing manager"
}curl --location --request POST '/api/agentic/search' \
--header 'Authorization: Bearer {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "coffee roaster",
"country": "USA",
"cr": "countryUS",
"lang": "English",
"positioning": "1",
"expandKeyWord": [
"coffee machine"
],
"secondKeyWord": [
"OEM"
],
"clientPortrait": "中大型咖啡设备采购商",
"information": "优先有进口历史企业",
"hscode": "841981",
"jobEnhanceSearch": "purchasing manager"
}'{
"code": 1,
"message": "任务创建成功",
"taskId": "641230a80434415d9c07d54db411cb5d",
"serverTime": "2026-04-15 16:14:10",
"meta": {
"billing": {
"credits_charged": 0,
"agentic_note": "search 仅创建任务;条数扣费在后续 list/task 响应出现可结算数据时处理,幂等不重复扣费;list/task HTTP 本身不按次扣 credits。"
}
}
}