---
title: "Get script template"
method: GET
path: "/summarization_settings_templates/{slug}"
tags: ["Script templates"]
---

# Get script template

`GET /summarization_settings_templates/{slug}`

Returns a single script template by slug.

## Response `200`

OK

- SummarizationSettingsTemplateModel
  - `id` integer
  - `slug` string — Unique identifier for the object
  - `name` string
  - `model` 'gpt-5-nano' | 'gpt-5-mini' | 'gpt-5' | 'gpt-5.1', nullable
  - `prompt` string, nullable — Custom prompt for AI summarization generation
  - `temperature` number, nullable — Controls randomness in AI summarization (0.0 = deterministic, 2.0 = very random)
  - `limit_token_usage` integer, nullable — Maximum number of tokens to use for AI summarization

---

[API](https://skmtc.net/beyondwords/apis/beyondwords-rest-api.md) · [All operations](https://skmtc.net/beyondwords/apis/beyondwords-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beyondwords/beyondwords-rest-api/revisions/8c4bfe3e2ebd/schema)
