AI PR API
Write Press Releases via API
Integrate AI press release generation into your PR workflow. Create media-ready announcements at scale.
API Features
AP Style Format
Follow journalism standards.
Newsworthy Angle
Find the compelling story.
Media Ready
Ready for journalists.
Multi-Channel
Adapt for different outlets.
API Documentation
// Generate press release with WorkChi AI Gateway
const response = await fetch('https://api.workchi.ai/v1/chat/completions', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
model: 'claude-sonnet-4',
messages: [
{ role: 'system', content: 'You are a PR professional. Write AP-style press releases.' },
{ role: 'user', content: 'Write a press release for Company X launching new AI product. Key details: Series A funding, 50 employees, available Q1 2025.' }
],
max_tokens: 800,
temperature: 0.6,
}),
}); https://api.workchi.ai/v1 See Model Performance
View BenchmarksSee Business Workflow
Learn how teams use AI for press releases. See benefits and PR strategies.
View Use Case