> ## Documentation Index
> Fetch the complete documentation index at: https://docs.acturehub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# N2 深度分析

> 为已有项目创建并查询投资人产品 N2 深度分析。

N2 深度分析是独立异步任务，使用项目 ID 创建：

```http theme={null}
POST /api/open/investor-products/projects/{project_id}/deep-analysis
Authorization: Bearer <API_TOKEN>
Content-Type: application/json

{"force": false}
```

创建响应中的 `task_id` 是后续查询主键：

```http theme={null}
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 并联系支持 |
