Most generation endpoints pretend the work is instant and then time out. Splitting the agent run into start-and-poll means a deck can take as long as it takes without the client giving up halfway. Use the template path when you know the shape you want and the agent path when you do not; the difference in wait is the difference in how much thinking it does for you.
Plus AI's hosted endpoint for generating presentations. Two ways in: a fast template-based path, and a slower agent that plans, writes and designs the deck itself.
- create_presentation — prompt to PPTX using a template
- create_presentation_with_agent — the agent plans, writes and designs, returning PPTX, PDF and a thumbnail
- get_presentation_agent_session — poll a long-running agent run by session id
Add the endpoint, then sign in with your Plus AI account when prompted; OAuth handles the rest.
Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen