Skip to main content
GET
/
v2
/
evidence
/
{evidence_id}
Hydrate an evidence identifier into bounded detail
curl --request GET \
  --url https://api.kyberis.ai/v2/evidence/{evidence_id} \
  --header 'Authorization: <api-key>'
{
  "evidence_id": "<string>",
  "attributes": {},
  "author": "<string>",
  "evidence_type": "<string>",
  "metadata": {},
  "published_date": "<string>",
  "source_url": "<string>",
  "summary_stub": "<string>",
  "title": "<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>:

Path Parameters

evidence_id
string
required

Response

Successful Response

evidence_id
string
required
status
enum<string>
required
Available options:
found,
not_found
attributes
Attributes · object
author
string | null
evidence_type
string | null
metadata
Metadata · object
published_date
string | null
source_url
string | null
stance
enum<string> | null
Available options:
supports,
contradicts,
contextual
summary_stub
string | null
title
string | null