{"info":{"_postman_id":"5ddce34b-c453-4bda-84b2-9f9c6ee70255","name":"Plumrocket AI Connector","description":"<html><head></head><body><p><strong>AI Connector for Magento 2</strong> lets you configure and manage multiple AI provider integrations from a single interface. It eliminates the need to repeatedly handle API keys or build custom connections to different AI platforms.<br>Learn more on the product page: <a href=\"https://plumrocket.com/magento-ai-connector\">Product Page</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14725063","collectionId":"5ddce34b-c453-4bda-84b2-9f9c6ee70255","publishedId":"2sBXigNZNV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"1b9769"},"publishDate":"2026-03-16T13:40:22.000Z"},"item":[{"name":"/V1/pr-ai-connector/integrations","id":"512570e7-05ec-4894-aec7-bc2fd7b1bcbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>Get a comprehensive list of all registered AI providers. Returns each provider’s code, label, enabled status, supported models, and default model configuration.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"aa69d4ac-950c-4a95-bc3d-0a2c8d256eb0","name":"/V1/pr-ai-connector/integrations","originalRequest":{"method":"GET","header":[],"url":"/rest/default/V1/pr-ai-connector/integrations"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\n    {\n        \"code\": \"openai\",\n        \"label\": \"OpenAI (GPT)\",\n        \"enabled\": true,\n        \"supported_models\": [\n            \"gpt-5.1-chat-latest\",\n            \"gpt-5.2\",\n            \"gpt-5.2-chat-latest\",\n            \"gpt-5.2-pro\",\n            \"gpt-5.3-chat-latest\",\n            \"gpt-5.4\",\n            \"gpt-5.4-pro\"\n        ],\n        \"default_model\": \"gpt-5.2\"\n    },\n    {\n        \"code\": \"anthropic\",\n        \"label\": \"Anthropic (Claude)\",\n        \"enabled\": true,\n        \"supported_models\": [\n            \"claude-sonnet-4-6\",\n            \"claude-sonnet-4-5\",\n            \"claude-sonnet-4-0\",\n            \"claude-opus-4-6\",\n            \"claude-opus-4-5\",\n            \"claude-opus-4-1\",\n            \"claude-opus-4-0\",\n            \"claude-haiku-4-5\"\n        ],\n        \"default_model\": null\n    },\n    {\n        \"code\": \"google\",\n        \"label\": \"Google (Gemini)\",\n        \"enabled\": false,\n        \"supported_models\": [],\n        \"default_model\": null\n    }\n]"}],"_postman_id":"512570e7-05ec-4894-aec7-bc2fd7b1bcbc"},{"name":"/V1/pr-ai-connector/integrations/:integrationCode","id":"78b1c7d7-dc5e-4b32-8c2c-9c2ab062b0fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/rest/default/V1/pr-ai-connector/integrations/:integrationCode","description":"<p>Get comprehensive information about a single AI provider by its code. Returns the provider’s display name, enabled status, complete list of supported AI models, and currently configured default model.</p>\n","urlObject":{"path":["rest","default","V1","pr-ai-connector","integrations",":integrationCode"],"host":[""],"query":[],"variable":[{"type":"any","value":"string","key":"integrationCode"}]}},"response":[{"id":"e1bf946e-381d-4481-88ce-b42ae4f39b38","name":"/V1/pr-ai-connector/integrations/:integrationCode","originalRequest":{"method":"GET","header":[],"url":{"raw":"/rest/default/V1/pr-ai-connector/integrations/:integrationCode","host":[""],"path":["rest","default","V1","pr-ai-connector","integrations",":integrationCode"],"variable":[{"key":"integrationCode","value":"anthropic"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"anthropic\",\n    \"label\": \"Anthropic (Claude)\",\n    \"enabled\": true,\n    \"supported_models\": [\n        \"claude-sonnet-4-6\",\n        \"claude-sonnet-4-5\",\n        \"claude-sonnet-4-0\",\n        \"claude-opus-4-6\",\n        \"claude-opus-4-5\",\n        \"claude-opus-4-1\",\n        \"claude-opus-4-0\",\n        \"claude-haiku-4-5\"\n    ],\n    \"default_model\": null\n}"}],"_postman_id":"78b1c7d7-dc5e-4b32-8c2c-9c2ab062b0fb"},{"name":"/V1/pr-ai-connector/integrations/:integrationCode/process-prompt","id":"fa3a0bec-bbcc-40e6-9089-f058836f0d58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"prompt\": string}","options":{"raw":{"language":"json"}}},"url":"/rest/default/V1/pr-ai-connector/integrations/:integrationCode/process-prompt","description":"<p>Process a text prompt with a specific AI provider using its default model.</p>\n","urlObject":{"path":["rest","default","V1","pr-ai-connector","integrations",":integrationCode","process-prompt"],"host":[""],"query":[],"variable":[{"type":"any","value":"string","key":"integrationCode"}]}},"response":[{"id":"7e579eb2-ebff-4d0a-957d-3ea5e789322c","name":"/V1/pr-ai-connector/integrations/:integrationCode/process-prompt","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"prompt\": \"Hello!\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"/rest/default/V1/pr-ai-connector/integrations/:integrationCode/process-prompt","host":[""],"path":["rest","default","V1","pr-ai-connector","integrations",":integrationCode","process-prompt"],"variable":[{"key":"integrationCode","value":"anthropic"}]}},"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"\"Hello! How are you doing today? Is there something I can help you with, or would you just like to chat? 😊\""}],"_postman_id":"fa3a0bec-bbcc-40e6-9089-f058836f0d58"},{"name":"/V1/pr-ai-connector/integrations/:integrationCode/process-prompt Copy","id":"f20fcddc-8fdd-468e-9361-a3be11c7b0ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"prompt\": string}","options":{"raw":{"language":"json"}}},"url":"/rest/default/V1/pr-ai-connector/integrations/:integrationCode/model/:model/process-prompt","description":"<p>Process a text prompt using a specific AI provider and a custom-selected model.</p>\n","urlObject":{"path":["rest","default","V1","pr-ai-connector","integrations",":integrationCode","model",":model","process-prompt"],"host":[""],"query":[],"variable":[{"type":"any","value":"string","key":"integrationCode"},{"type":"any","value":"string","key":"model"}]}},"response":[{"id":"67f385ef-f13f-4b89-927c-a89a4f0bbeb2","name":"/V1/pr-ai-connector/integrations/:integrationCode/process-prompt Copy","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"prompt\": \"Hello!\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"/rest/default/V1/pr-ai-connector/integrations/:integrationCode/model/:model/process-prompt","host":[""],"path":["rest","default","V1","pr-ai-connector","integrations",":integrationCode","model",":model","process-prompt"],"variable":[{"key":"integrationCode","value":"anthropic"},{"key":"model","value":"claude-opus-4-6"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"\"Hello! How are you doing today? Is there anything I can help you with? 😊\""}],"_postman_id":"f20fcddc-8fdd-468e-9361-a3be11c7b0ce"}],"event":[{"listen":"prerequest","script":{"id":"c6f6a01b-060a-469c-b322-bc6181dedb0d","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"6b3d1783-6043-4c0a-ad08-f877bd2c6323","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"magento_domain","value":""},{"key":"token","value":""}]}