Press Release API
Our REST API allows authorized partners to programmatically submit and retrieve press releases across all 35 city platforms. The API accepts JSON payloads and supports both immediate and scheduled publishing.
POST /api/press-release.php
Content-Type: application/json
Authorization: Bearer YOUR_API_TOKEN
{
"title": "Your Press Release Title",
"summary": "Brief summary...",
"content": "Full content...",
"category": "Business"
}
Getting Access
API access is available to approved partners and agencies. To request an API token, contact us at press@netnewsus.com with details about your use case.
Rate Limits
Standard API access allows up to 100 submissions per day and 1,000 read requests per hour. Higher limits are available for enterprise partners.