Skip to content
CalypsoAI
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Create prompt template.
POST
/backend/v1/prompts/templates
Create a new prompt template.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"endpointId"
:
"string"
,
"name"
:
"string"
,
"project"
:
"string"
,
"promptId"
:
"string"
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
"string"
}
POST
/backend/v1/prompts/templates
Playground
Authorization
HTTPBearer
Body
Try it out
Samples
Powered by
VitePress OpenAPI