Get Dataset Article
Get a full article from a supported news dataset.
Contact your Account Executive for available datasets.
## 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.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Organization-IDstring
API Key authentication via header
Path parameters
dataset
The dataset to get articles from. Contact your Account Executive for available datasets.
url
Response
Article retrieved successfully
dataset
The dataset the article was retrieved from
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