Skip to main content
GET
/
v1
/
generators
/
gru-plan
Gru Plan Generator
curl --request GET \
  --url https://api-kaori.mikabot.xyz/v1/generators/gru-plan \
  --header 'Authorization: Bearer <token>'
"File"

Authorizations

Authorization
string
header
required

Authorization: Bearer sk_kaori_*

Query Parameters

firstStep
string
required

The first step of the plan

Maximum string length: 500
secondStep
string
required

The second step of the plan

Maximum string length: 500
thirdStep
string
required

The third step of the plan

Maximum string length: 500
fourthStep
string
required

The fourth step of the plan

Maximum string length: 500

Response

Response for status 200

The response is of type file.

Last modified on February 3, 2026