Original News Article Details
GET/v2/center/news/origin/:newsId
Media Original Text: State of the raw data received by Waiker
Waiker AI Original Text: State after the media original text has been processed by AI for analysis, tagging, translation, summarization, etc.
Request
Path Parameters
newsId integerrequired
Unique News ID
Header Parameters
Accept-Country stringrequired
Default value: KR
Country Code (KR or US)
Accept-Currency string
Default value: KRW
Currency Code (KRW or USD)
Accept-Language string
Default value: EN
Language Code (KO or EN)
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
data
object
id int64
Unique news identifier id
title string
News Title (Original Text from Press)
body string
News Body (Original Text from Press)
ricTags string[]
RIC
originPress string
News Publishing Press
publishedDt date-time
News Publishing Date and Time
code string
Response code
status integer
Response status code
message string
Response message
timestamp string
Response timestamp
{
"data": {
"id": 0,
"title": "string",
"body": "string",
"ricTags": [
"string"
],
"originPress": "string",
"publishedDt": "2024-07-29T15:51:28.071Z"
},
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string"
}
Loading...