search-designs

Find a user's existing designs by keyword.

Use search-designs to look up designs in the authenticated user's library.

Example prompt

"Find my Q1 marketing presentation with 'Q1' in the title."

Example response

IDs, URLs, and tokens below are placeholders; field names and structure are exactly as returned.

{
"results": [
{ "id": "DAF_EXAMPLE1", "title": "Q1 Marketing Presentation", "text": "Q1 Marketing Presentation", "url": "https://www.canva.com/d/EXAMPLE1" },
{ "id": "DAF_EXAMPLE2", "title": "Event Poster Draft", "text": "Event Poster Draft", "url": "https://www.canva.com/d/EXAMPLE2" }
],
"continuation": "EXAMPLE_TOKEN"
}
JSON

Each result has an id, title, text, and url. Paginate with the continuation token.

Learn more