Nexavision API

Integrate media downloading into your applications with our simple REST API.

Quick Start

1. Make a request

curl -X POST https://nexavision.vercel.app/api/v1/download \
  -H "Content-Type: application/json" \
  -d '{"url": "https://youtube.com/watch?v=..."}'

2. Get the response

{
  "success": true,
  "platform": "youtube",
  "title": "Video Title",
  "formats": [...]
}

Features

No Authentication

Free to use with rate limiting. No API key required.

Multiple Formats

Get video and audio in various qualities and formats.

Platform Detection

Automatically detects the platform from the URL.

Rate Limiting

30 requests per minute per IP for abuse prevention.

Supported Platforms

YouTube
TikTok
Instagram
X (Twitter)
Facebook
Reddit
SoundCloud
Spotify
Pinterest
View Full Documentation