Question

토픽 관련해서 질문 생성 API

GET {DEEPSEARCH_API_URL}/v1/topic-insight/questions?type={type}&section={section}&topicId={topic_id}&stream={stream}

Parameter:

type : 토픽 type. One of trending or historical

section: 토픽 섹션. One of:

  • top

  • economy

  • world

  • tech

  • entertainment

  • politics

  • society

  • culture

  • sports

topic_id: 토픽 ID

stream: client에서 결과 stream 여부

Examples

/v1/topic-insight/questions?type=trending&section=top&topicId=150973073&stream=true
/v1/topic-insight/questions?type=historical&section=top&topicId=1313406091740188672&stream=false

Response

  • stream=True response; text/event-stream

data: 1. 마약류와 향정신성의약품 처방 시 환자 투약내역 확인 의무화에 대한 법률 개정은 어떤 내용을 포함하고 있나요?
data: 2. 이번 법률 개정으로 인해 마약류 오남용 예방에 어떤 영향이 있을 것으로 예상되나요?
data: 3. 마약류 관리에 관한 법률 개정안이 국회 본회의를 통과하면서, 의료 분야에서의 마약류 오남용 문제가 해결될 수 있는 가능성이 높아졌다고 볼 수 있을까요?

data: [DONE]
  • stream=False

{
    "success": true,
    "data": "1. 송중기의 칸 레드카펫 불참에 대한 이슈는 어떤 의미가 있을까요?\n2. 송중기의 생애 첫 칸 레드카펫 출연이 관심을 받은 이유는 무엇일까요?\n3. 영화 '화란'의 성공적인 상영과 송중기의 역할은 어떤 영향을 미칠 수 있을까요?"
}

Last updated