From 7fa4c0a030d1f0db7ee5daf73e9a2ac0d178a0a9 Mon Sep 17 00:00:00 2001 From: Bob Vandevliet <35454011+bvandevliet@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:23:44 +0100 Subject: [PATCH] Updated API documentation. --- docs/rest-api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/rest-api.md b/docs/rest-api.md index 685e8a0c..b6418475 100644 --- a/docs/rest-api.md +++ b/docs/rest-api.md @@ -278,7 +278,9 @@ Extract transcripts from YouTube videos. ```json { + "videoId": "Video ID", "title": "Video Title", + "description" : "Video description...", "transcript": "Full transcript text..." } ``` @@ -335,7 +337,9 @@ Response: ```json { + "videoId": "dQw4w9WgXcQ", "title": "Rick Astley - Never Gonna Give You Up (Official Video)", + "description": "The official video for “Never Gonna Give You Up” by Rick Astley...", "transcript": "We're no strangers to love. You know the rules and so do I..." } ```