Exercise library, articles, health calculators, and trainer search.
Article Details
ASYNCREADNo auth
Returns a fitness article's title, summary, and full body text by ID and slug.
ParametersFormJSON
Numeric article ID from the ACE Fitness blog
URL slug for the article (human-readable path segment)
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_acefitness_org_article_detail", "params": { "article_id": "7839", "article_slug": "how-to-make-exercise-a-regular-habit-in-6-steps" } }'