QA Agent (Sync)
curl --request POST \
--url https://api.sixtyfour.ai/qa-agent \
--header 'Content-Type: application/json' \
--data '
{
"data": {},
"qualification_criteria": [
{
"criteria_name": "<string>",
"description": "<string>",
"weight": 1,
"threshold": 123
}
],
"references": [],
"struct": {},
"max_tool_calls": 10,
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Agents
QA Agent (Sync)
Run a research agent that answers a question about a person or company.
POST
/
qa-agent
QA Agent (Sync)
curl --request POST \
--url https://api.sixtyfour.ai/qa-agent \
--header 'Content-Type: application/json' \
--data '
{
"data": {},
"qualification_criteria": [
{
"criteria_name": "<string>",
"description": "<string>",
"weight": 1,
"threshold": 123
}
],
"references": [],
"struct": {},
"max_tool_calls": 10,
"webhook_url": "<string>"
}
'{
"detail": "Invalid request body"
}Headers
Body
application/json
Lead or record to evaluate against the qualification criteria.
List of criteria the agent will score the data against.
Show child attributes
Show child attributes
Optional reference URLs the agent may use as evidence.
Show child attributes
Show child attributes
Mapping of extra output fields and their descriptions.
Show child attributes
Show child attributes
Maximum tool calls the agent may make per evaluation.
Required range:
1 <= x <= 50HTTPS URL that receives the result payload when the async job completes.
Required string length:
1 - 2083Response
Successful Response
Was this page helpful?
⌘I