Can we get gif direct from youtube video ID
Posted in General by sahil Wed Aug 10 2016 05:07:08 GMT+0000 (Coordinated Universal Time)·1·Viewed 2,135 times
Hey,
I want to integrate the api in my mailer can we get a direct gif link if i pass only youtube video ID. I am creating a mailer where i can't use js to api calls.
Thanks
I'm sorry but we don't currently have an endpoint that will return a gif from a youtube ID, our API expects a JSON request to know the start and end times and our response returns JSON with a link to the gif.
If you had access to a server you could write a service that accepts a youtubeID, makes a request to our API and serves the resulting gif to the user.