Goo.gl – Batch Creation of Shortened URLs

goo.gl

I would like to create 20-30 shortened URLs to Google Documents using Google own URL shortener Goo.gl. Does anybody know if this is possible or do I need to enter them one by one?

Best Answer

my thoughts :

  1. use the goo.gl url shortener API
  2. write code to loop through all the links and shorten them.
  3. get short links

want me to write the code?