-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgpt.plugin.procreator.in.yaml
1 lines (1 loc) · 1.19 KB
/
gpt.plugin.procreator.in.yaml
1
{"openapi":"3.0.1","info":{"title":"Search API","version":"1.0.0"},"servers":[{"url":"https://gpt.plugin.procreator.in"}],"paths":{"/search":{"post":{"operationId":"search","summary":"Search for design courses","description":"This endpoint allows the model to search for design courses based on the user's query. The user's query can include specific design disciplines or broader interest in learning design.","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"query":{"type":"string"}}}}}},"responses":{"200":{"description":"Successful operation","content":{"application/json":{"schema":{"type":"object","properties":{"courses":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"thumbnail":{"type":"string"},"course_url":{"type":"string"}}}},"workshops":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"thumbnail":{"type":"string"},"workshop_url":{"type":"string"},"video_url":{"type":"string"}}}}}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}}}}}}}}}}}