Skip to main content
POST
/
templates
/
find
Search Templates
curl --request POST \
  --url https://api.veryfront.com/templates/find \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_intent": "A landing page for my SaaS startup with pricing and features sections"
}
'
{
  "slug": "<string>",
  "name": "<string>",
  "description": "<string>",
  "confidence": 123,
  "reasoning": "<string>"
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Body

application/json
user_intent
string
required

The user's description of what they want to build

Maximum string length: 500

Response

Best matching template with confidence score

slug
string
required

Template slug to use

name
string
required

Template name

description
string
required

Template description

confidence
number
required

Confidence score 0-1

reasoning
string
required

Why this template was selected