Skip to content
Michael V. edited this page Jan 24, 2025 · 6 revisions

Welcome to the Laravel-Youtube-API wiki!

API Usage

This package adds 3 api routes. The route prefix, /ytconverter/ in this case, is configurable.

  • POST: /ytconverter/convert
  • DELETE: /ytconverter/{id}
  • GET: /ytconverter/search
  • GET: /ytconverter/info

Check the sidebar for individual request info

Clone this wiki locally