Prompts
Create Prompt
POST
/
v1
/
prompts
/
create
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
content
string
default: collect_fields
object[] | null
context_endpoint
string | null
prompt_template
Response
200 - application/json
id
string
requireduser_id
string
requiredcontent
string
default: collect_fields
object[] | null
context_endpoint
string | null
prompt_template
object | null