Skip to main content
GET
/
v1
/
generators
/
youtube
Youtube Overlay
curl --request GET \
  --url https://api-kaori.mikabot.xyz/v1/generators/youtube \
  --header 'Authorization: Bearer <token>'
"File"

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_kaori_*

Query Parameters

image
string
required

The URL of the user's avatar

username
string
required

The username to display on the comment

text
string
required

The comment text to display

dark
enum<string>
required
Available options:
true,
false

Response

Response for status 200

The response is of type file.

Last modified on February 3, 2026