Welcome to the TechEvangelistSEO Video Downloader API. This API allows developers to integrate video downloading functionality into their applications.
Base URL: https://techevangelistseo.com/video-downloader/api.php
The API uses a simple token-based authentication. Include your API token in the request header:
For public endpoints, no authentication is required.
Get video information including available formats and quality options.
Parameters:
url - The video URL to fetch info for (required)token - API token (optional for public videos)Download video in specified format.
Parameters:
url - The video URL to download (required)format - Desired format (mp4, mp3, webm)quality - Video quality (1080p, 720p, 480p, etc.)| Code | Description |
|---|---|
200 | Success |
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Invalid API token |
403 | Forbidden - Platform not supported |
404 | Not Found - Video not found |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error |