Skip to content

Generate AI Command

POST
/ai/generate

Generates shell commands or scripts based on natural language prompts using AI assistance.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Request Body

application/json
JSON
{
"prompt": "string"
}

Responses

Generated command or script
application/json
JSON
{
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License