Diálogo de Video API

La API de Diálogo de Video proporciona transcripciones de videos de YouTube en múltiples idiomas, mejorando la accesibilidad con respuestas JSON estructuradas y una fácil integración para los usuarios.

Acerca de la API: 

La API de Video Dialogue permite a los usuarios acceder a transcripciones de videos de YouTube con una consulta simple. Esta API es ideal para mejorar la accesibilidad del contenido de video, permitiendo a los usuarios obtener una representación textual de diálogos en múltiples idiomas. La API proporciona soporte multilingüe, facilitando la recuperación de transcripciones en idiomas como inglés, chino y coreano. La integración es fácil a través de un único punto final, donde puedes enviar el ID del video para obtener la transcripción correspondiente. Si lo prefieres, también puedes especificar el idioma de la transcripción que deseas recuperar.

Con esta API, las respuestas están estructuradas en formato JSON, lo que facilita la integración en aplicaciones y plataformas. Además, para optimizar el rendimiento, se incluye un limitador de tasa para gestionar las solicitudes de manera eficiente y garantizar el cumplimiento de los límites impuestos por YouTube.

Ya sea que estés desarrollando una plataforma educativa, una herramienta de análisis de contenido o simplemente buscando mejorar la accesibilidad para usuarios con discapacidades auditivas, esta API proporciona una solución efectiva y confiable para acceder a las transcripciones de videos de YouTube.

Documentación de la API

Endpoints


Para utilizar este punto final, envíe el parámetro videoId en una solicitud GET para obtener la transcripción de texto del video de YouTube correspondiente.



                                                                            
GET https://zylalabs.com/api/5219/video+dialogue+api/6686/get+video+transcript
                                                                            
                                                                        

Obtener transcripción de video. - Características del Endpoint

Objeto Descripción
videoId [Requerido]
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"success":true,"transcript":[{"text":"what is AI","duration":5.279,"offset":0.48,"lang":"en"},{"text":"AI stands for artificial intelligence","duration":5.281,"offset":2.879,"lang":"en"},{"text":"and it's a way for computers to learn","duration":4.8,"offset":5.759,"lang":"en"},{"text":"and work kind of like us","duration":5.7,"offset":8.16,"lang":"en"},{"text":"you can think of AI as a brain for a","duration":4.801,"offset":10.559,"lang":"en"},{"text":"computer","duration":3.839,"offset":13.86,"lang":"en"},{"text":"similar to how we use our brains to","duration":5.22,"offset":15.36,"lang":"en"},{"text":"learn and make decisions AI uses special","duration":7.201,"offset":17.699,"lang":"en"},{"text":"computer programs to do the same thing","duration":7.38,"offset":20.58,"lang":"en"},{"text":"with AI computers can help us with the","duration":4.68,"offset":24.9,"lang":"en"},{"text":"stuff that would be really hard for","duration":3.54,"offset":27.96,"lang":"en"},{"text":"people to do on their own","duration":4.58,"offset":29.58,"lang":"en"},{"text":"they can help doctors diagnose diseases","duration":5.34,"offset":31.5,"lang":"en"},{"text":"allow us to predict the weather more","duration":3.82,"offset":34.16,"lang":"en"},{"text":"accurately","duration":3.899,"offset":36.84,"lang":"en"},{"text":"and even play video games","duration":6.06,"offset":37.98,"lang":"en"},{"text":"it works by using software","duration":6.421,"offset":40.739,"lang":"en"},{"text":"to look at lots of information and find","duration":5.76,"offset":44.04,"lang":"en"},{"text":"patterns just like how you can tell the","duration":5.16,"offset":47.16,"lang":"en"},{"text":"difference between a dog and a cat AI","duration":5.399,"offset":49.8,"lang":"en"},{"text":"can learn to recognize things too","duration":6.02,"offset":52.32,"lang":"en"},{"text":"there are three main types of AI","duration":4.7,"offset":55.199,"lang":"en"},{"text":"supervised","duration":5.62,"offset":58.34,"lang":"en"},{"text":"unsupervised and reinforcement learning","duration":6.641,"offset":59.899,"lang":"en"},{"text":"each type learns in its own special way","duration":5.339,"offset":63.96,"lang":"en"},{"text":"but they all use lots of data to get","duration":4.38,"offset":66.54,"lang":"en"},{"text":"better at what they do","duration":4.381,"offset":69.299,"lang":"en"},{"text":"AI is important because it helps us do","duration":5.58,"offset":70.92,"lang":"en"},{"text":"things faster more accurately and","duration":4.5,"offset":73.68,"lang":"en"},{"text":"sometimes even better than we could on","duration":2.939,"offset":76.5,"lang":"en"},{"text":"our own","duration":3.84,"offset":78.18,"lang":"en"},{"text":"plus it can help us solve really complex","duration":4.86,"offset":79.439,"lang":"en"},{"text":"problems that we might not be able to","duration":4.139,"offset":82.02,"lang":"en"},{"text":"figure out by ourselves","duration":4.441,"offset":84.299,"lang":"en"},{"text":"with AI the possibilities are endless","duration":5.28,"offset":86.159,"lang":"en"},{"text":"from self-driving cars to personal","duration":5.58,"offset":88.74,"lang":"en"},{"text":"assistance AI is changing the way we","duration":4.86,"offset":91.439,"lang":"en"},{"text":"live and work","duration":4.5,"offset":94.32,"lang":"en"},{"text":"so the next time you hear about AI just","duration":4.5,"offset":96.299,"lang":"en"},{"text":"remember that it's like a smart brain","duration":4.92,"offset":98.82,"lang":"en"},{"text":"for computers helping us to solve big","duration":5.701,"offset":100.799,"lang":"en"},{"text":"problems and do things we never thought","duration":4.199,"offset":103.74,"lang":"en"},{"text":"possible","duration":4.74,"offset":106.5,"lang":"en"},{"text":"to learn more about AI check out our","duration":6.96,"offset":107.939,"lang":"en"},{"text":"website at gcfglobal.org","duration":3.659,"offset":111.24,"lang":"en"},{"text":"GCF global creating opportunities for a","duration":5.101,"offset":117.899,"lang":"en"},{"text":"better life","duration":3.619,"offset":121.5,"lang":"en"},{"text":"thank you","duration":2.119,"offset":123,"lang":"en"}]}
                                                                                                                                                                                                                    
                                                                                                    

