AI Saved Prompts

Create saved prompt

Create a new saved AI assistant prompt for the current user.

post/v1/ai/saved-prompts

Request body

namestring required

Display name for the saved prompt

descriptionstring

Optional description

promptTextstring required

The prompt text

Response

Prompt created

idinteger

Unique prompt identifier

namestring

Display name for the saved prompt

descriptionstring nullable

Optional description

promptTextstring nullable

The prompt text

Changes

Changed in 1 of the 75 revisions of this API.1

    • the response property promptText became nullable for the status 201

      response-property-became-nullable