The docs are still under work. Please bear with us 🙇♂️
Converts text to binary.
cURL
curl --request GET \ --url https://api-kaori.mikabot.xyz/v1/texts/texttobinary \ --header 'Authorization: Bearer <token>'
{ "success": true, "code": 123, "message": { "text": "<string>" } }
Authorization: Bearer sk_kaori_*
The text to encode to binary
Response for status 200
Show child attributes
Was this page helpful?