Skip to main content
POST
/
v2
/
intel-search
General intelligence search with bounded report capsules
curl --request POST \
  --url https://api.kyberis.ai/v2/intel-search \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>",
  "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>"
    ]
  },
  "max_results": 10,
  "source_filters": [
    "<string>"
  ],
  "time_window_days": 30
}
'
{
  "items": [
    {
      "abstract_stub": "<string>",
      "canonical_entities": [
        {
          "canonical_id": "<string>",
          "canonical_name": "<string>",
          "confidence": 0.5
        }
      ],
      "claim_tags": [
        "<string>"
      ],
      "match_reasons": [
        "<string>"
      ],
      "match_score": 0.5,
      "report_id": 123,
      "title": "<string>",
      "access_hint": "<string>",
      "published_date": "<string>",
      "report_uuid": "<string>",
      "source": "<string>",
      "url": "<string>"
    }
  ],
  "max_results": 123,
  "metadata": {},
  "query": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kyberis.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

ApiKey <key_id>:

Body

application/json
query
string
required
Required string length: 3 - 1024
agent_context
AgentContext · object
max_results
integer
default:10
Required range: 1 <= x <= 50
source_filters
string[] | null
Maximum array length: 20
time_window_days
integer
default:30
Required range: 1 <= x <= 3650

Response

Successful Response

items
IntelSearchItem · object[]
required
max_results
integer
required
metadata
Metadata · object
required
query
string
required
status
enum<string>
required
Available options:
ok,
no_results