Get Video Transcript - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/5219/video+dialogue+api/6686/get+video+transcript?videoId=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Clave de Acceso a la API y Autenticación

Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el Diálogo de Video API simplemente incluye tu token de portador en el encabezado de Autorización.
Encabezados
Encabezado Descripción
Autorización [Requerido] Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.

Precios Simples y Transparentes

Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.

🚀 PLAN CORPORATIVO A MEDIDA

Comienza en
$ 10,000/Año


  • Volumen Personalizado
  • Límite de solicitudes personalizado
  • Soporte al Cliente Especializado
  • Monitoreo de API en Tiempo Real

Funciones favoritas de los clientes

  • ✔︎ Paga Solo por Solicitudes Exitosas
  • ✔︎ Prueba Gratuita de 7 Días
  • ✔︎ Soporte Multilenguaje
  • ✔︎ Una Clave API, Todas las APIs.
  • ✔︎ Panel de Control Intuitivo
  • ✔︎ Manejo de Errores Integral
  • ✔︎ Documentación Amigable para Desarrolladores
  • ✔︎ Integración con Postman
  • ✔︎ Conexiones HTTPS Seguras
  • ✔︎ Tiempo de Actividad Fiable

Diálogo de Video API FAQs

Envía el videoId en la solicitud GET para recuperar la transcripción del video de YouTube. Opcionalmente, selecciona el idioma de la transcripción.

La API de Diálogo de Video permite recuperar transcripciones de texto de videos de YouTube utilizando el videoId, mejorando la accesibilidad y la experiencia del usuario.

Recibe: videoId (requerido) Proporciona: una transcripción en formato JSON con los diálogos del video.

Recuperar subtítulos de texto para mejorar la accesibilidad del video. Crear herramientas de análisis de contenido basadas en transcripciones de video. Proporcionar transcripciones en múltiples idiomas para una audiencia global.

Además del número de llamadas a la API permitidas por mes, no hay otras limitaciones.

Hay diferentes planes que se adaptan a todos, incluyendo una prueba gratuita para un pequeño número de solicitudes, pero su tasa está limitada para prevenir el abuso del servicio.

La API utiliza claves API para la autenticación. Para acceder a la API, incluye tu clave API en el encabezado de la solicitud. La clave API se proporciona al registrarse y debe mantenerse segura.

La API devuelve información detallada sobre la edad e historia de un dominio, incluyendo años, meses y días desde su creación, así como fechas de expiración y actualización.

La API devuelve transcripciones de videos de YouTube, estructuradas en formato JSON. Cada transcripción incluye segmentos de diálogo, su duración, desplazamiento y idioma.

Los campos clave en la respuesta incluyen "success" (booleano), "transcript" (arreglo de objetos de diálogo), y dentro de cada objeto de diálogo, "text" (texto del diálogo), "duration" (tiempo en segundos), "offset" (tiempo de inicio) y "lang" (código de idioma).

La respuesta está organizada como un objeto JSON. El campo "éxito" indica el estado de la solicitud, mientras que el campo "transcripción" contiene un array de objetos de diálogo, cada uno detallando el texto, la duración, el desplazamiento y el idioma.

El punto final proporciona el texto completo de los diálogos de video, su temporización (duración y desplazamiento) y el idioma de cada segmento, lo que permite a los usuarios analizar o mostrar el contenido del video de manera efectiva.

Los usuarios pueden personalizar las solicitudes especificando el "videoId" para recuperar transcripciones de videos específicos y, opcionalmente, seleccionar el idioma deseado para la transcripción.

Los datos se obtienen directamente del contenido en video de YouTube, aprovechando las capacidades de transcripción existentes de YouTube para garantizar la precisión y relevancia.

Se mantiene la precisión de los datos utilizando las transcripciones oficiales de YouTube, que se generan a través del reconocimiento automático de voz y las contribuciones de los usuarios, asegurando una representación textual de alta calidad.

Los casos de uso típicos incluyen mejorar la accesibilidad para usuarios con discapacidad auditiva, crear herramientas educativas y realizar análisis de contenido para fines de investigación o marketing.

General FAQs

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.

The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.

Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]

Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.

API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.

To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.

The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.

Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.

You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.

When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.

Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.


APIs Relacionadas


También te puede interesar