Skip to main content

List Custom Prompts

GET /api/v1/user/prompts
Returns all saved custom prompts.

Create Custom Prompt

POST /api/v1/user/prompts/{prompt_id}
Save a new custom prompt for reuse.

Update Custom Prompt

PUT /api/v1/user/prompts/{prompt_id}
Update an existing custom prompt.

Delete Custom Prompt

DELETE /api/v1/user/prompts/{prompt_id}
Delete a custom prompt.