Skip to content

Get Knowledge Videos

Returns a list of URLs and metadata for “how-to” videos and other educational content.

POST/misc/v1/kvideos
Terminal window
curl -X POST https://api.juspredict.com/misc/v1/kvideos \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{}'
{
"status": { "type": "SUCCESS" },
"videos": [
{
"title": "Getting Started",
"url": "https://youtube.com/watch?v=...",
"description": "A quick overview of JusPredict Backend."
}
]
}
FieldTypeDescription
statusStatusOperation status.