Agent API
智能体
POST
启动用于 Agent 驱动数据提取的任务
Documentation Index
Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
用于描述应提取哪些数据的提示词
Maximum string length:
10000用于限定智能体访问范围的可选 URL 列表
用于定义提取数据结构的可选 JSON Schema
此代理任务可使用的最大预算上限。如果未设置,默认为 2500。
如果为 true,代理将仅访问 urls 数组中提供的 URL
适用于智能体任务的模型。spark-1-mini(默认)成本更低,价格便宜约 60%;spark-1-pro 在处理复杂任务时能提供更高的准确率。
可用选项:
spark-1-mini, spark-1-pro 