curl --request GET \
--url https://api.example.com/api/library/sources/{source_id}/connections[
{
"id": "<string>",
"namespace": "<string>",
"similarity": 0.5,
"title": "<string>",
"type": "youtube",
"channel": "<string>",
"shared_concepts": [
"<string>"
],
"shared_tools": [
"<string>"
],
"thumbnail_url": "<string>",
"url": "<string>"
}
]Get semantically similar sources (hidden connections).
curl --request GET \
--url https://api.example.com/api/library/sources/{source_id}/connections[
{
"id": "<string>",
"namespace": "<string>",
"similarity": 0.5,
"title": "<string>",
"type": "youtube",
"channel": "<string>",
"shared_concepts": [
"<string>"
],
"shared_tools": [
"<string>"
],
"thumbnail_url": "<string>",
"url": "<string>"
}
]Number of related sources
1 <= x <= 10Successful Response