Skip to main content

Create a new prompt

POST 

/api/v1/prompts

Create a new prompt

Request

Body

    content string
    name string

Responses

Created

Schema

    content string
    createdAt date-time
    error string
    hash string
    id string
    name string
    tags string[]
    version integer
Loading...