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: -[![Run in Postman](https://run.pstmn.io/button.svg)](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. - +
Visit [our plans page](https://www.deepl.com/pro-api#api-pricing), choose a plan, and sign up. From 89fa46aaa53253aa2168b405bff88d1510a9e7b4 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 06:46:20 +0000 Subject: [PATCH 3/3] Integrate Postman Run Button functionality Mintlify-Source: dashboard-editor --- docs.json | 7 +++++++ docs/getting-started/intro.mdx | 9 ++++++--- .../test-your-api-requests-with-postman.mdx | 3 ++- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/docs.json b/docs.json index 45be49dc..ec9f680b 100644 --- a/docs.json +++ b/docs.json @@ -473,6 +473,13 @@ "src": "/user-study-popup.js", "defer": true } + }, + { + "tag": "script", + "attrs": { + "src": "https://run.pstmn.io/button.js", + "defer": true + } } ] } diff --git a/docs/getting-started/intro.mdx b/docs/getting-started/intro.mdx index b69eb9b4..22935cca 100644 --- a/docs/getting-started/intro.mdx +++ b/docs/getting-started/intro.mdx @@ -7,13 +7,16 @@ mode: "wide" ![](/_assets/images/intro/banner.gif) -## Get an API key and get started - -New user? Follow these quick steps to get started with the DeepL API.
+123 + +## Get an API key and get started + +New user? Follow these quick steps to get started with the DeepL API. + Visit [our plans page](https://www.deepl.com/pro-api#api-pricing), choose a plan, and sign up. 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 03dd9195..2ec165ba 100644 --- a/docs/getting-started/test-your-api-requests-with-postman.mdx +++ b/docs/getting-started/test-your-api-requests-with-postman.mdx @@ -18,7 +18,8 @@ Click the button below to fork the DeepL API collection into your own Postman wo
+data-postman-var-1="27518486-e9e2969d-d589-4d3d-9df6-cc514cf3ee5e" +data-postman-collection-url="entityId=27518486-e9e2969d-d589-4d3d-9df6-cc514cf3ee5e&entityType=collection&workspaceId=48a52b53-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**).