1,065
edits
Beetlejuice (talk | contribs) No edit summary |
Beetlejuice (talk | contribs) |
||
Line 58: | Line 58: | ||
==Actions== | ==Actions== | ||
*'''Canva Plugin API''' - | *'''Canva Plugin API''' - | ||
===Website=== | |||
chatgpt-plugin.canva.com | |||
===Privacy Policy=== | |||
https://www.canva.com/policies/ai-product-terms/ | |||
===Code=== | |||
<pre> | |||
{"openapi":"3.1.0","info":{"title":"Canva Plugin","description":"A plugin that allows the user to generate designs or search templates from the user query.","version":"v0.0.1"},"servers":[{"url":"https://chatgpt-plugin.canva.com"}],"paths":{"/designs":{"get":{"description":"Get a list of Canva designs or templates to choose from.","operationId":"generateDesigns","parameters":[{"name":"query","in":"query","description":"The description of the design the user wants to generate. For example: motivational cat poster, wedding instagram post, birthday card for my dog. This should only have a maximum of 140 characters.","required":true,"deprecated":false,"allowEmptyValue":false,"explode":false,"allowReserved":false,"schema":{"type":"string"}},{"name":"locale","in":"query","description":"The 2-letter ISO language code and the 2-letter country code the user is using, separated by a dash.","required":true,"deprecated":false,"allowEmptyValue":false,"explode":false,"allowReserved":false,"schema":{"type":"string"}}],"deprecated":false,"security":[{"apiKey":[]}]}}},"components":{"schemas":{},"securitySchemes":{"apiKey":{"type":"apiKey"}}}} | |||
</pre> | |||
==Guide== | ==Guide== |
edits