POST
/
mcp-server
/
instance
/
create
curl --request POST \
  --url https://api.klavis.ai/mcp-server/instance/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "serverName": "Markdown2doc",
  "userId": "<string>",
  "platformName": "<string>",
  "connectionType": "SSE"
}'
{
  "serverUrl": "<string>",
  "instanceId": "<string>"
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.