Generate module definitions using AI
Generates module definitions using AI from a single prompt. Requires sufficient AI token balance.
Body
required
application/json
- Type: string | nullprompt
User-provided text prompt for the AI tool.
Responses
- application/json
- 400
Invalid input or unsupported type
- application/json
- application/json
- application/json
- application/json
Request Example for post/ai/generate-custom-modules
curl https://test.boost.space/api/ai/generate-custom-modules \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--data '{
"prompt": null
}'
{
"result": "string"
}