POST
/
api
/
v1
/
orgs
/
{org_id}
/
prompts
/
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Body

application/json

Data transfer object for creating a prompt.

name
string
content
string
description
string | null
tags
string[] | null
variables
Variables · object[] | null
prompt_type
string

Response

Successful Response

The response is of type object.