Simple API for intelligent product recommendations. One endpoint, any language, copy-paste integration.
# Simple API call curl -X POST "https://api.useadmesh.com/recommend" \ -H "Authorization: Bearer your-api-key" \ -H "Content-Type: application/json" \ -d '{"query": "best CRM for startups", "format": "auto"}'
See response format
{ "response": { "recommendations": [ { "title": "HubSpot CRM", "reason": "Perfect for startups with excellent free tier", "admesh_link": "https://useadmesh.com/track?ad_id=hubspot-123", "pricing": "Free tier available, paid plans from $45/month" } ] } }
Get API Key
Make API Call
Display Results