Hey Molly API
Integrate Molly's brand-voice engine and content generation into your own tools. RESTful endpoints, Bearer-token auth, and JSON responses.
Authentication
All API requests require a Bearer token in the Authorization header. Obtain your key from the Settings → API page inside your Hey Molly dashboard. Keep it secret and rotate it regularly.
Authorization: Bearer <YOUR_API_KEY>Base URL
https://api.heymolly.io/v1Core endpoints
/v1/brand-voice/analyzeUpload sample text, social posts, or web copy and receive a structured brand-voice profile. Returns tone dimensions, vocabulary fingerprint, and sentence-style metrics you can store and reuse.
/v1/content/generateGenerate blog posts, emails, ad copy, or social captions in your saved brand voice. Accepts a content brief (topic, length, format) and returns draft text with optional variant alternatives.
/v1/chat/completionsConversational interface to Molly. Send a sequence of messages and receive a context-aware reply that respects your brand voice settings. Ideal for chatbots and in-app assistants.
/v1/repurposeTransform a single piece of content into multiple formats automatically. Turn a blog post into tweet threads, LinkedIn updates, or email summaries while preserving tone and key points.
Rate limits & support
Standard plans include 1,000 requests per minute. Enterprise customers receive dedicated throughput and priority support. For questions, integrations, or custom endpoints, reach out to hello@heymolly.io.