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 token authentication using API key

Path parameters

datasetstringOptional
The dataset to get articles from. Contact your Account Executive for available datasets.
urlstringRequired

Headers

X-Organization-IDstringRequired

Response

Article retrieved successfully
datasetstring
The dataset the article was retrieved from
urlstringformat: "uri"
Original article URL
titlestring
Article title
authorstring
Article author
datestring
Publication date
charsinteger
Character count of the article content
contentstring
Full article content in markdown format
errorstring
Error message if the request failed

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
503
Service Unavailable Error