Get full details for a news story including key points, Q&A, and history.
curl "https://app.mavera.io/api/v1/news/stories/STORY_ID" \
-H "Authorization: Bearer YOUR_API_KEY"{
"object": "news_story",
"slug": "<string>",
"id": "<string>",
"name": "<string>",
"summary": "<string>",
"short_summary": "<string>",
"image_url": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"article_count": 123,
"unique_sources": 123,
"unique_source_domains": [
"<string>"
],
"sentiment": {},
"categories": [
"<string>"
],
"topics": [
"<string>"
],
"countries": [
"<string>"
],
"people": [
{
"wikidata_id": "<string>",
"name": "<string>",
"count": 123
}
],
"key_points": [
{
"point": "<string>",
"references": [
"<string>"
]
}
],
"questions": [
{
"question": "<string>",
"answer": "<string>",
"references": [
"<string>"
]
}
],
"selected_articles": [
{
"url": "<string>",
"title": "<string>",
"description": "<string>",
"source": "<string>",
"pub_date": "<string>"
}
],
"history": [
{
"triggered_at": "<string>",
"name": "<string>",
"summary": "<string>",
"key_points": [
"<string>"
]
}
]
}API key prefixed with mvra_live_. Create keys at Settings > Developer > API Keys.
Story ID
Include story history
Story details
news_story Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
curl "https://app.mavera.io/api/v1/news/stories/STORY_ID" \
-H "Authorization: Bearer YOUR_API_KEY"{
"object": "news_story",
"slug": "<string>",
"id": "<string>",
"name": "<string>",
"summary": "<string>",
"short_summary": "<string>",
"image_url": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"article_count": 123,
"unique_sources": 123,
"unique_source_domains": [
"<string>"
],
"sentiment": {},
"categories": [
"<string>"
],
"topics": [
"<string>"
],
"countries": [
"<string>"
],
"people": [
{
"wikidata_id": "<string>",
"name": "<string>",
"count": 123
}
],
"key_points": [
{
"point": "<string>",
"references": [
"<string>"
]
}
],
"questions": [
{
"question": "<string>",
"answer": "<string>",
"references": [
"<string>"
]
}
],
"selected_articles": [
{
"url": "<string>",
"title": "<string>",
"description": "<string>",
"source": "<string>",
"pub_date": "<string>"
}
],
"history": [
{
"triggered_at": "<string>",
"name": "<string>",
"summary": "<string>",
"key_points": [
"<string>"
]
}
]
}