{ "info": { "_postman_id": "f1cbbcbf-fb7d-4a21-b775-f0ea31b06297", "name": "Speakeasy Artifacts ShortURLs API", "description": "The Subscriptions API manages subscriptions for CLI and registry events", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:59:45.000Z", "updatedAt": "2026-07-28T02:59:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-f1cbbcbf-fb7d-4a21-b775-f0ea31b06297" }, "item": [ { "name": "v1", "item": [ { "name": "short_urls", "item": [ { "name": "Shorten a URL", "id": "f2883053-f7eb-4fd4-9ee3-1b62e24fa047", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/short_urls", "host": [ "{{baseUrl}}" ], "path": [ "v1", "short_urls" ] } }, "response": [ { "id": "3833adf6-e782-4a22-8530-35c5fb204242", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "x-api-key", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/short_urls", "host": [ "{{baseUrl}}" ], "path": [ "v1", "short_urls" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"short_url\": \"\",\n \"full_url\": \"\"\n}", "createdAt": "2026-07-28T02:59:46.000Z", "updatedAt": "2026-07-28T02:59:46.000Z", "uid": "35240-3833adf6-e782-4a22-8530-35c5fb204242" } ], "createdAt": "2026-07-28T02:59:46.000Z", "updatedAt": "2026-07-28T02:59:46.000Z", "uid": "35240-f2883053-f7eb-4fd4-9ee3-1b62e24fa047" } ], "id": "222113bb-319c-4bdf-98a5-7e415421127c", "createdAt": "2026-07-28T02:59:46.000Z", "updatedAt": "2026-07-28T02:59:46.000Z", "uid": "35240-222113bb-319c-4bdf-98a5-7e415421127c" } ], "id": "77a1a7e0-a588-41d9-b1dd-b144b3f06f5f", "createdAt": "2026-07-28T02:59:46.000Z", "updatedAt": "2026-07-28T02:59:46.000Z", "uid": "35240-77a1a7e0-a588-41d9-b1dd-b144b3f06f5f" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "x-api-key", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.prod.speakeasy.com" } ] }