Convert Video

This HipeDev endpoint downloads and converts YouTube videos to formats available on your plan

POST /tool/youtube/convert

Headers

Name
Value

Content-Type

application/json

Authorization*

<api_token>

Body

Name
Type
Description

video_id*

string

ID of the video, after ?v=

format*

string

Format to download video (mp3|mp4|ogg)

Response

{
    "id": "ALZHF5UqnU4",
    "title": "Marshmello - Alone (Official Music Video)",
    "format": "251 - audio only (medium)",
    "duration": {
        "seconds": 200,
        "formatted": "03:20"
    },
    "size": 3287206,
    "stream_url": "https://cdn.dmoo.dev/fe7fb4a7-8f50-41dd-bcdf-792bead4c832/ALZHF5UqnU4",
    "audio": {
        "quality": "best",
        "format": "vorbis"
    },
    "playerid": null
}

Last updated