API Reference

The SlideForge API is a REST API that generates consulting-quality PowerPoint slides.

Base URL

https://api.slideforge.dev

Authentication

All requests require a Bearer token in the Authorization header. Get your API key from the Console.

Authorization: Bearer sf_live_YOUR_KEY

Response Format

All responses are JSON. POST /v1/render with structured params returns 200 OK synchronously with the result — no polling needed. All other generation endpoints return 202 Accepted with a job_id for async polling. Errors return appropriate HTTP status codes with a detail message.

Endpoints