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

messagestring

Example response

{
  "message": "Title set successfully"
}

Changes