curl --request POST \
--url https://api.kyberis.ai/v2/actor-assessments \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_context": {
"objective": "<string>",
"requested_outcome": "<string>",
"run_id": "<string>",
"step_id": "<string>",
"client": {
"agent_name": "<string>",
"agent_version": "<string>",
"framework": "<string>"
},
"constraints": {
"latency_budget_ms": 15025,
"max_results_budget": 100,
"min_resolution_confidence": 0.5,
"strict_mode": true
},
"parent_step_id": "<string>",
"tags": [
"<string>"
]
},
"context": {
"affected_cpes": [
"<string>"
],
"campaign_status": "<string>",
"evidence_refs": [
{
"id": "<string>",
"type": "<string>"
}
],
"intel_confidence": "<string>",
"known_exploited": true,
"known_targets": [
"<string>"
],
"targeted_industries": [
"<string>"
],
"targeted_regions": [
"<string>"
]
},
"expected_types": [
"<string>"
],
"options": {},
"query": "<string>",
"resolution": {
"include_aliases": false,
"include_metadata": false,
"max_results": 5
},
"subject": {
"canonical_id": "<string>",
"entity_type": "<string>",
"canonical_name": "<string>"
},
"time_range": {}
}
'