---
title: "POST /api/v1/canva/designs"
method: POST
path: "/api/v1/canva/designs"
tags: ["CanvaConnect"]
---

# POST /api/v1/canva/designs

`POST /api/v1/canva/designs`

## Request body

- CanvaAuthRequest
  - `CanvaAccessToken` string, nullable

## Response `200`

- GetCanvaItemsResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Items` CanvaItem[], nullable
    - `Id` string, nullable
    - `Owner` Owner
      - `UserId` string, nullable
      - `TeamId` string, nullable
    - `Thumbnail` Thumbnail
      - `Width` integer
      - `Height` integer
      - `Url` string, nullable
    - `Urls` Urls
      - `EditUrl` string, nullable
      - `ViewUrl` string, nullable
  - `Images` ImageItem[], nullable
    - `Id` string, nullable
    - `Type` string, nullable
    - `Name` string, nullable
    - `Tags` string[], nullable
    - `Thumbnail` Thumbnail
      - `Width` integer
      - `Height` integer
      - `Url` string, nullable

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
