OpenAI POC (fun with lego)
Number of APIs: 12
If you like to understand which OpenAI APIs can be used to implement the [A(i)ppealing companies API] have a look at this collection. Its OpenAI Experiments
folder shows the used API calls whereas the API MashUp
folder chains multiple requests of the different APIs together by using collection variables and test scripts.

You can get an OpenAI dev token and USD $18 of free credits on https://beta.openai.com/
-
Trigger external webhook - Create Webhook POST https://api.getpostman.com/webhooks?workspace={{workspaceId}}
-
OpenAI Experiments - Text completion Different Params POST {{openAIUrl}}/completions
-
OpenAI Experiments - Image Generation Copy POST {{openAIUrl}}/images/generations
-
API MashUp - Retrieve AI generated product association POST {{openAIUrl}}/completions
-
API MashUp - Retrieve curated product associations GET {{baseUrl}}/companies
-
API MashUp - Generate OpenAPI example POST https://postman-echo.com/post
-
API MashUp - Visualize company product POST {{openAIUrl}}/images/generations
-
API MashUp Naughty Strings - Retrieve AI generated company description POST {{openAIUrl}}/completions
-
API MashUp Naughty Strings - Exact company search should return 404 or 400 GET {{baseUrl}}/companies/:companyId?material=lego&mode=exact
-
API MashUp Naughty Strings - Fuzzy search should return not error out in tests GET {{baseUrl}}/companies