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

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_kaori_*

Query Parameters

text
string
required

The text to encode to binary

Response

Response for status 200

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