---
title: "Generate title for a template discovery"
method: POST
path: "/templates/discovery/title"
tags: ["Templates"]
---

# Generate title for a template discovery

`POST /templates/discovery/title`

Endpoint to generate title for a template discovery.

## Request body

- object
  - `productIdea` string
  - `productName` string
  - `industry` string
  - `brandVoice` string

## Response `200`

Successful operation

- object
  - `title` string
  - `subtitle` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

## Changes

> 9 revisions in range; 1 could not be searched.

- **2024-06-12** `375f1da3cbc3` — 2 warning, 1 info
  - removed the optional property `subtitle` from the response with the `200` status
  - removed the optional property `title` from the response with the `200` status
  - added the optional property `message` to the response with the `200` status
- **2024-06-02** `40e1c48fe92f` — 1 warning, 2 info
  - removed the optional property `message` from the response with the `200` status
  - added the optional property `subtitle` to the response with the `200` status
  - added the optional property `title` to the response with the `200` status
- **2024-06-01** `5de797b1d2ed` — 2 warning, 1 info
  - removed the optional property `subtitle` from the response with the `200` status
  - removed the optional property `title` from the response with the `200` status
  - added the optional property `message` to the response with the `200` status

[Change history](https://skmtc.dev/domeplatform/apis/trydome-api/changes/templates/discovery/title/post.md)

---

[API](https://skmtc.dev/domeplatform/apis/trydome-api.md) · [All operations](https://skmtc.dev/domeplatform/apis/trydome-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/domeplatform/trydome-api/revisions/ed2a8d341371/schema)
