Note: This endpoint is currently in beta. The API response format and behavior may change in future releases.Evaluate and qualify data against predefined criteria using autonomous research and structured analysis.
Endpoint
Request
Headers
Name | Type | Required | Description |
---|---|---|---|
x-api-key | string | Yes | Your Sixtyfour API key |
Content-Type | string | Yes | Must be application/json |
Body
Field | Type | Required | Description |
---|---|---|---|
data | object | Yes | Primary data object to be evaluated and researched |
qualification_criteria | array | Yes | List of evaluation criteria with weights and thresholds |
references | array | No | Additional URLs for research (LinkedIn, Instagram, websites) |
struct | object | No | Defines output field structure and descriptions |
Example Request
Response
Success Response (200)
Returns structured evaluation results with detailed analysis notes.Error Response (400)
Parameters
qualification_criteria
Each criteria object requires:
criteria_name
: Unique identifier for the criteriadescription
: Detailed description of what to evaluateweight
: Importance multiplier (higher = more important)threshold
: Optional minimum score requirement
references
Supported URL types for automatic research:
- LinkedIn member profiles (
https://linkedin.com/in/...
) - LinkedIn company profiles (
https://linkedin.com/company/...
) - Instagram profiles (
https://instagram.com/...
) - General web pages
struct
Defines output fields that will appear in structured_data
. Only specified fields will be included in the response.