Integrate WeDispatch
in minutes
Whatever your CMS. Your journalists change nothing about the way they work: they publish, the audio appears.
WordPress plugin
The audio player is added to your articles the moment they're published. Install in a few clicks, activate with a license key.
API — custom CMS
Your publishing pipeline calls our API at publish time: the audio is ready in seconds, even before going live. Webhooks, article updates, deduplication and idempotency are handled.
RSS feed / sitemap
No development. Give us your feed URL: new articles are detected, the text extracted, the audio generated. The player appears via a one-line script.
The player, in one line
Paste this script into your article template. The player is inserted before the first paragraph, or exactly where you place <div data-wedispatch></div>.
<script src="https://wedispatch.fr/player.js"
data-article="ARTICLE_ID" defer></script>Generate an audio
One HTTP call at publish time. With "wait": true, the response contains the audio URL directly: the article goes live with its player.
POST https://wedispatch.fr/api/v1/podcasts
Authorization: Bearer wd_live_...
{ "text": "…", "external_id": "12345", "wait": true }Article updates
Send the same identifier with the corrected text: the live audio keeps playing, the article is flagged "to regenerate". You relaunch when it's final — successive fixes are never re-billed.
A specific need?
Proprietary CMS, hosting constraints, embargoed content: let's talk — we build the integration with you.