提交异步实体抽取任务
POST
/entities/extractions
提交 planner 实体抽取异步任务。实体抽取会运行 planner LLM 路径,因此客户端先提交 text,再使用返回的 job_id 轮询 GET /entities/extractions/{id},直到任务变为 completed 或 failed。
授权
apiKeyAuth
API key passed in the CP-X-API-KEY header.
类型
API Key (header: CP-X-API-KEY)
请求体
application/json
JSON "text": "string"
{
}
响应
Entity extraction job submitted successfully
application/json
JSON "data": { "job_id": "string" }
{
}
