Skip to main content
GET
/
v1
/
texts
/
binarytotext
Binary to Text
curl --request GET \
  --url https://api-kaori.mikabot.xyz/v1/texts/binarytotext \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "code": 123,
  "message": {
    "text": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_kaori_*

Query Parameters

binary
string
required

The binary to decode to text

Response

Response for status 200

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