Social
OmniVocal posts a ≤500-character plain-text teaser to any Mastodon-compatible instance (Mastodon, Pixelfed, GoToSocial, etc.). No custom app registration required — just a personal access token from your instance.
Log in to your Mastodon instance.
Go to Settings → Development → New Application.
Set the required scope to "write:statuses". Leave the redirect URI as the default.
Submit, then open the application — copy the "Your access token" value.
In OmniVocal Dashboard → Channels → Mastodon, enter your instance URL (e.g. https://mastodon.social) and the access token.
Broadcast a post with target channel "mastodon".
Ask your AI assistant (Copilot, Claude, Cursor) to call broadcast_post — or call the REST API directly:
{
"content": {
"title": "Ghost + Mastodon support is live",
"body": "You can now publish to Ghost blogs and boost to Mastodon in one broadcast.",
"canonical_url": "https://yoursite.com/posts/ghost-mastodon"
},
"targets": [{ "channel": "mastodon" }]
}