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 ```

Path parameters

datasetstringRequired
The news dataset to get articles from
urlstringRequired

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

Response

Successful Response
datasetstring
urlstring
authorstring or null
charsinteger or null
contentstring or null
Full article content in markdown format
datestring or null
errorstring or null
Error message if request failed
titlestring or null

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error
503
Service Unavailable Error