Skip to content

Instantly share code, notes, and snippets.

@jxnl
Created March 22, 2023 02:19
Show Gist options
  • Save jxnl/f7c673b9ef1c072a47d2e3ebf60111a2 to your computer and use it in GitHub Desktop.
Save jxnl/f7c673b9ef1c072a47d2e3ebf60111a2 to your computer and use it in GitHub Desktop.
curl --no-buffer -X 'POST' \
'https://youtube-markdown.fly.dev/youtube_markdown'\
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer (openai-api-key)' \
-d '{
"use_cache": false,
"url": "https://www.youtube.com/watch?v=QmOF0crdyRU&t=2s",
"use_sse": false
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment