datasets

Get Dataset Article

Get a full article from a supported news dataset.

Contact your Account Executive for available datasets.

Headers:

  • Authorization: Bearer {api_key} - Captain API key for authentication
  • X-Organization-ID: Organization UUID

URL Path:

  • dataset: The dataset name
  • url: Full article URL appended to the path

Returns: Article data including title, author, date, and full content in markdown format.

Example:

GET /v2/datasets/latimes/https://www.latimes.com/example/news_example.html
get/v2/datasets/{dataset}/{url}

Path parameters

datasetstring required

The news dataset to get articles from

urlstring required

Full URL of the article to get (URL-encoded)

Response

Successful Response

authorstring nullable
charsinteger nullable
contentstring nullable

Full article content in markdown format

datasetstring required
datestring nullable
errorstring nullable

Error message if request failed

titlestring nullable
urlstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.