/api/v1/video/transcriptions
Video
API de transcripciones de vídeo (Beta)
Transcribes video audio from a public URL.
Authentication: This endpoint accepts either a Bearer API key or a SIGN-IN-WITH-X header for x402 wallet-based authentication. The legacy X-Sign-In-With-X header is also accepted during migration. When using x402, a 402 Payment Required response indicates insufficient balance and includes top-up instructions.
POST
/api/v1/video/transcriptions
Envía una URL de vídeo accesible públicamente en
url. Opcionalmente, establece response_format en json (predeterminado) o text según si quieres una salida estructurada o el texto plano de la transcripción.
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cuerpo
application/json
Request to transcribe a YouTube video URL to text.