AI meeting transcription - product pages, blog articles, and integrations catalog.
Blog Article Details
ASYNCREADNo auth
Returns a blog article's title, summary, author, dates, and image by slug.
ParametersFormJSON
URL path slug for the blog article (e.g. enterprise-ai-governance)
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_otter_ai_blog_article_detail", "params": { "article_slug": "enterprise-ai-governance" } }'