Hi @mudassir.fayyaz, can you confirm / clarify how AddShape tasks are meant to be constructed when calling POST /slides/pipeline? I’m using AddSlide followed by several AddShape tasks, but AddShape doesn’t take a Slide ID parameter. The resulting PPTX has two blank slides, so I suppose AddSlide() is working (default blank slide plus one added), but no shapes. Unclear to me how to point the AddShape call to a particular slide.
Obviously the regular shapes endpoint takes slideIndex, I just can’t see how to do that with the pipeline call.