v1

latestOpenAPI 3.1.0Proprietary2026-07-265759203.4 KB
Enrichment

QA Agent (Async)

Run a research agent that answers a question about a person or company; returns a job ID to poll.

post/qa-agent-async

Headers

x-api-keystring nullable

Request body

dataobject required

Lead or record to evaluate against the qualification criteria.

referencesobject[] nullable

Optional reference URLs the agent may use as evidence.

structobject nullable

Mapping of extra output fields and their descriptions.

max_tool_callsinteger nullable

Maximum tool calls the agent may make per evaluation.

webhook_urlstring uri nullable

HTTPS URL that receives the result payload when the async job completes.

Response

Successful Response

task_idstring required

Async job ID. Poll GET /job-status/{task_id} for status and results.

status'RUNNING' required

Initial job status.

Example response

{
  "status": "RUNNING",
  "task_id": "job_123"
}