Skip to content

Generate task prompts

POST
/api/v1/task-prompts/generate
curl --request POST \
--url https://example.com/api/v1/task-prompts/generate \
--header 'Content-Type: application/json' \
--data '{ "description": "example", "existingPrompt": "example" }'
Media type application/json
object
description
string
existingPrompt
string
Example generated
{
"description": "example",
"existingPrompt": "example"
}

Success

Media type application/json
object
tasks
required
Array<string>
Example generated
{
"tasks": [
"example"
]
}

LLM not configured