Version: 1.0
Last Updated: March 17, 2025
Base URL: https://slidesgrabby.com/api/
The SlideShare Download API allows users to convert SlideShare presentations into downloadable PDF or PPT files. The API validates user input, ensures the provided URL is from SlideShare, and processes the request.
POST
Header Name | Value | Description |
---|---|---|
Content-Type | application/json | Required for JSON request payload |
Parameter | Type | Required | Description |
---|---|---|---|
slideshare_url | string | ✅ Yes | A valid SlideShare URL of the presentation |
format | string | ✅ Yes | File format: pdf or ppt |
Make a `POST` request with the following JSON payload:
{ "slideshare_url": "https://www.slideshare.net/example", "format": "pdf" }
{ "download_url": "https://slidesgrabby.com/downloads/example.pdf" }
{ "error": "Invalid SlideShare URL. Only SlideShare links are allowed." }
Status Code | Description |
---|---|
200 OK | Request successful, download URL provided |
400 Bad Request | Missing or invalid parameters |
405 Method Not Allowed | Only POST requests are allowed |
500 Internal Server Error | Unexpected error occurred on the server |
If you need support, contact [email protected].