Base URL : https://slideshare-image-api.herokuapp.com/
GET
https://slideshare-image-api.herokuapp.com/api/slides/img?url=SLIDESHARE_URL
{
results: [
{
"slide": 1,
"image": [
{
"resolution": "320w",
"src": "image_url"
},
{
"resolution": "638w",
"src": "image_url"
},
{
"resolution": "1024w",
"src": "image_url"
}
],
}
],
status: true
}
GET
https://slideshare-image-api.herokuapp.com/api/slides/download?url=SLIDESHARE_URL
- Typescript
- Nodejs
- Expressjs
- Cheerio
- Axios
- Puppeteer