Canva · Schema

DesignUrls

Temporary URLs for accessing a design (expire after 30 days)

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
edit_url string URL to edit the design (expires in 30 days)
view_url string URL to view the design (expires in 30 days)
View JSON Schema on GitHub

JSON Schema

canva-connect-design-urls-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DesignUrls",
  "type": "object",
  "description": "Temporary URLs for accessing a design (expire after 30 days)",
  "properties": {
    "edit_url": {
      "type": "string",
      "description": "URL to edit the design (expires in 30 days)"
    },
    "view_url": {
      "type": "string",
      "description": "URL to view the design (expires in 30 days)"
    }
  }
}