For the complete documentation index, see llms.txt. This page is also available as Markdown.

Prompt Improver

Improve a user prompt via their chosen model

post

Takes a draft prompt and returns an improved version using the specified model. Optionally accepts style tags to further shape the output.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
projectIdentifierstringRequired
Body
textstring · nullableRequired
modelIdentifierstring · uuidRequired
tagsstring[] · nullableOptional
Responses
200

OK

improvedTextstring · nullableRequired
post/projects/{projectIdentifier}/prompt-improver

Last updated