Get Knowledge Videos
Returns a list of URLs and metadata for “how-to” videos and other educational content.
Endpoint
Section titled “Endpoint”POST
/misc/v1/kvideosRequest Body
Section titled “Request Body”curl -X POST https://api.juspredict.com/misc/v1/kvideos \-H 'Authorization: Bearer YOUR_TOKEN' \-H 'Content-Type: application/json' \-d '{}'{}Response Body
Section titled “Response Body”{"status": { "type": "SUCCESS" },"videos": [{ "title": "Getting Started", "url": "https://youtube.com/watch?v=...", "description": "A quick overview of JusPredict Backend."}]}{"status": {"type": "ERROR","details": [ { "code": "401", "message": "Unauthorized access token." }]}}Response Fields
Section titled “Response Fields”| Field | Type | Description |
|---|---|---|
status | Status | Operation status. |