{"name":"Headline Score API","description":"Score content headlines for click potential and clarity","slug":"headline-score","endpoints":["/","/info","/validate","/score","/classify","/analyze","/describe","/compare","/parse","/format","/bulk"],"inputSchema":{"headline":{"type":"string","required":true,"description":"The headline text to score"},"platform":{"type":"enum","values":["social","blog","email","news"],"required":true,"description":"Publishing platform context"},"contentType":{"type":"enum","values":["article","video","product","announcement","tutorial"],"required":true,"description":"Type of content being headlined"},"targetAudience":{"type":"enum","values":["general","technical","business","consumer"],"default":"general","description":"Primary audience segment"},"hasSubheadline":{"type":"bool","default":false,"description":"Whether a descriptive subheadline accompanies the headline"},"brandMentioned":{"type":"bool","default":false,"description":"Whether brand or product name appears in headline"},"urgencyRequired":{"type":"bool","default":false,"description":"Whether urgency or timeliness is expected for this content"}},"example":"?headline=How%20to%20Boost%20Your%20Sales%20by%2050%25%20in%2030%20Days&platform=blog&contentType=article&targetAudience=business&hasSubheadline=false&brandMentioned=false"}