v1

latestOpenAPI 3.0.12026-07-145111.8 KB
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": "Try Dome",
  "subtitle": "Launch Your SaaS. Unlock Your Freedom!"
}