Publish to Read API
The same content as the webhook, but you ask for it. Useful when your build runs on a schedule, when your infrastructure cannot accept inbound webhooks, or when you want to backfill.
Setup
How you connect it.
What you need
An API key from your Vupie dashboard.
-
1
Create an API key in the site's Integrations panel in Vupie.
-
2
Call the articles endpoint with the key, filtered by site and status.
-
3
Ingest the payload into your own content model.
-
4
Run it on whatever schedule your build uses, or on demand.
On publish
What Vupie fills in for you.
Not just the body text. The fields that decide whether the page is indexable and linked are set on the way in, because an article nobody can find is not published, it is stored.
Before you pick this route
Worth knowing about Read API.
Fits static site generators
A scheduled build that pulls at deploy time is the common pattern, especially for Astro, Next and Hugo sites.
Backfill is straightforward
Because you control the query, re-ingesting the archive is a matter of paging through it.
Tell us the live URL
As with the webhook, tracking needs the final URL to inspect and measure.
The same on every destination
The integration decides where. It does not decide what.
Whichever route you pick, the article behind it went through the same pipeline. Choosing Read API changes the plumbing, nothing else.
Researched before written
Primary sources retrieved and tiered, your own numbers computed from your data, and the two or three questions only you can answer sent by SMS or Slack. The model may cite only from that list.
Reviewed by another vendor
Every draft is checked by a model from a different vendor than the one that wrote it. Sections below threshold are rewritten up to twice, and what still fails is refused rather than published.
Images, links and schema
Images with provenance metadata, internal links into your existing pages, and Article schema, all set through the integration rather than left for you to add.
Index inspection after publish
The URL is checked on days 2, 7 and 14 to confirm it was actually indexed, and AI-visibility tracking watches whether ChatGPT, Perplexity and Gemini start citing it.
Who publishes this way
Usually chosen by these industries.
Other destinations
Connect it once. Then it publishes
without you.
Setup is an hour or two of developer time, and it is the last time you have to touch it. After that, articles land on the calendar you approved.