Get Dataset Article
Get a full article from a supported news dataset.
## Supported Datasets
- **nytimes**: New York Times (nytimes.com)
- **washpost**: Washington Post (washingtonpost.com)
- **sfstandard**: SF Standard (sfstandard.com)
## URL Path
The article URL is appended directly to the endpoint path. The URL must match the domain of the specified dataset.
## Response
Returns the full article content in markdown format, along with metadata like title, author, date, and character count.
Path parameters
dataset
The news dataset to get articles from. Supported: nytimes, washpost, sfstandard
Allowed values:
url
Full URL of the article to get, appended to the path. Must match the dataset's domain.
Headers
Authorization
Captain API key for authentication
X-Organization-ID
Organization UUID
Response
Article retrieved successfully
dataset
The dataset the article was retrieved from
Allowed values:
url
Original article URL
title
Article title
date
Publication date
chars
Character count of the article content
content
Full article content in markdown format
error
Error message if the request failed