Skip to main content
GET
/
v1
/
texts
/
questions
Get Random Question
curl --request GET \
  --url https://api-kaori.mikabot.xyz/v1/texts/questions \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "code": 123,
  "data": {
    "id": "<string>",
    "type": "<string>",
    "rating": "<string>",
    "question": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_kaori_*

Query Parameters

type
string
required

The type of question to get. Valid types are: truth, dare, wyr, nhie, paranoia

rating
string

The rating of the question to get. Valid ratings are: pg, pg13, r

Response

Response for status 200

success
boolean
required
code
number
required
data
object
required
Last modified on February 3, 2026