Retrieve information about AI workflow tasks related to videos in PandaVideo
Endpoint
POST https://api-v2.pandavideo.com/aiworkflow/dubbing
The Dubbing Pack endpoint empowers users to employ artificial intelligence in dubbing original audio into another language. By utilizing the video_id
and to_lang
parameters, this endpoint leverages advanced AI technology to create accurate dubbing in the desired language. This feature facilitates a seamless integration of dubbed audio into videos, enabling broader accessibility and catering to diverse audiences with varied linguistic preferences.
Query Parameters
Parameter | Type | Description |
---|---|---|
video_id | string | Video ID for which audio dubbing is needed |
to_lang | string | Target language for the audio dubbing |
from_lang | String | Language that will serve as the basis for generating a new one |
Responses
Responses
200
: Success. Dubbed audio generated successfully.400
: Bad request. Verify the provided parameters.401
: Unauthorized. Authentication failed or not provided.404
: Not found.500
: Internal server error. Please attempt again later.
Usage
Send a POST
request to this endpoint, providing the video_id
and to_lang
parameters to obtain dubbed audio in the specified language. The AI-driven system will process the video's original audio and generate accurate dubbing in the selected language.
Voice ID's
Here are the Voice ID's to be used as per your preference
Nome | Sexo | Voice ID |
---|---|---|
Original Voice | Original Gender | original |
Adam | Male | pNInz6obpgDQGcFmaJgB |
Antoni | Male | ErXwobaYiN019PkySvjV |
Arnold | Male | VR6AewLTigWG4xSOukaG |
Bella | Female | EXAVITQu4vr4xnSDxMaL |
Charlotte | Female | XB0fDUnXU5powFXDhCwa |
Clyde | Male | 2EiwWnXFnvU5JabPnv8n |
Dave | Male | CYw3kZ02Hs0563khs1Fj |
Domi | Female | AZnzlk1XvdvUeBnXmlld |
Emily | Female | LcfcDJNUP1GQjkzn1xUU |
Fin | Female | D38z5RcWu1voky8WS1ja |
Matthew | Male | Yko7PKHZNXotIFUBG7I9 |
Patrick | Male | ODq5zmih8GrVes37Dizd |
Rachel | Female | 21m00Tcm4TlvDq8ikWAM |
Description
The Dubbing Pack endpoint facilitates the generation of dubbed audio content for videos using AI technology. It accepts specific parameters to produce high-quality audio in the desired language. This functionality enhances the accessibility of video content by offering language-specific audio tracks, catering to a diverse audience and expanding the video's reach across various linguistic demographics.
Recipe
- Click on the recipe below to view a detailed example demonstrating how to utilize the Dubbing Pack endpoint for generating dubbed audio content.