Canva · Schema

CreateExportJobRequest

Request body for creating an export job

AppsAutomationBrand ManagementCollaborationDesignGraphicsMarketingPrintTemplatesVisual Content

Properties

Name Type Description
design_id string The design ID to export
View JSON Schema on GitHub

JSON Schema

canva-connect-create-export-job-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateExportJobRequest",
  "type": "object",
  "description": "Request body for creating an export job",
  "properties": {
    "design_id": {
      "type": "string",
      "description": "The design ID to export"
    }
  }
}