Canva · Schema

CreateDesignRequest

Request body for creating a new design

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
asset_id string An image asset ID to insert into the design
title string The design title (1-255 characters)
View JSON Schema on GitHub

JSON Schema

canva-connect-create-design-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateDesignRequest",
  "type": "object",
  "description": "Request body for creating a new design",
  "properties": {
    "asset_id": {
      "type": "string",
      "description": "An image asset ID to insert into the design"
    },
    "title": {
      "type": "string",
      "description": "The design title (1-255 characters)"
    }
  }
}