Overview
Features
slides_generate
Generates slides/presentation from user input using a theme via POST /api/v1/slides/generate; supports sync and async modes.
jobs_get
Polls and retrieves status/results for asynchronous slide jobs via GET /api/v1/jobs/{jobId}.
themes_search
Searches available themes via GET /api/v1/themes/search with query and optional limit.
API key-based access
Configurable via API_KEY environment variable; API key obtained from 2slides.com/api.
Who Is This For?
- MCP clients:Expose 2slides tools to MCP-enabled assistants (e.g., Claude Desktop) for slide generation.


