> ## 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.

# 投资人对练

> 读取项目对练上下文并以幂等方式回写对练报告。

## 获取项目上下文

```http theme={null}
GET /api/open/investor-rehearsal/projects/{project_id}/context
```

上下文可能包含项目、企业画像、BP OCR 正文、项目卡和最新可用 N2 分析。调用方应根据响应中的 readiness 与 warning 字段决定是否开始对练。

## 回写报告

```http theme={null}
POST /api/open/investor-rehearsal/projects/{project_id}/reports
Authorization: Bearer <API_TOKEN>
Idempotency-Key: <同一次业务写入保持不变>
Content-Type: application/json
```

`Idempotency-Key` 必填且最长 120 个字符。同一个 Key 使用相同请求重试会返回已有报告；同一个 Key 对应不同内容会返回冲突。

## 获取最新报告

```http theme={null}
GET /api/open/investor-rehearsal/projects/{project_id}/reports/latest
```
