task_id 是后续查询主键:
status=SUCCEEDED 且 result_available=true 时才读取结果。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
为已有项目创建并查询投资人产品 N2 深度分析。
POST /api/open/investor-products/projects/{project_id}/deep-analysis
Authorization: Bearer <API_TOKEN>
Content-Type: application/json
{"force": false}
task_id 是后续查询主键:
GET /api/open/investor-products/deep-analysis/{task_id}/status
GET /api/open/investor-products/deep-analysis/{task_id}/result
status=SUCCEEDED 且 result_available=true 时才读取结果。
| client_action | 调用方行为 |
|---|---|
WAIT | 继续查询当前任务 |
FETCH_RESULT | 请求 result 接口 |
RETRY_ALLOWED | 可以创建新任务 |
FIX_INPUT | 修正输入数据 |
FIX_CONFIGURATION | 修正配置或凭证 |
CONTACT_SUPPORT | 保留任务 ID 并联系支持 |