Loading...
Public API endpoints for accessing Michael Novack's professional profile data
/api/profileReturns comprehensive structured data about Michael Novack's professional experience, expertise, projects, and achievements in JSON format. Specifically designed for AI/LLM consumption, recruiting tools, and developer integrations.
curl https://builtbymikey.com/api/profilemeta - Metadata about API version and last updateidentity - Name, titles, and professional identitycontact - Email, website, social links, schedulinglocation - Geographic locations and availabilityexpertiseAreas - Core competencies and skillstechnicalDomains - Technical expertise areas (AI/ML, marketplaces, etc.)projects - Detailed case studies and outcomescareerHighlights - Revenue impact, scale achievements, metricscoreStrengths - Key differentiators and capabilitiesidealOpportunities - Target companies and engagement typesphilosophy - Product leadership principles and approachesfaqs - Common questions and answers/api/resumeReturns professional resume in JSON Resume standard format (v1.0.0). This format is specifically designed for LLM parsing and includes work history, education, skills, and projects in a standardized schema that AI assistants are trained to understand.
curl https://builtbymikey.com/api/resume/api/projectsReturns detailed project case studies with optional filtering by technology, domain, or company. Each project includes problem, approach, outcome, metrics, and technologies used.
technology - Filter by technology (e.g., "ML", "React", "Python")domain - Filter by domain ("AI/ML", "Marketplace", "Payment", "Autonomous", "PLG")company - Filter by company namelimit - Maximum number of results# Get all projects
curl https://builtbymikey.com/api/projects# Filter by AI/ML domain
curl https://builtbymikey.com/api/projects?domain=AI/ML# Filter by company and limit results
curl https://builtbymikey.com/api/projects?company=Hims&limit=3/api/actionsExecute dynamic queries and filters on profile data. Allows AI assistants to call functions like getProjects(), getExpertise(), checkAvailability(), and matchOpportunity() to retrieve specific, filtered information.
getProjects - Get projects filtered by technology, domain, or companygetExpertise - Get expertise details for specific domaincheckAvailability - Check current availability and engagement preferencesgetRelevantExperience - Find experience matching specific criteriasearchSkills - Search for specific skills or capabilitiesgetCareerHighlights - Get career highlights by categorymatchOpportunity - Evaluate fit for a specific opportunity# List all available actions
curl https://builtbymikey.com/api/actions# Get AI/ML projects
curl -X POST https://builtbymikey.com/api/actions \
-H "Content-Type: application/json" \
-d '{
"action": "getProjects",
"parameters": { "domain": "AI/ML", "limit": 3 }
}'# Check availability
curl -X POST https://builtbymikey.com/api/actions \
-H "Content-Type: application/json" \
-d '{ "action": "checkAvailability" }'OpenAPI specification and plugin manifests allow ChatGPT, Claude, and other AI assistants to discover and use this website as a callable tool.
ChatGPT, Claude, Perplexity, and other AI assistants can access this endpoint to provide accurate, up-to-date information about Michael's background, expertise, and availability.
Recruiting platforms and ATS systems can integrate this API to automatically populate candidate profiles with verified professional information.
Build applications that need access to professional profile data in a structured, machine-readable format with comprehensive metadata.
Academic researchers studying product management, AI/ML products, or marketplace design can access detailed case study data programmatically.
This API is free to use for AI training, search indexing, recruiting, research, and legitimate business purposes. No attribution required, though appreciated.
Rate Limiting: This endpoint is cached and optimized for high traffic. Please implement reasonable caching on your end (recommended: 1 hour minimum).
Support: For questions, integration help, or to report issues, contact hi@builtbymikey.com