Generate subtitle in different languages for the video
Endpoint
GET https://api-v2.pandavideo.com/aiworkflow/
The Generate Subtitles Endpoint allows users to leverage artificial intelligence for creating subtitles tailored to specific videos. By supplying the video_id
and from_lang
parameters, this endpoint utilizes cutting-edge AI technology to generate accurate subtitles in the desired language. Users can seamlessly integrate these subtitles into their video content, enhancing accessibility and accommodating diverse audiences across various linguistic backgrounds.
Query Parameters
Parameter | Type | Description |
---|---|---|
video_id | string | Video ID to generate the subtitles |
from_lang | string | Language to generate the subtitle |
Responses
Responses
200
: Success. .400
: Bad request. Check the provided parameters.401
: Unauthorized. Authentication failed or not provided.404
: Not found.500
: Internal server error. Please try again later.
Usage
Make a POST request to this endpoint with the video_id
and from_lang
parameters to receive generated subtitles in the specified language. The AI-powered system will process the video content and produce accurate subtitles for the selected language.
Description
This endpoint retrieves a list of AI workflow tasks associated with a specific video. It provides details such as task ID, organization ID, video ID, task status, task type (e.g., transcription, dubbing), metadata related to the task, creation timestamp, and update timestamp.
Recipe
- Click on the recipe below to see a detailed usage example of how to generate Quiz, Transcript Mind Map and Abstract: