---
title: "Create a Design"
method: POST
path: "/v1/designs"
tags: ["Designs"]
---

# Create a Design

`POST /v1/designs`

## Request body

- object
  - `name` string, required — Name of the Design (for your reference and never shown to the recipient).
  - `kind` string, required — Must be "certificate" or "badge" to specify the Design type.
  - `encoded_content` string, required — The encoded content of the design.
  - `background_bleeds` boolean — Specifies if the design should allow print bleeding.
  - `orientation` string — Must be "landscape" or "portrait" to specify a design's paper orientation.
  - `size` string — Must be "us-letter" or "a4" to specify a design's paper size.
  - `department_id` number — Department that the Design belongs to. If not defined the Design will be assigned to the organizations default department.
  - `meta_data` object — You can use this parameter to attach key-value strings to the object. Meta data is useful for storing additional, structured information on an object.

## Response `200`

OK

---

[API](https://skmtc.net/accredible/apis/accredible-credential-api.md) · [All operations](https://skmtc.net/accredible/apis/accredible-credential-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/accredible/accredible-credential-api/versions/56b317c13686/schema)
