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>"
}

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

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