Help Center

Help Center Home > Developer / API > How do I use the MangoTube API?

How do I use the MangoTube API?

The MangoTube API lets you read the public videos uploaded by your own account.

  1. Open My Account and select Developer / API Settings.
  2. Create an API key or copy your current key.
  3. Send a GET request to /api/videos.
  4. Provide the key in an Authorization: Bearer YOUR_KEY header. You may also use the key query parameter.

The optional limit parameter accepts values from 1 through 50. The response is JSON and includes your public video IDs, titles, descriptions, durations, view counts, dates, watch URLs, and thumbnail URLs.

Keep your API key private. Replace or revoke it immediately if it is exposed.

 
Copyright © 2026 MangoTube, Inc.