/v1/designs
POST {{baseUrl}}/v1/designs
Creates a new Canva design. To create a new design, you can either:
- Use a preset design type.
- Set height and width dimensions for a custom design.
Additionally, you can also provide the asset_id
of an asset in the user's projects to add to the new design. To list the assets in a folder in the user's projects, use the List folder items API.
Request Body
{"design_type"=>{"name"=>"doc", "type"=>"preset"}, "asset_id"=>"<string>", "title"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"design":{"id":"\u003cstring\u003e","owner":{"team_id":"\u003cstring\u003e","user_id":"\u003cstring\u003e"},"urls":{"edit_url":"\u003cstring\u003e","view_url":"\u003cstring\u003e"},"title":"\u003cstring\u003e","thumbnail":{"height":"\u003cinteger\u003e","url":"\u003cstring\u003e","width":"\u003cinteger\u003e"}}}