From dcb0be9c7e6c1f98dcc455c9764d0966800daa96 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:02:11 +0000 Subject: [PATCH 1/3] Update Postman button integration in getting started guide Mintlify-Source: dashboard-editor --- .../test-your-api-requests-with-postman.mdx | 6 +++++- postmanbutton.js | 15 +++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 postmanbutton.js diff --git a/docs/getting-started/test-your-api-requests-with-postman.mdx b/docs/getting-started/test-your-api-requests-with-postman.mdx index e818fa7f..03dd9195 100644 --- a/docs/getting-started/test-your-api-requests-with-postman.mdx +++ b/docs/getting-started/test-your-api-requests-with-postman.mdx @@ -15,7 +15,11 @@ To get started, [sign up for a developer account at deepl.com](https://www.deepl Click the button below to fork the DeepL API collection into your own Postman workspace: -[](https://app.getpostman.com/run-collection/27518486-e9e2969d-d589-4d3d-9df6-cc514cf3ee5e?action=collection%2Ffork\&source=rip_markdown\&collection-url=entityId%3D27518486-e9e2969d-d589-4d3d-9df6-cc514cf3ee5e%26entityType%3Dcollection%26workspaceId%3D48a52b53-0654-484b-861d-ae228857c2f6) +
+ In your forked collection, select the relevant `baseUrl` variable depending on your subscription (`https://api.deepl.com/v2` for **Pro**, `https://api-free.deepl.com/v2` for **Free**). diff --git a/postmanbutton.js b/postmanbutton.js new file mode 100644 index 00000000..d45cd199 --- /dev/null +++ b/postmanbutton.js @@ -0,0 +1,15 @@ +(function (p, o, s, t, m, a, n) { + if (!p[s]) { + p[s] = function () { + (p[t] || (p[t] = [])).push(arguments); + }; + } + + if (!o.getElementById(s + t)) { + n = o.createElement("script"); + n.id = s + t; + n.async = 1; + n.src = m; + o.getElementsByTagName("head")[0].appendChild(n); + } +})(window, document, "_pm", "PostmanRunObject", "https://run.pstmn.io/button.js"); \ No newline at end of file From f0d57b89896fefcca3abae55961bbeecf481641c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 15:45:08 +0000 Subject: [PATCH 2/3] Add Postman Run button to getting started intro Mintlify-Source: dashboard-editor --- docs/getting-started/intro.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/intro.mdx b/docs/getting-started/intro.mdx index 4e048fcc..b69eb9b4 100644 --- a/docs/getting-started/intro.mdx +++ b/docs/getting-started/intro.mdx @@ -10,7 +10,10 @@ mode: "wide" ## Get an API key and get started New user? Follow these quick steps to get started with the DeepL API. - +