/v1/brand-templates/:brandTemplateId/dataset

GET {{baseUrl}}/v1/brand-templates/:brandTemplateId/dataset

This API is currently provided as a preview. Be aware of the following:

  • There might be unannounced breaking changes.
  • Any breaking changes to preview APIs won't produce a new API version.
  • Public integrations that use preview APIs will not pass the review process, and can't be made available to all Canva users.

To use this API, your integration must act on behalf of a user that's a member of a Canva Enterprise organization.

Gets the dataset definition of a brand template. If the brand template contains autofill data fields, this API returns an object with the data field names and the type of data they accept.

You can autofill a brand template using the Create a design autofill job API.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"dataset":{"qui4d2":{"type":"image"}}}