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