#
# # # # #

AI Video Subtitle Converter API

API:Generative AI

US$19US$22

  • Extract video audio and convert the audio into a subtitle file. The API supports diversified video format, such as .MP4, .MPV, .MP3 etc. Moreover, the API can generate subtitles in VTT, SRT or TXT file format. Keyword extractor API provides both free and subscription versions. Also, this API has onsite APP version as well that users can access to generate video subtitle on BUYFROMLO.COM

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

API Practical Application Showcase 1


AI Video Subtitle Converter API

Features

  • Extract video audio and convert the audio into a subtitle file.
  • The API supports diversified video format, such as .MP4, .MPV, .MP3 etc
  • Token supports both API and onsite app with respectively paid and free version
  • Token supports onsite app access

API Endpoint Specifications

  • Endpoint Path: /api/1/video-subtitle-generator
  • Type of Data: JSON & 1/minute
  • Data Source: BUYFROMLO
  • Request Limit: 30 videos/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
AI Video Subtitle Converter API Endpoint Basic Info

API Endpoint Path

required

AI Video Subtitle Converter API

api/1/video-subtitle-generator


Call Method

Required

POST

Type of Data Return

JSON

Downloadable File Link from the response


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Free and paid subscription APIs are both available: /api/1/video-subtitle-generator, and accessible to on-site APP on /app/1/video-subtitle-generator as well

youtubevideoID

required

Upload an audio flac file on the on-site app, or input a downloadable link using API



AI Video Subtitle Converter API

api/1/video-subtitle-generator


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/video-subtitle-generator"

## Required Arguments & Parameters ##

token = "your buyfromlo token"
youtubevideoID = ""

headers={"Authorization": "Bearer " + token}

## Call the api ##
response = requests.post(apiendpoint, json={"youtubevideoID": youtubevideoID}, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON Response Sample


{
    "Subtitle Link": "a link"
}
                        

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

FAQ

BUYFROMLO AI Video Subtitle Converter API is a tool that allows you to extract audio from a video and convert it into a subtitle file.

The API supports a variety of video formats, including MP4, MPV, and MP3.

The API supports VTT, SRT, and TXT subtitle formats.

Yes, there is a free version of the API that allows you to generate up to 30 subtitles per month.

Yes, there is a paid version of the API that allows you to generate more subtitles per month and offers additional features.

The API can be integrated with your application using a variety of programming languages, including cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript.

Yes, there is an onsite APP version of the API that allows you to generate video subtitles directly from the BUYFROMLO website.

The request limit for the API is 30 videos per month for the token\/month.

The API returns data in JSON format.

You can find more information about the API in the BUYFROMLO documentation.