Sign in

Create folder

documented

Create a new folder in the user’s library.

POST /rest/v1/foldersFoldersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.canva.com/rest/v1/folders" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d "{\"name\": \"{{$folder_name}}\", \"parent_folder_id\": \"{{$parent_folder_id}}\"}"