ConsoleCatalog
Sign in
Substack logo

Substack

substack.comNews Mediano auth

Post search, trending content, publication archives, full posts, and categories.

Post Details

ASYNCREADNo auth

Returns full post content by subdomain and slug including body, reactions, comments, and podcast info.

ParametersFormJSON

Publication subdomain. e.g. "aaronparnas"

Post slug from URL. e.g. "breaking-news-im-a-dad"

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": "sb_post_details",
    "params": {
      "subdomain": "aaronparnas",
      "slug": "breaking-news-im-a-dad"
    }
  }'