v1

latestOpenAPI 3.0.22026-08-0426137631.3 KB
Ask APIs

Get latest answer of asked question

This API is used to fetch the latest answer of previous submitted question from Miso

A submitted question is put into a job with following stage:

  • Initialization
  • Parsing and fecthing related content
  • Relevance checking
  • Summarization

This API will tell you at what stage current question is in. If answer is fetched and being summerized, it will also return the latest summarization result.

Besides human readable answer, the products used to generate answer are also returned.

get/v1/ask/questions/{question_id}/answer

Path parameters

question_idstring uuid required

Response

Successful Response

messagestring

The status of the API response ('success' or other human readable api status).