URL Shortener API?
TheMOb
Registered Users Posts: 2 Beginner grinner
If we are using the API 2.0, is there a way to get the short url for an image? (i.e. http://smu.gs/xxxxx)
Thanks!
Thanks!
0
Comments
SmugMug Product Manager
Hey nyscout! I just want to clarify something-the URL shortener is still there (and isn't going anywhere). You're still be able to use it the same way that you do today, we just don't currently have plans to move it into API v2.
For the particular use case that you mention, you can also use API v2 to look up the album. That only requires an AlbumKey, which you can get from the album's WebUri. Using the AlbumKey, you don't need to have any information about what folder an album is in, so you'll be able to access albums consistently even if you're moving them around.
SmugMug Product Manager
If you'd like to learn more about our API endpoints and the live browser, check out our API documentation here.
SmugMug Product Manager