# CRM.ai > AI-powered personal CRM for building and managing meaningful relationships on auto-pilot. CRM.ai is a personal relationship management platform that uses artificial intelligence to help you stay connected with the people who matter most. It automatically enriches contacts, tracks interactions, sends reminders, and surfaces relationship insights. ## Key Features - **AI Chat Assistant**: Ask questions about your contacts and get intelligent insights. - **Contact Enrichment**: Automatically enrich contacts with LinkedIn data, company info, and social profiles. - **Smart Reminders**: AI-powered reminders to reconnect with contacts at the right time. - **Voice Notes**: Record voice notes and have them automatically transcribed and summarized. - **LinkedIn Import**: Import your LinkedIn connections with one click. - **Google Contacts Sync**: Two-way sync with Google Contacts. - **Tags & Groups**: Organize contacts with flexible tags and group structures. - **Interaction Tracking**: Log meetings, calls, emails, and notes for each contact. - **Task Management**: Create and track tasks linked to specific contacts. - **Public Contact Forms**: Share a form to let people add themselves to your CRM. - **REST API**: Full CRUD API for building custom integrations with Zapier, Make, and more. - **Business Card Scanner**: Upload a photo of a business card and extract contact details. ## Links - Website: https://usecrm.ai - Product Features: https://usecrm.ai/product - Pricing: https://usecrm.ai/pricing - Blog: https://usecrm.ai/blog - Help Center: https://usecrm.ai/help - API Documentation: https://usecrm.ai/api-docs - About: https://usecrm.ai/about - Privacy Policy: https://usecrm.ai/privacy - Terms of Service: https://usecrm.ai/terms - Contact: https://usecrm.ai/contact ## API CRM.ai provides a REST API authenticated via API keys. Base URL: https://eyqadqbgumzbrewzwbvl.supabase.co/functions/v1/contacts-api ### Endpoints - GET /contacts-api — List all contacts (paginated) - GET /contacts-api/{id} — Get single contact - POST /contacts-api — Create contact - PATCH /contacts-api/{id} — Update contact - DELETE /contacts-api/{id} — Delete contact Authentication: Include `X-API-Key: YOUR_API_KEY` header with all requests.