{"info":{"_postman_id":"22fb5ee4-e24c-4cde-89e6-220a55d68ea9","name":"Scribeless API documentation","description":"<html><head></head><body><h1 id=\"getting-started\">📄 Getting started</h1>\n<p>The Scribeless API provides engineers with all the tools necessary to integrate with Scribeless.</p>\n<p>To start using the Scribeless API, you need to:</p>\n<ul>\n<li><p>Sign into <a href=\"https://platform.scribeless.co\">platform.scribeless.co</a> and setup your team</p>\n</li>\n<li><p>Create an API key to authenticate requests to the Scribeless API</p>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>The Scribeless API uses the <code>X-API-Key</code> header for authentication.</p>\n<p>You can generate a Scribeless API key for your team in the <a href=\"https://platform.scribeless.co/settings/teams/api-keys\">API keys</a> (Settings &gt; API Keys &gt; Create API Key) section of your Scribeless team settings.</p>\n<p>You must include an API key in each request to the Scribeless API with the <code>X-API-Key</code> request header.</p>\n<blockquote>\n<p>⚠️ Warning: Once you confirm you have securely copied an API Key, there is no way of viewing that key again and a new key will need to be created if the secret is lost </p>\n</blockquote>\n<h3 id=\"authentication-error-response\">Authentication error response</h3>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<h3 id=\"503-response\">503 response</h3>\n<p>An HTTP <code>503</code> response from our servers indicates there is an unexpected spike in API access traffic. The server is usually operational within the next five minutes. If the outage persists or you receive any other form of an HTTP <code>5XX</code> error, contact support.</p>\n<h3 id=\"need-some-help\"><strong>Need some help?</strong></h3>\n<p>If you have any questions or need additional support, feel free to reach out via email.</p>\n<p>Email: <a href=\"https://mailto:team@scribeless.co\">team@scribeless.co</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"📄 Getting started","slug":"getting-started"}],"owner":"23943032","collectionId":"22fb5ee4-e24c-4cde-89e6-220a55d68ea9","publishedId":"2sAYBa8UN2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"344697","highlight":"344697"},"publishDate":"2024-12-03T10:58:47.000Z"},"item":[{"name":"Recipients","item":[{"name":"Create recipients","id":"c2266f31-012c-46c2-a2eb-3bf925858a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"campaignId\": \"CAMPAIGN_ID\",\n    \"data\": {\n        \"title\": \"\",\n        \"firstName\": \"\",\n        \"lastName\": \"\",\n        \"company\": \"\",\n        \"address\": {\n            \"address1\": \"\",\n            \"address2\": \"\",\n            \"address3\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"postalCode\": \"\",\n            \"country\": \"\"\n        },\n        \"variables\": {\n            \"custom1\": \"\",\n            \"custom2\": \"\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://platform.scribeless.co/api/recipients","description":"<p>The create recipient endpoint allows you to create recipients.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"22fb5ee4-e24c-4cde-89e6-220a55d68ea9","id":"22fb5ee4-e24c-4cde-89e6-220a55d68ea9","name":"Scribeless API documentation","type":"collection"}},"urlObject":{"path":["api","recipients"],"host":["https://platform.scribeless.co"],"query":[],"variable":[]}},"response":[{"id":"0a72f83f-8bb1-4372-8ce2-88c85cd3a320","name":"Create single recipient","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"campaignId\": \"CAMPAIGN_ID\",\n    \"data\": {\n        \"title\": \"Mr\",\n        \"firstName\": \"Joe\",\n        \"lastName\": \"Blogs\",\n        \"company\": \"Blogs Inc.\",\n        \"address\": {\n            \"address1\": \"123 Blogs St\",\n            \"city\": \"Bristol\",\n            \"state\": \"Bristol\",\n            \"postalCode\": \"AB123CD\",\n            \"country\": \"GB\"\n        },\n        \"variables\": {\n            \"custom1\": \"This is a personalized first sentence\",\n            \"custom2\": \"www.scribeless.co\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://platform.scribeless.co/api/recipients"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"ca162f28-92fc-4409-850c-d583bd269261","name":"Create multiple recipients","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"campaignId\": \"CAMPAIGN_ID\",\n  \"data\": [\n    {\n      \"title\": \"Mr\",\n      \"firstName\": \"Joe\",\n      \"lastName\": \"Blogs\",\n      \"company\": \"Blogs Inc.\",\n      \"address\": {\n        \"address1\": \"123 Blogs St\",\n        \"city\": \"Bristol\",\n        \"state\": \"Bristol\",\n        \"postalCode\": \"AB123CD\",\n        \"country\": \"GB\"\n      }\n    },\n    {\n      \"title\": \"Mrs\",\n      \"firstName\": \"Janet\",\n      \"lastName\": \"Blogs\",\n      \"company\": \"Blogs Inc.\",\n      \"address\": {\n        \"address1\": \"123 Blogs St\",\n        \"city\": \"San Francisco\",\n        \"state\": \"CA\",\n        \"postalCode\": \"12345\",\n        \"country\": \"US\"\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://platform.scribeless.co/api/recipients"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c2266f31-012c-46c2-a2eb-3bf925858a34"}],"id":"99f97be6-83db-4d56-8856-bf5469c3992d","description":"<p>The recipient endpoints let you manage your recipients in Scribeless.</p>\n","_postman_id":"99f97be6-83db-4d56-8856-bf5469c3992d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":true,"source":{"_postman_id":"22fb5ee4-e24c-4cde-89e6-220a55d68ea9","id":"22fb5ee4-e24c-4cde-89e6-220a55d68ea9","name":"Scribeless API documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{apiKey}}"}]}},"event":[{"listen":"prerequest","script":{"id":"3073d4b4-6263-4291-81d5-f194b8acff02","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4597f2b3-06ef-40d2-8bf2-75a6cadcdf15","type":"text/javascript","exec":[""]}}],"variable":[{"key":"Base URL","value":"https://platform.scribeless.co"},{"key":"API Key","value":"YOUR_API_KEY_HERE","type":"string"},{"key":"Campaign ID","value":"CAMPAIGN_ID","type":"string"}]}