POST https://api.acedata.cloud/webextrator/extract
在 /webextrator/render 的基礎上做內容抽取。除了 render 介面的全部參數,額外支援:
| 欄位 | 類型 | 必填 | 預設 | 說明 |
|---|---|---|---|---|
expected_type | string | ❌ | markdown | 期望抽取產物:markdown / article / text / links / structured |
enable_llm | boolean | ❌ | false | 啟用 LLM 後處理(適合 article / structured) |
instruction | string | ❌ | - | LLM 抽取指令,例如「抽取商品標題、價格、規格」 |
同步回應
/webextrator/render 完全一致。

