Blog
OmniVocal publishes full Markdown articles to dev.to via the Forem API. Posts are created as published immediately with optional tags and canonical URL for SEO.
Log in to dev.to → Settings → Extensions → DEV API Keys.
Click "Generate API Key", give it a name like "OmniVocal", and copy the key.
In OmniVocal Dashboard → Channels → dev.to, paste the API key.
Broadcast with target channel "devto". Posts go live immediately.
Ask your AI assistant (Copilot, Claude, Cursor) to call broadcast_post — or call the REST API directly:
{
"content": {
"title": "How I automated my dev blog with AI",
"body": "# The problem\n\nI was spending 2 hours per post...",
"tags": ["productivity", "ai", "devops", "tutorial"],
"canonical_url": "https://myblog.com/ai-blogging"
},
"targets": [{ "channel": "devto" }]
}