ConsoleCatalog
Sign in
The New York Times logo

The New York Times

nytimes.comNews Mediano auth

Article search, top stories by section, bodies, and newsletters.

Article Body Content

ASYNCREADNo auth

Returns full article body text for a given article.

ParametersFormJSON

Storyline UUID from article detail

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": "act_nytimes_article_body_content",
    "params": {
      "storyline_uuid": "904e1303-f996-4084-a4e0-b92587305cdc"
    }
  }'