Presentations
Presentation decks and their visual themes.
GET /api/v1/presentationsGET /api/v1/presentations/{id} Read the live demo database through a typed, versioned API. Selected integration writes are implemented behind bearer-token authentication.
Presentation decks and their visual themes.
GET /api/v1/presentationsGET /api/v1/presentations/{id} Ordered slide content and layouts.
GET /api/v1/slidesGET /api/v1/slides/{id} curl "https://slides.fastsme.com/api/v1/presentations?limit=20"
python - <<'PY'
import requests
rows = requests.get("https://slides.fastsme.com/api/v1/presentations", timeout=20).json()
print(rows["data"])
PY Runtime OpenAPI: /api/openapi.json · Stable compatibility schema: /swagger.json · Interactive docs: /api/docs