Open Context Protocol is live! 🚀 Read the launch post

createSmartLink

Create Smart Link in the content tree

POST /embeds HTTP/1.1

Parameters

{}

Response Schema

{
  "allOf": [
    {
      "$ref": "#/components/schemas/SmartLinkSingle"
    },
    {
      "type": "object",
      "properties": {
        "_links": {
          "type": "object",
          "properties": {
            "base": {
              "type": "string",
              "description": "Base url of the Confluence site."
            }
          }
        }
      }
    }
  ]
}