API

API test

Run the RDPLINE API you need right away without writing code or configuring an environment.

News search

POST https://api.rdpline.com/news

Retrieve news articles and their latest status, category, and media metadata within your contract scope.

Request Body

Request

curl --request POST \  --url 'https://api.rdpline.com/news' \  --header 'Content-Type: application/json' \  --header 'X-API-KEY: rdpl_test_h8f3k9d2j5s7c1m4n8v2x9z6' \  --data '{  "paginationMethod": "PAGE",  "publishedAtStart": "2026-06-01",  "publishedAtEnd": "2026-06-30",  "page": 1,  "size": 20}'

Response

// 받은 응답이 없습니다