Headline
Generate compelling headlines and titles for any content
$0.01
per call
POST /headline
AI Processing
Try It
curl Example
curl -X POST https://api.aipaygen.com/headline \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"content": "string",
"count": 5,
"style": "engaging|clickbait|informative"
}'
Python Example
import requests
resp = requests.post(
"https://api.aipaygen.com/headline",
headers={
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
},
json={
"content": "string",
"count": 5,
"style": "engaging|clickbait|informative"
}
)
print(resp.json())
Response Format
{
"result": "<Headline output>",
"_meta": {
"endpoint": "/headline",
"model": "claude-sonnet-4-20250514",
"cost_usd": 0.01
}
}
Related Tools
Get API Key — From $1
$0.25 trial credits free. ~40 AI calls. No subscription.
Get StartedOr install via MCP: pip install aipaygen-mcp