---
title: "Preview Filename Template"
method: POST
path: "/developer/transcript-filing/filename-preview"
tags: ["Developer", "Developer - Transcript Filing"]
---

# Preview Filename Template

`POST /developer/transcript-filing/filename-preview`

Render a template against sample values, and report the naming
conventions already present in the customer's Drive.

The observed examples are the point: a firm's client folders accumulate
several conventions over the years, and the template should be written to
match the prevailing one rather than invent a new one.

## Request body

- FilenameTemplatePreviewRequest — Render a template against sample values so a developer can see the result before saving it.
  - `template` string, required
  - `source_type` string

## Response `200`

Successful Response

- FilenameTemplatePreviewResponse
  - `filename` string, required
  - `observed_examples` string[]

## Other responses

- `422` — Validation Error

---

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