---
title: "Get Standard Template Example"
method: GET
path: "/api/v3/standard-template/{id}/example"
tags: ["V3 Standard Template"]
---

# Get Standard Template Example

`GET /api/v3/standard-template/{id}/example`

Get a example slides content data for a standard template.

Create an API Key from your account to access this endpoint.
Authorization: Bearer sk-presenton-xxxxxxxx

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required — Bearer JWT or API Key

## Response `200`

Successful Response

- TemplateExampleV3
  - `standard_template` string, required
  - `slides` SlideExample[], required
    - `layout` string, required
    - `content` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/presenton/apis/fastapi.md) · [All operations](https://skmtc.dev/presenton/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/presenton/fastapi/revisions/5dae3adc4ee8/schema)
