Stop copy-pasting releases between dashboards. The News Source REST API lets your application submit, track and report on press release distribution programmatically — pushing your news to Google News, Bing News, MSN and the rest of the network without a human in the loop.
You do not need a developer to go live. Hand the build to an AI assistant, or skip the code entirely.
Hand the whole job to an assistant. The link opens Claude already briefed on our API, so you only have to say what you are building and review what it produces.
Start with ClaudePrefer ChatGPT? Same briefing, same result — a working integration you can hand to whoever maintains your site.
Start with ChatGPTPR Software is already connected to our network. Sign in there, submit releases and read your placement reports without touching an API key.
Go to PR SoftwareWhether you distribute on behalf of clients, ship a product, or run a newsroom, the API fits how you already work.
Distribute releases for dozens of clients in bulk. Tag each submission by client, automate recurring campaigns, and pull pickup reports straight into your own reporting stack.
Embed press release distribution inside your product. Let your users publish without ever leaving your app — you control the experience, we handle delivery.
Wire the API into your editorial workflow. Trigger distribution on publish, sync status back to your CMS, and keep every release trackable from a single source of truth.
A clean, predictable REST interface with the controls production teams expect.
Predictable resource-based endpoints with JSON request and response bodies. No SDK lock-in — call it from any language.
Authenticate with a secret API key over HTTPS using a standard bearer token. Rotate keys any time from your client area.
Subscribe to release events and get notified the moment a submission is published, indexed or picked up by an outlet.
Poll any release for live distribution status and outlet coverage, or let webhooks push updates to you automatically.
Build and test against a full sandbox with simulated submissions before you ever spend a live distribution credit.
Run distribution under your own brand. Resellers get the same API surface with white-label delivery and reporting baked in.
Authenticate with your bearer token and POST the release payload. You get back a release ID you can track all the way to publication.
submit-release.sh
# Submit a new press release curl -X POST https://api.newssourcepr.com/v1/releases \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "title": "Acme Closes Its Series B Funding Round", "body": "Full press release content in HTML or plain text...", "distribution": "full-bundle", "reference": "acme-series-b-2026-07" }'
The same reporting you see in the dashboard is available on the wire. Poll a release or take the webhook, and you get the outlet, the live URL and the timestamp for every placement.
release.published callbacks so you never have to poll on a timer.Pay only for what you distribute: single outlets from $9, or the Full Bundle with 1,000 live links at $99 per release. Volume rates are available for agencies and high-throughput platforms.
distribution field to pick. See the pricing table.