qa-agent
(beta).
The qa-agent
endpoint evaluates and qualifies data against predefined criteria using autonomous research and structured analysis. It can read your provided data, perform targeted research (optionally using your references), score against your criteria, and return a clean structured_data
block plus notes.
Tip: You can change the data
object and criteria at the top. Make criteria clear and weighted for best results.
Prerequisites & Secrets
Get your SixtyFour API key
- Sign in: https://app.sixtyfour.ai/login
- Create an organization → Keys → Create new key → Copy the key.
If you’re in Google Colab
- Click the 🔑 (Secrets) icon in the left sidebar.
- Add
SIXTYFOUR_API_KEY
and paste your key. - Make sure the notebook can access the secret.
Output:
QA_Agent Request
For most use cases,qa-agent
is simple: pass a data
object, a list of qualification_criteria
, and (optionally) references
and struct
.
The request body requires:
- data (object): Primary data to evaluate and research.
- qualification_criteria (array): List of criteria with names, descriptions, weights, and optional thresholds.
- references (array): URLs to guide research (LinkedIn, Instagram, websites).
- struct (object): Output fields to include in
structured_data
(names + descriptions).
Output:
How to change values
- Edit fields in
data_obj
for your candidate/business. - Adjust
criteria
names, descriptions, weights, and thresholds to match your rubric. - Add
references
(LinkedIn, Instagram, websites) to guide research. - Modify
struct
to control which fields appear instructured_data
.