However, when I hit the endpoint, I get an internal error saying index is out of range. This doesn’t seem like a valid error because I know the index I am passing is correct.
When you use Aspose.Slides Cloud API, the index of many objects (slides, shapes, etc.) begins from 1. So, if your presentation file contains 13 slides, the slide index can be specified from 1 to 13. Please check your results carefully again. If the issue persists, please share the presentation file and code example that reproduces the error.
Hi @andrey.potapov, thanks for the quick response. Yes, as I mentioned originally, I still get an error when passing a value between 1 to 13. Please let me know if there’s anything else I can check, thanks.