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
dataset
The news dataset to get articles from
url
Full URL of the article to get (URL-encoded)
Response
Successful Response
dataset
url
chars
content
Full article content in markdown format
date
error
Error message if request failed
title
Errors
400
Get Dataset Article Request Bad Request Error
401
Get Dataset Article Request Unauthorized Error
403
Get Dataset Article Request Forbidden Error
500
Get Dataset Article Request Internal Server Error
503
Get Dataset Article Request Service Unavailable Error