Canva (GPT): Difference between revisions

m
Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = "
m (Text replacement - "K↵|Knowledge = " to ",000 |Knowledge = ")
 
(6 intermediate revisions by 2 users not shown)
Line 11: Line 11:
|Release Date =  
|Release Date =  
|Website =  
|Website =  
|Link = https://chat.openai.com//g/g-alKfVrz9K-canva
|Link = https://chat.openai.com/g/g-alKfVrz9K
|Conversations =  
|Chats = 300,000
|Knowledge =
|Actions = Yes
|Web Browsing =
|DALL·E Image Generation =
|Code Interpreter =  
|Free = Yes
|Free = Yes
|Price =  
|Price =  
|Available = Yes
|Available = Yes
|Working = Yes
|Working =  
|Updated = 2024-01-12
|Hidden =
|Updated = 2024-01-21
}}
}}
==Instructions (System Prompt)==
==Instructions (System Prompt)==
Line 52: Line 58:


==Actions==
==Actions==
*'''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==