> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sociavault.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Transcript

> Get transcript of a video or short

<Note>
  💳 **1 credit** per request
</Note>


## OpenAPI

````yaml GET /v1/scrape/youtube/video/transcript
openapi: 3.1.0
info:
  title: SociaVault API
  version: 1.0.0
  description: >-
    # SociaVault API Documentation


    The SociaVault API provides comprehensive access to social media data
    extraction across multiple platforms.


    ## Features


    - **Multi-Platform Support**: TikTok, Instagram, YouTube, Facebook, Twitter,
    Reddit, Threads, and more

    - **Credit-Based System**: Pay-as-you-go pricing with transparent credit
    costs

    - **High Performance**: Fast, reliable data extraction

    - **Comprehensive Data**: Detailed user profiles, videos, posts, comments,
    and analytics


    ## Authentication


    All API requests require authentication using an API key in the `X-API-Key`
    header:


    ```bash

    X-API-Key: sk_live_your_api_key_here

    ```


    Get your API key from the [SociaVault
    Dashboard](https://sociavault.com/dashboard).


    ## Credits


    Each endpoint consumes credits based on data complexity:

    - Simple requests (profiles): 1 credit

    - Complex requests (demographics): 20+ credits

    - Paginated requests: Credits per page


    Check your credit balance in the dashboard or via the API.


    ## Support


    - **Documentation**: https://docs.sociavault.com

    - **Email**: support@sociavault.com

    - **Discord**: https://discord.gg/sociavault
  contact:
    name: SociaVault Support
    email: support@sociavault.com
    url: https://sociavault.com/support
  license:
    name: Commercial
    url: https://sociavault.com/terms
servers:
  - url: https://api.sociavault.com
    description: Production API
security:
  - ApiKeyAuth: []
tags:
  - name: account
    description: Account management and credit balance
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/account
  - name: tiktok
    description: Scrape TikTok profiles, videos, and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/tiktok
  - name: tiktok-shop
    description: Everything about TikTok Shop
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/tiktok-shop
  - name: instagram
    description: Gets Instagram profiles, posts, and reels
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/instagram
  - name: youtube
    description: Scrape YouTube channels, videos, and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/youtube
  - name: linkedin
    description: Scrape LinkedIn
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/linkedin
  - name: facebook
    description: Get public Facebook profiles and posts
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebook
  - name: facebookAdLibrary
    description: Scrapes the Facebook (Meta) Ad Library
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebookAdLibrary
  - name: facebookMarketplace
    description: Search Facebook Marketplace and pull full listing details
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/facebookMarketplace
  - name: googleAdLibrary
    description: >-
      Scrape the Google Ad Transparency Library. *This only gets the public ads.
      Some ads you need to log in for and sadly we can't get those. Also, since
      there are so many variations, the return types might not all be 100% the
      same.
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/googleAdLibrary
  - name: linkedinAdLibrary
    description: Search the LinkedIn Ad Library
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/linkedinAdLibrary
  - name: twitter
    description: Get Twitter profiles, tweets, followers and more
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/twitter
  - name: reddit
    description: Scrape Reddit posts and comments
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/reddit
  - name: threads
    description: Get Threads posts
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/threads
  - name: google
    description: Scrape Google search results
    externalDocs:
      description: Learn more
      url: https://docs.sociavault.com/platforms/google
paths:
  /v1/scrape/youtube/video/transcript:
    get:
      tags:
        - youtube
      summary: Transcript
      description: Get transcript of a video or short
      operationId: youtube_Transcript
      parameters:
        - name: url
          in: query
          description: YouTube video or short URL
          required: true
          schema:
            type: string
            example: https://www.youtube.com/watch?v=bjVIDXPP7Uk
      responses:
        '200':
          description: >-
            Successful response


            **Key Response Fields:**

            - `data.transcript[0].text`: Text content of a transcript segment

            - `data.transcript[0].startMs`: Segment start time in milliseconds

            - `data.transcript[0].endMs`: Segment end time in milliseconds

            - `data.transcript[0].startTimeText`: Human-readable start time
            (e.g., `"0:00"`)

            - `data.transcript_only_text`: Full transcript as a single
            plain-text string

            - `data.language`: Language of the transcript (e.g., `"English"`)

            - `data.videoId`: YouTube video ID

            - `data.captionTracks[0].languageCode`: Language code of the caption
            track

            - `data.captionTracks[0].kind`: Caption type — `"asr"` for
            auto-generated
          content:
            application/json:
              example:
                success: true
                data:
                  success: true
                  type: video
                  url: https://www.youtube.com/watch?v=bjVIDXPP7Uk
                  transcript:
                    '0':
                      text: Welcome back to the hell farm and the
                      startMs: '160'
                      endMs: '3679'
                      startTimeText: '0:00'
                    '1':
                      text: backyard trails. We built these jumps
                      startMs: '1920'
                      endMs: '5680'
                      startTimeText: '0:01'
                    '2':
                      text: two years ago and last year we just kind
                      startMs: '3679'
                      endMs: '7440'
                      startTimeText: '0:03'
                    '3':
                      text: of rebuilt them and this year I promised
                      startMs: '5680'
                      endMs: '9440'
                      startTimeText: '0:05'
                    '4':
                      text: to add to them which we're going to do.
                      startMs: '7440'
                      endMs: '11759'
                      startTimeText: '0:07'
                    '5':
                      text: So we've only had one session on these
                      startMs: '9440'
                      endMs: '13759'
                      startTimeText: '0:09'
                    '6':
                      text: jumps just before I went to Darkfest.
                      startMs: '11759'
                      endMs: '16160'
                      startTimeText: '0:11'
                    '7':
                      text: And this is Jamie's Huh? You've had one
                      startMs: '13759'
                      endMs: '17600'
                      startTimeText: '0:13'
                    '8':
                      text: session. It wasn't a session for you,
                      startMs: '16160'
                      endMs: '19359'
                      startTimeText: '0:16'
                    '9':
                      text: was it? Well, you probably had to have
                      startMs: '17600'
                      endMs: '21119'
                      startTimeText: '0:17'
                    '10':
                      text: quite a good massage therapy session off
                      startMs: '19359'
                      endMs: '23439'
                      startTimeText: '0:19'
                  transcript_only_text: |2-
                     Welcome  back  to  the  hell  farm  and  the 
                     backyard  trails.  We  built  these  jumps 
                     two  years  ago  and  last  year  we  just  kind 
                     of  rebuilt  them  and  this  year  I  promised 
                     to  add  to  them  which  we're  going  to  do. 
                     So  we've  only  had  one  session  on  these 
                     jumps  just  before  I  went  to  Darkfest. 
                     And  this  is  Jamie's  Huh?  You've  had  one 
                     session.  It  wasn't  a  session  for  you, 
                     was  it?  Well,  you  probably  had  to  have 
                     quite  a  good  massage  therapy  session  off 
                     the  back  of  it.  I  wish  Jamie  chain  ring 
                     the  second  jump.  Actually,  you  were 
                     probably  further  back  than  chain  ring. 
                     You  completely  are  on  the  deck.  I  think 
                     that's  why  I  got  so  bucked  over  because 
                     I  landed  on  the  back  which  meant  the 
                     front  had  to  come  further  down  which 
                     meant  I  went  over.  You  did  half  a  front 
                     flip.  Yeah.  Straight.  Predict  where  you 
                     landed.  I  know  exactly  where  you  landed 
                     on  your  back.  And  it's  I  don't  even  And 
                     you  actually  took  a  while  to  recover, 
                     didn't  you?  Yeah.  I'm  still  a  bit  sore 
                     now  on  the  shoulder,  but  other  than 
                     that,  I'm  all  good.  Jamie  had  a  week  off 
                     work  when  I  went  to  Darkfest,  so  I  was 
                     carrying  the  channel 
                     single-handedly,  which  wasn't  actually 
                     that  difficult  in  the  end.  I  only 
                     carried  it  110T  over  a  jump.  went  20 
                     full  on. 
                     Yes.  Yes.  Yes.  Yeah.  Jamie  landed  here 
                     on  his  back  from  about  up  there.  So, 
                     actually,  to  be  fair,  man  of  the  match, 
                     he  took  it  like  a  champ.  So,  as  it's 
                     still  April  and  we  have  the  entire  year 
                     ahead  and  I  want  to  invite  people  to 
                     ride  these  jumps  and  have  loads  of  fun. 
                     We  want  to  make  them  better.  We  want  to 
                     make  them  bigger  and  we  want  to  add  to 
                     them.  So,  I've  talked  quite  a  lot  about 
                     having  transfers  that  go  over  the  fence, 
                     which  I'm  going  to  do.  But  having  walked 
                     around  loads  today  with  Jamie  and  having 
                     a  look,  actually  the  line  doesn't  have 
                     to  end  here.  Just  because  this  has  been 
                     the  end  for  two  years,  it's  easy  to 
                     assume  that  that's  where  it  needs  to 
                     end.  There's  my  boundary  there.  But  the 
                     ground,  interestingly,  continues  to  fall 
                     downhill  to  about  20  30  m  behind  that 
                     digger.  So  what  that  means  is  this 
                     doesn't  have  to  be  the  last  jump.  In 
                     fact,  we  can  land  this  jump  and  carry  on 
                     and  even  keep  gaining  speed  and  make  the 
                     jumps  bigger  until  about  that  patch 
                     there.  But  with  that  speed,  there's  no 
                     reason  you  can't  then  roll  kind  of  up 
                     the  hill  and  bring  it  to  a  final 
                     crescendo.  So  the  line  that's  four  jumps 
                     long  with  two  rollers  could  probably  be 
                     the  same  again,  which  actually  excites 
                     me  more  than  transfers  cuz  there's  only 
                     so  many  transfers  you  can  have  with 
                     three  actual  proper  jumps  and  a  racer. 
                     But  there's  a  whole  load  more  jumps  to 
                     build  down  there.  So  we've  established 
                     two  options.  One  of  which  is  come  off  of 
                     this  last  jump  and  have  a  left  BM 
                     against  that  fence.  remove  some  of  this 
                     fence  and  carry  on.  But  I  think  the  more 
                     favorable  one  which  we've  landed  on, 
                     Jamie,  do  you  want  to  explain  Do  you 
                     want  to  explain  to  the  audience  what  we 
                     think  we're  going  to  do  or  what  we're 
                     going  to  develop?  We're  going  to  turn 
                     this  into  a  left  hip.  We're  actually 
                     going  to  add  We'll  add  like  this 
                     area  from  here.  Yeah.  Into  a  left  hip  to 
                     go  that  way.  Exactly.  The  reason  is  if 
                     we  put  a  burm  there,  we're  then  kind  of 
                     headed  straight  towards  my  dirt  pit 
                     behind  the  digger,  which  isn't  that  fun. 
                     But  if  we  turn  this  into  a  left  hip,  and 
                     look,  if  I  stand  back  here,  Jamie,  do 
                     you  want  to  be  the  landing?  Be  a 
                     landing.  Well  done,  mate.  So,  you'll  be 
                     able  to  jump  that  straight  and  do  your 
                     final  trick  banger.  Or  hip  left  and  then 
                     get  all  that  distance.  The  benefit  of 
                     that  is  we'll  be  in  like  proper  no  man's 
                     land  with  the  ability  to  have  hips.  So, 
                     I  think  I'm  going  to  go  left  hip  and 
                     then  a  takeoff  with  a  transfer  landing 
                     to  get  away  from  the  death  pit  and  then 
                     more  hips.  I  just  think  we  should  build 
                     hips.  What  do  you  think?  Hips.  The  hips 
                     do  not  lie.  You  actually  have  to  get 
                     this  far,  Jamie,  at  some  point.  It's 
                     been  a  struggle  so  far.  So,  that's  the 
                     plan.  And  my  life  is  absolutely  being 
                     consumed  at  the  minute  with  building 
                     this  video  game  Mavericks,  which  I  love, 
                     but  it's  so  much  work.  Jamie,  I'm  going 
                     to  entrust  you  with  digger  and  dumper 
                     duties.  And  Jamie's  going  to  stack  this 
                     landing.  I  mean,  there's  already  a 
                     landing  there,  but  you  just  need  to 
                     absolutely  cover  that  in  dirt  and  have 
                     our  first  almost  90°  left  hip. 
                     Hopefully, 
                     don't  let  the  track  come  off.  Don't  blow 
                     a  pipe.  Don't  run  out  of  fuel.  Don't 
                     fall  in  the  hole  in  the  dumper.  The 
                     brakes  don't  work.  If  anyone  can  fit 
                     hydraulic  dumper  brakes,  please  come 
                     around.  But  without  further  ado,  I'm 
                     sure  you  recognize  the  song  humming  its 
                     way  in.  Build  laps. 
                     [Music] 
                     third 
                     one.  Heat. Heat. 
                     [Music] 
                     Heat. 
                     [Music] 
                     Heat.  Heat. Heat. 
                     [Music] 
                     [Music] 
                     down.  Hey 
                     [Music] 
                     I  can't  believe  that  all  the  dirt  that 
                     was  piled  up  there  has  actually  gone 
                     into  that  landing.  It  was  a  monumental 
                     pile.  It  was  so  wide  and  so  deep.  I 
                     actually  laughed  cuz  it  was  Jamie  that 
                     piled  all  that  up  for  me  when  I  was  away 
                     doing  video  game  development.  And  I 
                     laughed  when  I  saw  the  pile  thinking 
                     that  will  probably  build  the  next 
                     takeoff.  But  it's  all  gone  into  this 
                     landing.  It's  a  beast.  It  is  a  first 
                     draft.  It's  a  country  job  which  is  why 
                     it  doesn't  look  like  all  the  other 
                     jumps.  I  mean,  it's  not  complete,  but  it 
                     can  be  tested  and  I'm  stoked  on  it.  It's 
                     my  first  hip  at  this  spot.  I  love  hips. 
                     I  love  that  someone  with  average  speed 
                     can  jump  to  the  inside.  Then  someone 
                     that  hits  the  racer  and  roller  and  is 
                     motoring  can  jump  to  the  outside.  I'd 
                     say  straight  jump  distance  is  about  the 
                     same  as  the  center  of  the  hip.  Okay?  So, 
                     if  you  go  really  fast,  you  would  have  to 
                     travel  another  3  foot  to  get  to  the 
                     outside,  which  means  it  facilitates  high 
                     speed.  And  then  corner  to  corner  on  the 
                     inside  is  short.  Now  what  that  means  is 
                     we  can  then  go  into  another  jump  where 
                     you'll  either  have  kind  like  six  out  of 
                     10  speed  or  nine  out  of  spend  10  speed 
                     depending  on  how  you  jump  the  hip.  It's 
                     a  bad  explanation,  but  that's  kind  of 
                     what  I  love  about  them.  It  can  reset 
                     your  speed  in  a  set  of  trails  to  then 
                     open  up  options,  transfers  or  go  really 
                     high  on  another  jump.  So  I'm  stoked 
                     we've  got  a  hip.  I  also  like  that  it's  a 
                     left  hip  cuz  I  can  270  it.  It's  good  for 
                     one  foot  downsides  and  downside  tail 
                     whips.  My  other  favorite  thing  about 
                     this  hip,  which  is  very  unusual,  but 
                     it's  just  kind  of  how  these  trails  have 
                     ended  up,  is  the  width  of  the  takeoff. 
                     The  takeoff  is  so  wide.  And  throughout 
                     this  entire  backyard  build  over  a  couple 
                     of  years,  I've  kind  of  laughed  to  myself 
                     about  how  wide  we  make  features.  It's  a 
                     bit  pointless,  especially  on  a  line  of 
                     straight  jumps.  We  could  have  probably 
                     built  twice  as  many  jumps  if  we  didn't 
                     make  them  as  wide,  couldn't  we?  Yeah. 
                     But  in  this  case,  it  means  you've  got  so 
                     many  line  options  where  you  could  cut 
                     from  the  outside  of  this  takeoff  through 
                     the  inside  and  make  it  kind  of  a 
                     straight  jump  for  the  first  ever 
                     practice  run.  But  then  in  future,  you 
                     could  hit  it  outside  to  outside  and  then 
                     it's  a  huge  jump  or  inside  to  outside  if 
                     you  want  to  make  it  more  hipped.  You  can 
                     kind  of  change  the  angle  of  the  hip 
                     depending  on  how  you  ride  the  takeoff. 
                     And  that's  quite  unusual  because  usually 
                     landings  are  wide,  takeoffs  are  narrow. 
                     Whereas  in  this  case,  we've  got  a  fairly 
                     epic  left  hip,  which  should  deliver  a 
                     ton  of  speed  because,  as  I  explained, 
                     the  low  spot  of  this  field  is  all  that 
                     was  like  quite  far  over  that  way.  So, 
                     we've  got  a  good  another  couple  of  jumps 
                     where  they  might  even  get  bigger.  So, 
                     I'm  chuffed  and  keen  to  ride  this  before 
                     making  it  all  polished.  We  didn't  really 
                     want  to  dress  it  up  and  make  it  mega 
                     before  we  know  that  the  gaps  are  right. 
                     We  made  that  mistake  before.  While  I've 
                     been  doing  that,  Jamie's  dusted  up  this 
                     whole  line  of  jumps.  And  look  how  sick 
                     they  look.  And  for  the  first  time  this 
                     year,  I've  got  a  bit  of  a  session.  The 
                     guys  from  Woven  Bike  Park,  my  sort  of 
                     local  bike  park  where  I  grew  up  riding, 
                     are  coming  here  to  have  a  bash  on  these 
                     jumps.  That's  kind  of  how  it  goes 
                     really.  When  you  dig  a  spot,  you  go  and 
                     ride  other  people's  spot.  And  they  kind 
                     of  value  the  exchange  of  services.  So,  I 
                     hope  you  like  the  build  laps.  But  now  we 
                     actually  get  to  ride  a  line  of  jumps 
                     that's  changed  for  the  first  time  in 
                     over  a  year.  So,  let's  pad  up  and  have  a 
                     bash.  Oh,  I  just  realized  we've  added  a 
                     whole  new  jump.  We  probably  should  have 
                     could  have  built  a  handrail  really,  but 
                     we'll  definitely  get  to  that  at  some 
                     point  this  year.  Not  completely  in  the 
                     sick,  man.  The  sickest  view.  All  the 
                     sheep  have  gone.  Don't  like  big  air. 
                     It's 
                     dropping.  Whoa. 
                     CL.  Yeah.  Jamie's  just  removed  the 
                     fence. 
                     cuz  Finley  who's  coming  to  ride  is 
                     brakeless.  Oh,  actually  quite  close  to 
                     that  knuckle  on  the  last.  You  can  almost 
                     land  into  the  side  of  the  hip  landing.  I 
                     can't  believe  this.  We  honestly  blasted 
                     this  with  the 
                     hose.  Already  rock  hard  summer.  That's 
                     the  best  these  trails  have  ever  run. 
                     100%.  I  was  always  worried  after  the 
                     last  session  seeing  Jamie  crash,  but  I 
                     promise  you  Jamie  that  is  that  was  just 
                     a  one-off.  It  was  a  freak  accident.  What 
                     did  you  see?  An  ant.  Ant  there.  There's 
                     an  ant  there.  He's  loving  it.  Jamie,  I 
                     promise  you  if  you  just  give  it  like  the 
                     beans  on  that  second,  it's  the  sickest 
                     jump.  This  is  running  too  fast.  But  what 
                     were  you  going  to  say?  I  was  going  to 
                     say,  yeah,  not  today,  though.  You  look 
                     like  an  Aussie  cricketer.  Yeah,  I  feel 
                     like  one.  An  umpire.  How's  that?  Can  you 
                     just  shout  how's  that  when  I  ride?  Go  on 
                     then.  Um,  these  lines  sick.  That  I'm 
                     going  long  on  that.  could  be  bigger 
                     bizarrely  cuz  we  were  worried  about 
                     didn't  I  kind  of  struggle  to  clear  it 
                     last  session  last  year  as  well?  Yeah,  I 
                     can't  remember.  Oh  yeah,  last  session. 
                     The  left  hip's  going  to  be  a  beast  cuz 
                     I'm  going  flat  on  the  last.  We  might 
                     need  to  rethink  this  end  section,  but 
                     I'm  up  for  that.  Right,  onwards.  The 
                     boys  will  be  here  soon.  Are  you  out  too 
                     shook  up  for  your  crash?  Yeah,  it's 
                     going  to  be  a  bit  Well,  the  longer  you 
                     leave  it.  You  know how  it  goes,  mate. 
                     Yeah. 
                     Oh,  it's  the  best  jump,  Jamie. 
                     How's 
                     that?  It's  running  so  sick.  It's  going 
                     to  be  an  epic  summer.  Left  hip.  I'm 
                     going  to  do  it.  Although  it's  a  country 
                     job  and  it's  rough  and  ready.  I  think 
                     I'll  just  cruise  it  first  run.  I  think 
                     we'll  be  blasting  it. 
                     I  don't  know  if  I 
                     [Applause] 
                     man  so  used  to  going  straight.  It  just 
                     felt  bizarre  riding  a  new  route  and  the 
                     sun  was  quite  hellish.  I  think  we  could 
                     blast  this  jump,  mate.  In  a  digger,  that 
                     felt  like  as  smooth  as  you  could  make  a 
                     landing  on  80  PSI  tires.  That  is  like 
                     riding  over  a  minefield.  Watch  this.  I'm 
                     going  to  nail  it  now. 
                     Yo.  Wa.  That's  a  sick  jump.  That  is  so 
                     good  to  ride  something  different.  And 
                     it's  a  hip.  The  sun's  a  nightmare.  But 
                     we've  got  so  much  speed.  I'm  glad  we've 
                     gone  longer  and  not  wider.  Finley's 
                     here.  He's  brakeless.  We  need  to  open 
                     the  bottom  gate  so  we  can  fly  through 
                     there.  Actually,  that's  gnarly.  But  it 
                     kind  of  is  here,  isn't  it?  I  suppose  you 
                     can.  Yeah.  Yeah.  But  like  it's  it's  only 
                     gnarly  when  it  gets  gnarly. 
                     First  run  through 
                     into  the  stinger  nettles.  How  good  was 
                     that?  Sick.  I'm  actually  stoked  that  the 
                     jumps  are  going  to  get  tire  marks.  It's 
                     what  they  need.  It  will  run  them  in  so 
                     well.  There'll  be  blue  grooving.  Thanks, 
                     Finn.  Did  you  get  stung  to  bits?  A 
                     little  bit.  Well,  you  would  do,  mate. 
                     You  need  like  a  quarter  of  a  mile  run 
                     off.  Even  with  a  break,  it's  hard  to 
                     stop.  Yeah,  that's  uh  Fair  play,  bro. 
                     [Music] 
                     Easy.  Now  you  can  roll  all  the  way  to 
                     here. 
                     Roll.  That's  not  even  pumping.  It's 
                     going  to  be  a  sick  line. 
                     [Music] 
                     Yes,  then. 
                     [Music] 
                     Did  you  do  the  left  hip?  Yeah.  Way 
                     nicer.  You  prefer  cuz  you  don't  have  to 
                     go  ride  into  like  a  thorn  fistly  nettle 
                     field.  Yeah.  Funny  that.  Almost  missed 
                     it  though.  What?  You  went  almost  long  to 
                     right?  Yeah.  I  think  we  need  to  move  a 
                     lot  of  the  dirt  from  the  inside  to  the 
                     outside.  Do  you?  The  speed  coming  off  it 
                     is  insane  though  across  the  field,  isn't 
                     it?  I  think  we  could  build  more  good 
                     jumps.  Definitely.  I'll  follow  you.  You 
                     going  left  hip  or  straight?  I'll  do  left 
                     bit.  All  right.  I'll  leave  a  gap.  All 
                     right.  Get  it,  bro.  Yeah.  Get  it,  Finn. 
                     [Music] 
                     Jesus,  that  was  deep. 
                     There  you  go. 
                     [Music] 
                     [Music] 
                     [Applause]
                  language: English
                  videoId: bjVIDXPP7Uk
                  captionTracks:
                    '0':
                      baseUrl: >-
                        https://www.youtube.com/api/timedtext?v=bjVIDXPP7Uk&ei=8hSJaZvRH8bM2roPvOTJqAc&caps=asr&opi=112496729&exp=xpe&xoaf=5&xowf=1&hl=en&ip=0.0.0.0&ipbits=0&expire=1770616674&sparams=ip,ipbits,expire,v,ei,caps,opi,exp,xoaf&signature=DE4629EC5B5820128D84FBE595DB888391B17DAC.7208BF903A905220D917E001985E618A4FEA315E&key=yt8&kind=asr&lang=en
                      name:
                        simpleText: English (auto-generated)
                      vssId: a.en
                      languageCode: en
                      kind: asr
                      isTranslatable: true
                      trackName: ''
                credits_used: 1
                endpoint: youtube/video/transcript
        '400':
          description: Bad Request - Invalid parameters or missing required fields
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: 'Missing required parameter: handle'
                  endpoint:
                    type: string
                  credits_required:
                    type: integer
                required:
                  - error
        '401':
          description: Unauthorized - Invalid or missing API key
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Invalid API key
                  docs:
                    type: string
                    example: https://docs.sociavault.com/authentication
                required:
                  - error
        '402':
          description: Payment Required - Insufficient credits
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Insufficient credits
                  required:
                    type: integer
                    example: 1
                    description: Credits required for this request
                  available:
                    type: integer
                    example: 0
                    description: Credits currently available
                required:
                  - error
                  - required
                  - available
        '500':
          description: Internal Server Error - Service configuration or processing error
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: string
                    example: Service configuration error
                required:
                  - error
components:
  securitySchemes:
    ApiKeyAuth:
      type: apiKey
      in: header
      name: X-API-Key
      description: |-
        API key for authentication. Format: `sk_live_xxxxxxxxxxxxx`

        Get your API key from the [Dashboard](https://sociavault.com/dashboard).

````