API Documentation

Integrate YouTube to MP3 conversion into your applications.

API Status: Available

Our API is currently in beta. Contact api@ytpmp3.com for access.

Quick Start

Base URL

https://api.ytpmp3.com/v1

Authentication

Include your API key in the header:

Authorization: Bearer YOUR_API_KEY

Endpoints

POST/convert

Convert a YouTube video to the specified format.

Request Body

{
  "url": "https://youtube.com/watch?v=...",
  "format": "mp3",
  "quality": "320"
}

Response

{
  "success": true,
  "download_url": "https://...",
  "title": "Video Title",
  "duration": 240,
  "file_size": 5800000
}
GET/info

Get video information without converting.

Query Parameters

url: YouTube video URL
GET/usage

Get your API usage statistics for the current billing period.

Rate Limits

PlanRequests/DayPrice
Free100$0
Pro10,000$29/mo
EnterpriseUnlimitedContact us

Need Help?

Contact our API support team for integration assistance.

api@ytpmp3.com