PulitzerAI API BETA
๐ Introduction to PulitzerAI
PulitzerAI is a comprehensive AI-powered PR and media communications solution for media companies, enterprises, and public organizations.
๐ฏ Key Features
๐ค AI Agent Services
Intelligent AI automates all content creation
- โจ AI Press Release Generation - Automatic press release creation and AI editing based on keywords
- ๐ AI Blog Writing - Automated content creation for various platforms
- ๐ AI Official Documents - Automatic document generation with HWP export
- ๐ฑ AI Social Media Content - Platform-specific social media content
- ๐ฏ AI Ad Copy - Automated marketing copy generation
๐ฐ News Clipping Service
Monitor global news in real-time
- ๐ Real-time News Monitoring - Custom news collection based on keyword groups
- ๐ International News Clipping - NYTimes, Financial Times, CNBC, The Guardian, etc.
- ๐ฐ๐ท Domestic News Analysis - Real-time collection from major Korean media
- ๐ Daily News Reports - Keyword-based news trend analysis
๐ Coverage Analysis
Quantitatively measure and analyze media coverage effectiveness
- ๐ Media Coverage Tracking - Analyze coverage after press release distribution
- โก First Response Time - Time from press release to first article publication
- ๐บ Media Breakdown - Coverage statistics by media outlet
- ๐ฌ Article Feedback - Quality assessment and feedback per article
๐ฅ Team Workspace
Maximize productivity through efficient team collaboration
- ๐ค Member Management - Team invitations, role management (Owner/Member)
- โ๏ธ Sharing Settings - Toggle team sharing for press releases, news clipping, documents
- ๐จโ๐ฉโ๐งโ๐ฆ Plan-based Member Limits - Free(1), Basic(1), Standard(2), Premium(3), Premium+(5)
- ๐ค Team Collaboration - Share distribution history and generated content
๐ฏ CRM & Reporter Management
Maximize PR impact with systematic media relationship management
- ๐ Reporter Database - Reporter information across 30 categories
- ๐ค Press Release Distribution - Targeted category/reporter distribution (API credit billing)
- ๐ Distribution History - Track delivery status, recipients, and outcomes
- ๐ค Media Bridge CRM - Workspace-based reporter relationship management, meeting records, outcome statistics
๐ง Additional Services
Enhance brand value with various marketing tools
- ๐ Marketing Calendar - Monthly marketing events and campaign suggestions
- ๐ฎ Fortune Service - Tarot, horoscope, compatibility and more
- ๐ Event System - Attendance checks, coupon management, free trials
- ๐ณ Payment System - Credit recharge, subscription plan management
๐ Service Benefits
Transform your PR workflow with PulitzerAI
- ๐จ All-in-one PR Solution - Integrated management from content creation to distribution and analytics
- ๐ค AI Automation - Maximize efficiency by automating repetitive content tasks
- ๐ฅ Team Collaboration - Improve PR workflow efficiency with workspace-based collaboration
- ๐ Data-driven Insights - Optimize PR strategy with real-time media analysis
- โก Real-time Monitoring - Quick trend identification for crisis management and opportunity capture
๐ API Usage Guide
1. Getting an API Key
- Log in to PulitzerAI
- Navigate to Account Settings > Team Workspace > API Key Management
- Click 'Create New API Key'
- Store the generated key securely
2. Making API Calls
All API requests require the following headers:PULITZER-API-KEY: YOUR_API_KEY
Content-Type: application/json
3. Base URL
https://api.pulitzer.ai/live/openapi
4. Response Format
All API responses are in JSON format with the following common structure:{
"status": "SUCCESS",
"success": true,
"message": "Response message",
"data": { ... }
}
On error:
{
"status": "ERROR_CODE",
"success": false,
"message": "Error description"
}
5. Billing & Rate Limits
- API Credits: AI generation/distribution APIs automatically deduct API credits per call
- Auto-charge: When balance is insufficient, auto-charge is attempted based on settings
- Rate Limit: 100 requests per minute
- Concurrent Requests: Maximum 5 concurrent requests per account
- Data Range: Up to 2 years of historical data
๐ง Available APIs
Press API
An API for generating and managing AI-powered press releases.
Key Endpoints:
- Create Press Release: Automatically generate press releases based on keywords
- Modify Press Release: Edit and improve existing press releases with AI
- List Press Releases: Query press release listings
- Press Release Detail: Retrieve specific press release information
- Delete Press Release: Delete press releases
- Reference Management: Manage templates for press release generation
Release API
An API for distributing press releases to reporters. Supports product selection, category targeting, and immediate/scheduled distribution.
Key Endpoints:
- List Products: View distribution products (pricing, reporter count) by country
- List Categories: Query reporter category groups
- Create Release: Distribute to reporters in selected categories (auto API credit deduction)
- Optimal Time: AI-recommended optimal distribution time
- Release History: Track distribution history and status
- Release Detail: View recipient reporters and detailed info
- Generate Introduction: AI-generated email introduction
Media Bridge CRM API
An API for systematically managing reporter relationships through Media Bridge CRM workspaces.
Key Endpoints:
- Workspace CRUD: Create and list CRM workspaces
- Reporter Management: Add reporters, list, set distribution targets
- Reporter News: View recent articles by a specific reporter
- Meeting Management: Record meetings, calls, and email activities with reporters
- Outcome Statistics: View distribution and coverage outcomes per workspace
Reporter Database API
An API for querying reporter data across 30 categories. Access scope varies by subscription plan.
Key Endpoints:
- List Reporters: Paginated reporter list by category
- Securities Reporters: Full list of securities/finance/venture reporters
Subscription Required:
A media list subscription is required to access reporter data.
- Full Access: Access all category reporter data
- Category Access: Access only subscribed category reporter data
- Non-subscribers: Development limits (2 pages, 100 per page)
Coverage API
An API for analyzing media coverage data and gaining insights.
Key Endpoints:
- Coverage Overview: View overall coverage status
- Workspace Coverage: Analyze coverage by workspace
- Coverage Efficiency: Analyze coverage efficiency metrics
- Coverage Trends: Analyze coverage trends over time
Official Document API
An API for generating and managing AI-powered official documents.
Key Endpoints:
- Create Document: Automatically generate official documents based on keywords
- Modify Document: Edit existing documents and apply AI modifications
- List/Detail Documents: Query document listings and retrieve details
- PDF/DOCX Download: Download documents as files
- Reference Management: Manage reference documents for generation
- File Upload: Upload files via presigned URLs
Blog API
An API for generating and managing AI-powered blog posts.
Key Endpoints:
- Generate Blog (AI): Automatically generate blog posts from keywords/topics
- Modify Blog (AI): Improve existing blog posts with AI
- List/Detail Blogs: Query blog listings and retrieve details
- Delete Blog: Delete blog posts
- Blog History: Manage blog edit history
- Blog References: Register/delete reference materials for blog generation
SNS API
An API for generating and managing platform-specific social media content with AI.
Key Endpoints:
- Generate SNS Content: Create content for specific platforms (Instagram, X, LinkedIn, etc.)
- List/Detail SNS Content: Query and view SNS content
- Update/Delete SNS Content: Modify and delete generated content
- Regenerate SNS Content: Regenerate existing content with a new direction
News Clip API
An API for monitoring real-time news and collecting/searching news based on keywords.
Key Endpoints:
- Keyword Group List: View news monitoring keyword groups
- News Themes: View news themes/categories
- Daily News: Query news by keyword group and date range
- Search News: Free keyword-based news search
- Article Detail: View specific article details
- Excel Download: Download news list as Excel file
๐ก Developer Guide
Performance Optimization Tips
- Date Range: Set appropriate date ranges for large data processing
- Pagination: Use pagination when querying large datasets to improve performance
- Caching: Cache frequently used data on the client side to minimize API calls
Important Notes
- Rate Limit: A limit of 100 requests per minute applies to all API calls
- API Key Security: Keep your API key secure and avoid exposing it publicly
- Data Accuracy: Real-time data may have slight delays depending on collection timing
Support & Contact
- Technical Support: dev@starseed.co.kr
- Bug Reports: If you find a bug, please report it to dev@starseed.co.kr
- Documentation Updates: API documentation is continuously updated, please check for the latest version
- Feedback: Feedback for API improvements is always welcome