{"message":"Horneross Content API","version":"1.0.0","documentation":"https://horneross.com/llms.txt","endpoints":{"blog":{"list":"https://horneross.com/api/content/blog","single":"https://horneross.com/api/content/blog/[slug]","description":"Blog posts about AI trends, automation, and success stories","params":{"lang":"Language: 'es' | 'en' (default: 'es')","published":"Filter published posts: 'true' | 'false' (default: 'true')"}},"changelog":{"url":"https://horneross.com/api/content/changelog","description":"Product changelog and version history","params":{"lang":"Language: 'es' | 'en' (default: 'es')","limit":"Limit number of entries (optional)"}},"tutorials":{"url":"https://horneross.com/api/content/tutorials","description":"Step-by-step tutorials for using Horneross","params":{"lang":"Language: 'es' | 'en' (default: 'es')"}}},"usage":{"content_negotiation":{"markdown":"Add header: Accept: text/markdown","json":"Add header: Accept: application/json (or omit for default)"},"examples":[{"description":"Get all blog posts as markdown","curl":"curl -H \"accept: text/markdown\" \"https://horneross.com/api/content/blog?lang=es\""},{"description":"Get specific blog post as JSON","curl":"curl \"https://horneross.com/api/content/blog/futuro-ia-empresas-latinoamericanas?lang=es\""}]}}