POST
v1
/
youtubesummarization
Youtbe Summarization
curl --request POST \
  --url http://localhost:9000/api/v1/youtubesummarization \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>"
}'
{
  "response": "<string>"
}

Request Body

url
string
required
Url to the youtube video specified

Response

response
string
summary text