The fastest way to add deals is the AI upload endpoint. Paste an email, a DocSend link, or any text - the AI extracts everything automatically:
curl -X POST "https://www.useroulette.com/api/v1/companies/upload/ai" \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "account_id=YOUR_ACCOUNT_ID" \ -F "text=Hey, wanted to share our deck: https://docsend.com/view/abc123We're building AI tools for sales teams. Currently at $50k MRR.Best,Jane SmithCEO, TechStartup"
The AI automatically:
Extracts the DocSend URL and downloads the deck
Detects this came from an email (sets source: "email")
Creates the company record with the extracted name
Find your account_id in your dashboard URL: useroulette.com/home/{account_id}/...