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"}'
Finds the best matching template for a project idea.
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"}'