cURL
curl --request POST \ --url http://localhost:9000/api/v1/youtubesummarization \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>" } '
{ "response": "<string>" }
Summarize YouTube videos quickly and easily.
Was this page helpful?