Skip to main content
POST
异步结果

Authorizations

Authorization
string
header
required

标准的 HTTP Bearer 认证方式,在 API Keys 页面获取密钥。

Body

application/json
async_id
string
required

任务ID

Example:

"VHJhbnNsYXRvckVudGl0eVRhc2s6OTI5OTY5"

agent_id
string
required

智能体ID

Example:

"intelligent_education_correction_polling"

Response

业务处理成功

agent_id
string

智能体ID

async_id
string

异步任务的ID

status
enum<string>

任务状态,success/failed/pending

Available options:
success,
failed,
pending
choices
object[]

agent输出

usage
object