ConsoleCatalog
Sign in
Medium logo

Medium

medium.comNews Mediano auth

Articles by topic tag, publication feeds, and keyword search.

Article Content

ASYNCREADNo auth

Returns the full content and metadata of a Medium article including title, author, and date.

ParametersFormJSON

Medium article URL e.g. https://medium.com/@user/article-slug-123abc

cost: 2 credits · 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": "md_article",
    "params": {
      "url": "https://news.google.com/rss/articles/CBMiqwFBVV95cUxNMDdDd2xjZm90MkRrZkpwRlVQdmFDUFI4R1djYVJSZWxybnpTXzZnS3Utb0IyNV94d1V4bWRyLXJYVkZ2Vm1CUndQNXB1Wmp2dnZGemtLR0lZVGdkaWRvc0Zaa0J4RnpBQWxQSGJBNmI2SXZYUTFKV1ltZTFvMGxGTE53VV95UkVmb1hCNklsY0xIdndLRWJ0eUwzSVJBNGRCbFRtWjRibTJWWDg?oc=5"
    }
  }'