Templates

Generate title for a template discovery

Endpoint to generate title for a template discovery.

post/templates/discovery/title

Request body

productIdeastring
productNamestring
industrystring
brandVoicestring

Example request

{
  "productIdea": "I want to build a personal blog",
  "industry": "personal blog",
  "brandVoice": "share!"
}

Response

Successful operation

titlestring
subtitlestring

Example response

{
  "title": "Share Your Story with the World",
  "subtitle": "Craft your own personal blog and let your voice be heard loud and clear"
}

Changes