{"info":{"_postman_id":"fd41a9ab-2004-4220-858c-9cbcbac91010","name":"Creaite API V2","description":"<html><head></head><body><h4 id=\"migrating-from-v1\">Migrating From V1</h4>\n<p>Version 2 of our API is identical to V1 except for the POST /article endpoint used to create new articles. This is due to us moving to a system that is not limited to our predefined niches.</p>\n<p>V1 endpoints will continue to function but you will need to migrate to V2 for these new features.</p>\n<p>V1 documentation can be found <a href=\"https://documenter.getpostman.com/view/328431/TVzXDG8f\">here</a></p>\n<h4 id=\"usage\">Usage</h4>\n<p><strong>API Keys are to be used on a per user basis</strong>. Any keys being shared across multiple users (e.g. a single key powering an entire application) will be immediately terminated without warning.</p>\n<h4 id=\"authentication\">Authentication</h4>\n<p>All requests to Creaite API endpoints should be authenticated with the users unique API key which can be found <a href=\"https://creaite.com/api\">on the API page</a> once logged in. API key should be added to the header <code>API_KEY</code></p>\n<h4 id=\"data-format\">Data Format</h4>\n<p>Requests can be sent as form data or JSON but all examples below use form data. Use whichever suits your application best.</p>\n<p>All responses are sent as JSON.</p>\n<h4 id=\"tips\">Tips</h4>\n<p>Each endpoint has an example code to demonstrate usage, use the <em>Language</em> select at the top to set your desired coding language. We also show example responses, with some endpoints having multiple examples so you can see all outcomes.</p>\n<p>If you use <a href=\"https://getpostman.com\">Postman</a>, you can import a collection containing all of these endpoints directly into your account by clicking the <em>Run in Postman</em> button at the top of the page. Simply set your API key in the <code>api_key</code> variable and you are ready to test the API.</p>\n<p>Thank you for your interest in integrating with Creaite!</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"328431","collectionId":"fd41a9ab-2004-4220-858c-9cbcbac91010","publishedId":"UVC3n8jk","public":true,"customColor":{"top-bar":"EEEEEE","right-sidebar":"080808","highlight":"1BA0E0"},"publishDate":"2022-01-13T14:10:23.000Z"},"item":[{"name":"User","item":[{"name":"Check Auth","id":"0c73b486-f636-4b3e-bfa4-f7e6797268f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"url":"https://api.creaite.com/v2/user/auth","description":"<p>Endpont to check API key and user status. Use to check user has entered a valid API key.</p>\n<p><strong>All other endpoints will return the same errors should there be a missing or invalid API Key</strong> so if you are storing users API key then you should either check that the API key is valid before use or account for the <code>401 Unauthorized</code> status in all calls to our API.</p>\n","urlObject":{"protocol":"https","path":["v2","user","auth"],"host":["api","creaite","com"],"query":[],"variable":[]}},"response":[{"id":"09523424-f494-4edb-accb-b7ff228a3cd1","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.creaite.com/v1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"15"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 10:52:46 GMT"},{"key":"Etag","value":"W/\"f-VaSQ4oDUiZblZNAEkkN+sX+q3Sg\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"},{"id":"d17295f2-a393-4b59-ae47-7747b6e6b5ad","name":"Missing API Key","originalRequest":{"method":"GET","header":[],"url":"https://api.creaite.com/v1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"27"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 11:03:07 GMT"},{"key":"Etag","value":"W/\"1b-NpZALenW/0CSjfgdFr+gXmPiKfI\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"missing_api_key\"\n}"},{"id":"ffa03f8b-908a-4f9e-90f4-91d590665d71","name":"User Not Found","originalRequest":{"method":"GET","header":[],"url":"https://api.creaite.com/v1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"26"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 11:03:45 GMT"},{"key":"Etag","value":"W/\"1a-N0LsTKyCHP4vuAelbhlz0GK2Lvs\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"user_not_found\"\n}"},{"id":"5e8bb952-dc52-4218-81c6-dd82a90f5f31","name":"Inactive User","originalRequest":{"method":"GET","header":[],"url":"https://api.creaite.com/v1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"25"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 11:04:40 GMT"},{"key":"Etag","value":"W/\"19-0IcbU04ahEGmqj0UD8eosym+c4U\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"inactive_user\"\n}"},{"id":"f42f5eca-1b05-4ba5-980d-701b8154a4d8","name":"Insufficient Permissions","originalRequest":{"method":"GET","header":[],"url":"https://api.creaite.com/v1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"36"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 11:05:26 GMT"},{"key":"Etag","value":"W/\"24-YI7gMOC4+t3GmQShO0V9B9al9nc\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"insufficient_permissions\"\n}"}],"_postman_id":"0c73b486-f636-4b3e-bfa4-f7e6797268f2"},{"name":"Get Credits","id":"ce95552b-94de-48f0-8e68-f7b5ca831ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"url":"https://api.creaite.com/v2/user/credits","description":"<p>Get the users current credit balance</p>\n","urlObject":{"protocol":"https","path":["v2","user","credits"],"host":["api","creaite","com"],"query":[],"variable":[]}},"response":[{"id":"1c7b9588-e2f8-4903-84e9-67f1d42e2905","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.creaite.com/v1/user/credits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"15"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 12:56:35 GMT"},{"key":"Etag","value":"W/\"f-6qw+waAyWqI7YZYPPw8M2gIpB3k\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"credits\": 991\n}"}],"_postman_id":"ce95552b-94de-48f0-8e68-f7b5ca831ede"}],"id":"d4ea0fba-70ac-4e85-8bd7-55d590dc5a17","event":[{"listen":"prerequest","script":{"id":"284666e8-ac0e-4445-9928-a8a9d719de0a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6fb74066-22e2-4b6b-9161-f779c94c9b5d","type":"text/javascript","exec":[""]}}],"_postman_id":"d4ea0fba-70ac-4e85-8bd7-55d590dc5a17","description":""},{"name":"Folders","item":[{"name":"Create Folder","id":"6667c120-ac08-47ad-a1d8-9ea6f840143c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>Name of the folder to be created</p>\n","type":"text"}]},"url":"https://api.creaite.com/v2/folder","description":"<p>Create a new folder.</p>\n","urlObject":{"protocol":"https","path":["v2","folder"],"host":["api","creaite","com"],"query":[],"variable":[]}},"response":[{"id":"86ed4e33-80aa-4b35-bd58-116199f20349","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"New Folder Name","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"https://api.creaite.com/v1/folder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"59"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 12:11:26 GMT"},{"key":"Etag","value":"W/\"3b-jfJVGSx6IM02SiYsLgqYjcU7xuY\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6006cc6e4f196e002cd483a5\",\n    \"name\": \"New Folder Name\"\n}"}],"_postman_id":"6667c120-ac08-47ad-a1d8-9ea6f840143c"},{"name":"Get Folders","id":"2c3f2b2d-d609-472f-a194-f4a7688f9cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"url":"https://api.creaite.com/v2/folder","description":"<p>Get users custom folders</p>\n","urlObject":{"protocol":"https","path":["v2","folder"],"host":["api","creaite","com"],"query":[],"variable":[]}},"response":[{"id":"4dcf0112-1e31-486f-bd4c-56390b23e17a","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.creaite.com/v1/folder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"62"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 11:28:15 GMT"},{"key":"Etag","value":"W/\"3e-yCz4scc58Fa/56GqFy8DdTwp66I\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6006c24a1e3395068d195a71\",\n        \"name\": \"My Custom Folder\"\n    }\n]"}],"_postman_id":"2c3f2b2d-d609-472f-a194-f4a7688f9cfa"},{"name":"Get Folder","id":"cb44a02e-e4a6-41f3-b57a-61dbf6edcacf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"url":"https://api.creaite.com/v2/folder/:id","description":"<p>Get a specific folder by ID. Useful to check a folder still exists before creating an article in it.</p>\n","urlObject":{"protocol":"https","path":["v2","folder",":id"],"host":["api","creaite","com"],"query":[],"variable":[{"description":{"content":"<p>ID of the folder to retrieve</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"2c8556bd-98ab-477e-b5d9-e405e2d327e7","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.creaite.com/v1/folder/:id","protocol":"https","host":["api","creaite","com"],"path":["v1","folder",":id"],"variable":[{"key":"id","value":"{{folder_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"59"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 12:11:56 GMT"},{"key":"Etag","value":"W/\"3b-jfJVGSx6IM02SiYsLgqYjcU7xuY\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6006cc6e4f196e002cd483a5\",\n    \"name\": \"New Folder Name\"\n}"},{"id":"4118ef1b-f8f1-4753-85a7-626c901cfb11","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.creaite.com/v1/folder/:id","protocol":"https","host":["api","creaite","com"],"path":["v1","folder",":id"],"variable":[{"key":"id","value":"{{folder_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"40"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 12:12:28 GMT"},{"key":"Etag","value":"W/\"28-Yx878V4TO70gWDwZVG4nsMMPEhc\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"desc\": \"folder_not_found\"\n}"}],"_postman_id":"cb44a02e-e4a6-41f3-b57a-61dbf6edcacf"},{"name":"Get Folder Articles","id":"a3d6dd70-f171-4653-be54-8ef1c5603795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"url":"https://api.creaite.com/v2/folder/:id/articles","description":"<p>Get all articles within a folder. Use the ID 'no_folder' to retrieve articles that are not organized within a custom folder.</p>\n","urlObject":{"protocol":"https","path":["v2","folder",":id","articles"],"host":["api","creaite","com"],"query":[],"variable":[{"description":{"content":"<p>ID of the folder to retrieve articles from</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"f1770780-5a0e-4984-bcc4-33247524f0c1","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.creaite.com/v1/folder/:id/articles","protocol":"https","host":["api","creaite","com"],"path":["v1","folder",":id","articles"],"variable":[{"key":"id","value":"{{folder_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"564"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 12:14:11 GMT"},{"key":"Etag","value":"W/\"234-dwqhNjf8yb0VFz9V2FtNYlYqhMA\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"6006952922462a002bbf25b3\",\n        \"languageModel\": \"60029e0e77514a2abffd05db\",\n        \"status\": \"complete\",\n        \"title\": \"Dental Providers - What Should You Look For?\",\n        \"created\": \"2021-01-19T08:15:37.727Z\"\n    },\n    {\n        \"_id\": \"60045f7333110b002b115c44\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"The Importance of Amino Acids in Muscle Building\",\n        \"created\": \"2021-01-17T16:01:55.525Z\"\n    },\n    {\n        \"_id\": \"60045f7333110b002b115c42\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"How Much Protein to Build Muscle?\",\n        \"created\": \"2021-01-17T16:01:55.313Z\"\n    }\n]"},{"id":"6dd0b458-da0c-458c-bdfb-0a19483dc3f6","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.creaite.com/v1/folder/:id/articles","protocol":"https","host":["api","creaite","com"],"path":["v1","folder",":id","articles"],"variable":[{"key":"id","value":"{{folder_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"40"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 12:14:40 GMT"},{"key":"Etag","value":"W/\"28-Yx878V4TO70gWDwZVG4nsMMPEhc\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"desc\": \"folder_not_found\"\n}"}],"_postman_id":"a3d6dd70-f171-4653-be54-8ef1c5603795"},{"name":"Update Folder","id":"b542bacb-7d19-449a-9dad-6a1e4c150ce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>New folder name</p>\n","type":"text"}]},"url":"https://api.creaite.com/v1/folder/:id","description":"<p>Update a folder by ID.</p>\n","urlObject":{"protocol":"https","path":["v1","folder",":id"],"host":["api","creaite","com"],"query":[],"variable":[{"id":"a5d4443b-ad58-4980-b554-1d728a140ba1","description":{"content":"<p>ID of the folder to update</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"b55b96fc-fc1b-48d1-b267-c791c61f60b6","name":"Success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Updated Name","type":"text"}],"options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.creaite.com/v1/folder/:id","protocol":"https","host":["api","creaite","com"],"path":["v1","folder",":id"],"variable":[{"key":"id","value":"{{folder_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"56"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 12:15:29 GMT"},{"key":"Etag","value":"W/\"38-YssQQKi6bTLEnUDjBvBv11N9s8w\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6006cc6e4f196e002cd483a5\",\n    \"name\": \"Updated Name\"\n}"},{"id":"9951aff7-3d31-474b-b22f-39df515eaca2","name":"Not Found","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Updated Name","type":"text"}],"options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.creaite.com/v1/folder/:id","protocol":"https","host":["api","creaite","com"],"path":["v1","folder",":id"],"variable":[{"key":"id","value":"{{folder_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"40"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 12:15:55 GMT"},{"key":"Etag","value":"W/\"28-Yx878V4TO70gWDwZVG4nsMMPEhc\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"desc\": \"folder_not_found\"\n}"}],"_postman_id":"b542bacb-7d19-449a-9dad-6a1e4c150ce9"},{"name":"Delete Folder","id":"57556690-31c5-4ac7-bcbb-d3409777112f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.creaite.com/v1/folder/:id","description":"<p>Delete a folder by ID.</p>\n","urlObject":{"protocol":"https","path":["v1","folder",":id"],"host":["api","creaite","com"],"query":[],"variable":[{"id":"135ac531-7f43-4ebf-8446-15de6e2df957","description":{"content":"<p>ID of the folder to delete</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"3c50a339-93e4-42a9-9629-5e568474142a","name":"Success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[],"options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.creaite.com/v1/folder/:id","protocol":"https","host":["api","creaite","com"],"path":["v1","folder",":id"],"variable":[{"key":"id","value":"{{folder_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"16"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 12:16:38 GMT"},{"key":"Etag","value":"W/\"10-sVfJQj54VHOAwj+hmq8RTMGcte8\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"deleted\": true\n}"},{"id":"0810d981-b5c7-440f-af9c-8341238d5648","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[],"options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.creaite.com/v1/folder/:id","protocol":"https","host":["api","creaite","com"],"path":["v1","folder",":id"],"variable":[{"key":"id","value":"{{folder_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"40"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 12:16:52 GMT"},{"key":"Etag","value":"W/\"28-Yx878V4TO70gWDwZVG4nsMMPEhc\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"desc\": \"folder_not_found\"\n}"}],"_postman_id":"57556690-31c5-4ac7-bcbb-d3409777112f"}],"id":"d8950b98-84d0-4e35-a7c0-6328963138aa","description":"<p>Folders allow users to organize their created articles however they wish, the <code>/folder</code> endpoints will facilitate this functionality in your own application. If your implementation does not allow for users to select a folder themselves then it is recommended for you to create a folder that is used exclusively by your application to help keep things tidy for the user.</p>\n","event":[{"listen":"prerequest","script":{"id":"da78d92a-9c09-4a06-900f-9c60028f8de8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"024c78af-b585-41e8-8195-f251abd1669c","type":"text/javascript","exec":[""]}}],"_postman_id":"d8950b98-84d0-4e35-a7c0-6328963138aa"},{"name":"Languages","item":[{"name":"Get Languages","id":"8f4b131f-690a-4f1d-a374-932b52e77776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"url":"https://api.creaite.com/v2/language","description":"<p>Get a full list of languages available to the authenticated user. If a user does not have the ability to create non-English articles then this endpoint will return just 'EN-US'.</p>\n<p>The relevant languages <code>code</code> should be sent when creating an article.</p>\n","urlObject":{"protocol":"https","path":["v2","language"],"host":["api","creaite","com"],"query":[],"variable":[]}},"response":[{"id":"318baf87-0f99-496b-a5a0-a58b2614455b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"API_KEY","value":"","description":"Users API Key","type":"text"}],"url":"https://api.creaite.com/v1/language"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"35"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Fri, 29 Jan 2021 15:01:20 GMT"},{"key":"Etag","value":"W/\"23-VbemSACJBpBr2WDwjrvQDAcvJPk\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"code\": \"EN-US\",\n        \"name\": \"English\"\n    }\n]"}],"_postman_id":"8f4b131f-690a-4f1d-a374-932b52e77776"}],"id":"894bb1b0-4a2a-4d28-8247-5ee1ba383ed4","description":"<p>Creaite can output articles in different languages. <strong>Note</strong> that non-English output is not a standard feature and as such not all users may have this ability.</p>\n","_postman_id":"894bb1b0-4a2a-4d28-8247-5ee1ba383ed4"},{"name":"Articles","item":[{"name":"Create Article","id":"8356f065-831e-4b64-88d1-d208298b8e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"","description":"<p>(Optional) type of article to create:</p>\n<p><code>standard:subject</code>, <code>prompt</code> should be a string with a subject for Creaite to write about eg. back pain, email marketing or global warming. This behaves similarly to Creaite V1's Freestyle feature except not limited to predefined niches.</p>\n<p><code>standard:prompt</code>, <code>prompt</code> should be the starting point for an article to continue writing from. This behaves similarly to Creaite V1's standard articles.</p>\n<p><code>standard:subject_prompt</code>, a hybrid of the above options allows you to specify both the subject and starting prompt for the article and is our recommended approach when possible. <code>prompt</code> should be an array with the first item being the subject, second being the prompt.</p>\n<p>If <code>qa</code> then <code>prompt</code> should be an array of questions. We have a limit of 5 questions per Q&amp;A article, any more than this and we will omit the extras.</p>\n<p>If omitted we will assume <code>standard:prompt</code></p>\n","type":"text"},{"key":"prompt","value":"","description":"<p>The starting point for this article if <code>type</code> is <code>standard</code> or an array of questions if <code>type</code> is <code>qa</code>. Not required for <code>freestyle</code> article types</p>\n","type":"text"},{"key":"folder","value":"","description":"<p>(Optional) ID of the folder to add article to. Set to 'no_folder' or blank to leave in the default unorganized folder</p>\n","type":"text"},{"key":"language","value":"","description":"<p>(Optional) Language code to use for this article. If omitted this will default to English.</p>\n<p>If sending this paramater please be aware that if your user does not have a user level that allows article creation in non-English languages then this will be forced to English. \nCheck the /language endpoint to see which languages a user can use.</p>\n","type":"text"},{"key":"callback_url","value":"","description":"<p>(Optional) URL that we will send a post request to once article creation process has completed be it successfully or error</p>\n","type":"text"}]},"url":"https://api.creaite.com/v2/article","description":"<p>Create a new article.</p>\n<h4 id=\"important\">Important</h4>\n<p><strong>Creaite will not instantly respond to API requests with the created article</strong>. The process can take a while with the average being around 1 minute, but in peak times when we are unable to start straight away due to being at capacity it can take longer.</p>\n<p>We operate a FIFO queue system so all articles are created in the order we receive the request regardless of if they originate from our own website or this API.</p>\n<p>There are 2 options for retrieving the article once the process has completed:</p>\n<ol>\n<li>Poll the GET <code>/article/:id</code> endpoint and wait for the <code>status</code> property to read <code>complete</code> or <code>error</code>. Please do not call this endpoint too often, once every 10 seconds is preferable and sufficient for this purpose.</li>\n<li>Enter a <code>callback_url</code> and we will send a post request to it once processing has completed. This is the preferrred option.</li>\n</ol>\n<h4 id=\"article-types\">Article Types</h4>\n<p>Possible values for the <code>type</code> parameter are <code>standard</code> for standard articles, <code>qa</code> for Question and Answer articles and <code>freestyle</code> for articles generated without a prompt. Note that Q&amp;A/Freestyle articles permissions vary dependant on user level so if offering the option to create those article types, you should first check the <code>/article/types</code> endpoint to check the authenticated users available types.</p>\n<h4 id=\"callbacks\">Callbacks</h4>\n<p>Once an article has finished the creation process, be it successfully or with an error, we will send a POST request to the URL entered as the <code>callback_url</code> parameter.</p>\n<p>The data sent will be the same as the GET <code>/article/:id</code> endpoint:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    _id,\n    languageModel,\n    folder,\n    prompt,\n    status,\n    title,\n    body,\n    bodyWithoutPrompt,\n    callbackUrl,\n    created\n}\n</code></pre><p>Return 200 OK status to indicate that you have successfully received this notification. If a 200 is not received, we will retry a total of 4 more times.</p>\n<h4 id=\"errors\">Errors</h4>\n<p>You should be aware that users have a limit as to how many articles can be concurrently created. If this limit has been met then it will not be possible to add further articles into the queue. If this is the case, a 401 error will be returned with the <code>desc</code> parameter reading <code>concurrency_limit_met</code>.</p>\n<p>Errors during article creation do not happen often but should be accounted for. We make 3 attempts at generating an article and only if it fails on the 3rd and final atttempt will we mark an article as failure. Users credit(s) will be returned to them if this does occur.</p>\n","urlObject":{"protocol":"https","path":["v2","article"],"host":["api","creaite","com"],"query":[],"variable":[]}},"response":[{"id":"93e1f71f-f39a-4971-95a7-4a45b70a28a2","name":"Standard Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"language_model","value":"6006b52ae19b226fde079282","description":"ID of the language model to use","type":"text"},{"key":"prompt","value":"Running an online shop is a low cost entry into running your own business","description":"The starting point to use for creation, at least one sentence.","type":"text"},{"key":"folder","value":"6006d717f2e9b9008bec3c21","description":"(Optional) ID of the folder to add article to. Set to 'no_folder' or blank to leave in the default unorganized folder","type":"text"},{"key":"callback_url","value":"https://40569db080d80efb806f92b7602c0c34.m.pipedream.net","description":"(Optional) URL that we will send a post request to once article creation process has completed be it successfully or error","type":"text"}]},"url":"https://api.creaite.com/v1/article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"34"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 14:25:14 GMT"},{"key":"Etag","value":"W/\"22-fsIc8cnJErcFBuII27Kjxfc6j8U\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6006ebc9127a370a18f2eaec\"\n}"},{"id":"bdc8f45a-cd3d-4341-b77b-3d25845f83a2","name":"Language Model Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"language_model","value":"6006b52ae19b226fde079281","description":"ID of the language model to use","type":"text"},{"key":"prompt","value":"Running an online shop is a low cost entry into running your own business","description":"The starting point to use for creation, at least one sentence.","type":"text"},{"key":"folder","value":"6006d717f2e9b9008bec3c21","description":"(Optional) ID of the folder to add article to. Set to 'no_folder' or blank to leave in the default unorganized folder","type":"text"},{"key":"callback_url","value":"https://40569db080d80efb806f92b7602c0c34.m.pipedream.net","description":"(Optional) URL that we will send a post request to once article creation process has completed be it successfully or error","type":"text"}]},"url":"https://api.creaite.com/v1/article"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 14:25:36 GMT"},{"key":"Etag","value":"W/\"30-P3oYpVeMYtt9XIdkwrfZF+xwaZ4\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"desc\": \"language_model_not_found\"\n}"},{"id":"a94f8465-4043-4292-b887-be37dd211070","name":"Insufficient Credits","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"language_model","value":"6006b52ae19b226fde079282","description":"ID of the language model to use","type":"text"},{"key":"prompt","value":"Running an online shop is a low cost entry into running your own business","description":"The starting point to use for creation, at least one sentence.","type":"text"},{"key":"folder","value":"6006d717f2e9b9008bec3c21","description":"(Optional) ID of the folder to add article to. Set to 'no_folder' or blank to leave in the default unorganized folder","type":"text"},{"key":"callback_url","value":"https://40569db080d80efb806f92b7602c0c34.m.pipedream.net","description":"(Optional) URL that we will send a post request to once article creation process has completed be it successfully or error","type":"text"}]},"url":"https://api.creaite.com/v1/article"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"44"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 14:26:01 GMT"},{"key":"Etag","value":"W/\"2c-RnyogZA8EtLL9kKuUHSupZf4H2U\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"desc\": \"insufficient_credits\"\n}"},{"id":"e76c5dca-2ce5-4d28-9a37-976f9fee9c78","name":"Language Not Found","originalRequest":{"method":"POST","header":[{"key":"API_KEY","value":"","description":"Users API Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"language_model","value":"5ff8e23c6c765e0c52c5de11","description":"ID of the language model to use. Note parent language models are not accepted, only IDs of child models are valid","type":"text"},{"key":"prompt","value":"acne is","description":"The starting point to use for creation, at least one sentence.","type":"text"},{"key":"folder","value":"","description":"(Optional) ID of the folder to add article to. Set to 'no_folder' or blank to leave in the default unorganized folder","type":"text"},{"key":"language","value":"NOT_VALID","description":"(Optional) Language code to use for this article. If omitted this will default to English.\n\nIf sending this paramater please be aware that if your user does not have a user level that allows article creation in non-English languages then this will be forced to English. Check the /user/auth endpoint to see if users have this ability","type":"text"},{"key":"callback_url","value":"","description":"(Optional) URL that we will send a post request to once article creation process has completed be it successfully or error","type":"text"}]},"url":"https://api.creaite.com/v1/article"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"42"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 26 Jan 2021 14:02:48 GMT"},{"key":"Etag","value":"W/\"2a-NWC/+DXpCY3fudkI+wO1TLGJLNc\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"desc\": \"language_not_found\"\n}"},{"id":"b0a1c203-af01-4781-b01c-1ced8dda164d","name":"Success Q&A","originalRequest":{"method":"POST","header":[{"key":"API_KEY","value":"","description":"Users API Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"language_model","value":"60029e0e77514a2abffd05db","description":"ID of the language model to use. Note parent language models are not accepted, only IDs of child models are valid.\n\nCheck the /language_model endpoint for users permitted language models.","type":"text"},{"key":"type","value":"qa","description":"(Optional) type of article to create, either `standard` for standard articles or `qa` for question and answer articles. If omitted we will assume `standard`\n\nIf `standard`, prompt should be a string with a starting point for Creaite to write from.\n\nIf `qa` then `prompt` should be an array of questions. We have a limit of 5 questions per Q&A article, any more than this and we will omit the extras.","type":"text"},{"key":"prompt[]","value":"What are Wisdom Teeth?","description":"Either the starting point for this article if `type` is `standard` or an array of questions if `type` is `qa`.","type":"text"},{"key":"prompt[]","value":"Why are Wisdom Teeth removed?","type":"text"},{"key":"prompt[]","value":"How much does Wisdom Teeth removal cost?","type":"text"},{"key":"folder","value":"6012cac40b242f0198fe92dc","description":"(Optional) ID of the folder to add article to. Set to 'no_folder' or blank to leave in the default unorganized folder","type":"text"},{"key":"language","value":"","description":"(Optional) Language code to use for this article. If omitted this will default to English.\n\nIf sending this paramater please be aware that if your user does not have a user level that allows article creation in non-English languages then this will be forced to English. \nCheck the /language endpoint to see which languages a user can use.","type":"text","disabled":true},{"key":"callback_url","value":"","description":"(Optional) URL that we will send a post request to once article creation process has completed be it successfully or error","type":"text","disabled":true}]},"url":"http://api.localhost/v1/article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"34"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 02 Feb 2021 00:52:38 GMT"},{"key":"Etag","value":"W/\"22-Kfn5EbbZ/XusD87POzq5JAapKM0\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6018a255e5cfb6005306b2e1\"\n}"},{"id":"fd6c7080-929b-4ae3-8f2b-e08592b6e70a","name":"Article Type Not Permitted","originalRequest":{"method":"POST","header":[{"key":"API_KEY","value":"","description":"Users API Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"language_model","value":"601667ab4b25967eb4731cfa","description":"ID of the language model to use. Note parent language models are not accepted, only IDs of child models are valid.\n\nCheck the /language_model endpoint for users permitted language models.","type":"text"},{"key":"type","value":"qa","description":"(Optional) type of article to create, either `standard` for standard articles or `qa` for question and answer articles. If omitted we will assume `standard`\n\nIf `standard`, `prompt` should be a string with a starting point for Creaite to write from.\n\nIf `qa` then `prompt` should be an array of questions. We have a limit of 5 questions per Q&A article, any more than this and we will omit the extras.","type":"text"},{"key":"prompt[]","value":"How do I find a good accountant?","description":"Either the starting point for this article if `type` is `standard` or an array of questions if `type` is `qa`.","type":"text"},{"key":"folder","value":"","description":"(Optional) ID of the folder to add article to. Set to 'no_folder' or blank to leave in the default unorganized folder","type":"text","disabled":true},{"key":"language","value":"","description":"(Optional) Language code to use for this article. If omitted this will default to English.\n\nIf sending this paramater please be aware that if your user does not have a user level that allows article creation in non-English languages then this will be forced to English. \nCheck the /language endpoint to see which languages a user can use.","type":"text","disabled":true},{"key":"callback_url","value":"","description":"(Optional) URL that we will send a post request to once article creation process has completed be it successfully or error","type":"text","disabled":true}]},"url":"https://api.creaite.com/v1/article"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 02 Feb 2021 13:55:36 GMT"},{"key":"Etag","value":"W/\"30-EHCI8A0bbOIWBbEY3Q3lDWz7B0Y\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"desc\": \"insufficient_permissions\"\n}"},{"id":"d83873a4-64b5-4ce8-a193-de9cd61810e8","name":"Concurrency Limit Met","originalRequest":{"method":"POST","header":[{"key":"API_KEY","value":"","description":"Users API Key","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"language_model","value":"601667ab4b25967eb4731cfa","description":"ID of the language model to use. Note parent language models are not accepted, only IDs of child models are valid.\n\nCheck the /language_model endpoint for users permitted language models.","type":"text"},{"key":"type","value":"freestyle","description":"(Optional) type of article to create, either `standard` for standard articles, `qa` for question and answer articles or `freestyle` for articles without any prompt. If omitted we will assume `standard`\n\nIf `standard`, `prompt` should be a string with a starting point for Creaite to write from.\n\nIf `qa` then `prompt` should be an array of questions. We have a limit of 5 questions per Q&A article, any more than this and we will omit the extras.\n\nIf `freestyle` then no prompt is required.","type":"text"},{"key":"prompt","value":"","description":"The starting point for this article if `type` is `standard` or an array of questions if `type` is `qa`. Not required for `freestyle` article types","type":"text","disabled":true},{"key":"folder","value":"","description":"(Optional) ID of the folder to add article to. Set to 'no_folder' or blank to leave in the default unorganized folder","type":"text","disabled":true},{"key":"language","value":"","description":"(Optional) Language code to use for this article. If omitted this will default to English.\n\nIf sending this paramater please be aware that if your user does not have a user level that allows article creation in non-English languages then this will be forced to English. \nCheck the /language endpoint to see which languages a user can use.","type":"text","disabled":true},{"key":"callback_url","value":"","description":"(Optional) URL that we will send a post request to once article creation process has completed be it successfully or error","type":"text","disabled":true}]},"url":"https://api.creaite.com/v1/article"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"45"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 01 Mar 2021 11:34:12 GMT"},{"key":"Etag","value":"W/\"2d-YaoCMEHOFcYk3ZhlZwf/NPHYbtM\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"desc\": \"concurrency_limit_met\"\n}"}],"_postman_id":"8356f065-831e-4b64-88d1-d208298b8e85"},{"name":"Get Articles","id":"881d4506-7af0-4907-8c22-1306d62aca27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"url":"https://api.creaite.com/v2/article","description":"<p>Get all of the users articles.</p>\n","urlObject":{"protocol":"https","path":["v2","article"],"host":["api","creaite","com"],"query":[],"variable":[]}},"response":[{"id":"1a7198af-9018-4358-ba94-e1061cfcde84","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://api.creaite.com/v1/article"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"12755"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 13:21:46 GMT"},{"key":"Etag","value":"W/\"31d3-tIUpfMSQNeEWkMVzhwWsMqmXpQo\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5ffecd60b7f497002b177c34\",\n        \"languageModel\": \"5ffecd20198dfe0907556bcb\",\n        \"status\": \"complete\",\n        \"title\": \"Get the Beautiful Skin With the Help of Avocado, Apple Juice\",\n        \"created\": \"2021-01-08T10:22:28.795Z\"\n    },\n    {\n        \"_id\": \"5ffecd7fb7f497002b177c43\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Bodyweight Training and Total Gymnasium Experiences\",\n        \"created\": \"2021-01-08T10:22:28.795Z\"\n    },\n    {\n        \"_id\": \"5ffecf22b7f497002b177c83\",\n        \"languageModel\": \"5ffecd3b198dfe0907556bcd\",\n        \"status\": \"complete\",\n        \"title\": \"Canal Therapy - What to Expect at a Canal Therapy - The Role of the Joint\",\n        \"created\": \"2021-01-08T10:22:28.795Z\"\n    },\n    {\n        \"_id\": \"5ffed80d28b694002b82912c\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"5 Common Myths the Bodybuilder Must Remember\",\n        \"created\": \"2021-01-08T10:22:28.795Z\"\n    },\n    {\n        \"_id\": \"5ffee97428b694002b82915a\",\n        \"languageModel\": \"5ffecd20198dfe0907556bcb\",\n        \"status\": \"complete\",\n        \"title\": \"Biting Nails and Bad Habits\",\n        \"created\": \"2021-01-08T10:22:28.795Z\"\n    },\n    {\n        \"_id\": \"5fff473f28b694002b82919d\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Tips to Help You Remember Each Training Day\",\n        \"created\": \"2021-01-08T10:22:28.795Z\"\n    },\n    {\n        \"_id\": \"5fffe0af28b694002b829206\",\n        \"languageModel\": \"5ffecd3b198dfe0907556bcd\",\n        \"status\": \"complete\",\n        \"title\": \"What Is Sciatica?\",\n        \"created\": \"2021-01-08T10:22:28.795Z\"\n    },\n    {\n        \"_id\": \"5fffe2f128b694002b829223\",\n        \"languageModel\": \"5ffecd3b198dfe0907556bcd\",\n        \"status\": \"complete\",\n        \"title\": \"Preventive Dentistry\",\n        \"created\": \"2021-01-08T10:22:28.795Z\"\n    },\n    {\n        \"_id\": \"5fffe3c928b694002b829258\",\n        \"languageModel\": \"5ffecd3b198dfe0907556bcd\",\n        \"status\": \"complete\",\n        \"title\": \"Your Dentist and Chiropractic\",\n        \"created\": \"2021-01-08T10:22:28.795Z\"\n    },\n    {\n        \"_id\": \"6001fe2ecd16a701f1f812df\",\n        \"languageModel\": \"5ffd936fa9973d3bdec0c7f3\",\n        \"status\": \"complete\",\n        \"title\": \"The Secret to Back Pain Relief\",\n        \"created\": \"2021-01-15T20:42:22.171Z\"\n    },\n    {\n        \"_id\": \"6002029210e3c903ab312654\",\n        \"languageModel\": \"5ffd936fa9973d3bdec0c7f3\",\n        \"status\": \"complete\",\n        \"title\": \"Back Pain - Get Relief from Simple Exercises\",\n        \"created\": \"2021-01-15T21:01:06.059Z\"\n    },\n    {\n        \"_id\": \"6002039410e3c903ab31265c\",\n        \"languageModel\": \"5ffd936fa9973d3bdec0c7f3\",\n        \"status\": \"complete\",\n        \"title\": \"Why You Need A Chiropractor For Your Lower Back\",\n        \"created\": \"2021-01-15T21:05:24.351Z\"\n    },\n    {\n        \"_id\": \"60020e5af00ecf072bc30cc2\",\n        \"languageModel\": \"5ff8e2506c765e0c52c5de12\",\n        \"status\": \"complete\",\n        \"title\": \"Botox Treatment - The Most Effective Method to Treat Wrinkles\",\n        \"created\": \"2021-01-15T21:51:22.950Z\"\n    },\n    {\n        \"_id\": \"60020e5bf00ecf072bc30cc3\",\n        \"languageModel\": \"5ff8e2506c765e0c52c5de12\",\n        \"status\": \"complete\",\n        \"title\": \"Botox Cosmetic Injections For Anti Aging\",\n        \"created\": \"2021-01-15T21:51:23.045Z\"\n    },\n    {\n        \"_id\": \"600229fe2fee1001bb02d9ed\",\n        \"languageModel\": \"5ffd936fa9973d3bdec0c7f3\",\n        \"status\": \"complete\",\n        \"title\": \"Tips on How to Prevent and Eliminate Back Pain and Pain Management\",\n        \"created\": \"2021-01-15T23:49:18.112Z\"\n    },\n    {\n        \"_id\": \"600229fe2fee1001bb02d9ee\",\n        \"languageModel\": \"5ffd936fa9973d3bdec0c7f3\",\n        \"status\": \"complete\",\n        \"title\": \"Getting Help With Your Back Pain\",\n        \"created\": \"2021-01-15T23:49:18.224Z\"\n    },\n    {\n        \"_id\": \"60022b311050bc0260ce273b\",\n        \"languageModel\": \"5ffd936fa9973d3bdec0c7f3\",\n        \"status\": \"complete\",\n        \"title\": \"Lower Back Pain and Hip Pain - Causes Of Low Back Pain and Hip Pain\",\n        \"created\": \"2021-01-15T23:54:25.906Z\"\n    },\n    {\n        \"_id\": \"60029eb19a3175002b25eaa3\",\n        \"languageModel\": \"60029e7677514a2abffd05e1\",\n        \"status\": \"complete\",\n        \"title\": \"Learn to Become a Bhakti Sutras\",\n        \"created\": \"2021-01-16T08:07:13.912Z\"\n    },\n    {\n        \"_id\": \"6002a35d9a3175002b25eac7\",\n        \"languageModel\": \"60029e0e77514a2abffd05db\",\n        \"status\": \"complete\",\n        \"title\": \"Get Dental Implants and Get the Smile You've Always Wanted\",\n        \"created\": \"2021-01-16T08:27:09.980Z\"\n    },\n    {\n        \"_id\": \"6002a44a9a3175002b25eb00\",\n        \"languageModel\": \"60029e0e77514a2abffd05db\",\n        \"status\": \"complete\",\n        \"title\": \"Dental Hygiene - A Brief Introduction\",\n        \"created\": \"2021-01-16T08:31:06.660Z\"\n    },\n    {\n        \"_id\": \"6002a4aa9a3175002b25eb11\",\n        \"languageModel\": \"60029e0e77514a2abffd05db\",\n        \"status\": \"complete\",\n        \"title\": \"Dental Products - What You Should Look For In a Dental Product\",\n        \"created\": \"2021-01-16T08:32:42.665Z\"\n    },\n    {\n        \"_id\": \"6002a55a9a3175002b25eb2d\",\n        \"languageModel\": \"60029e1c77514a2abffd05dc\",\n        \"status\": \"complete\",\n        \"title\": \"Psychotherapy and Abortion - The Best Options Available Today\",\n        \"created\": \"2021-01-16T08:35:38.855Z\"\n    },\n    {\n        \"_id\": \"6002a6349a3175002b25eb4d\",\n        \"languageModel\": \"60029e2b77514a2abffd05dd\",\n        \"status\": \"complete\",\n        \"title\": \"How To Quit Smoking Today: The 10 Point Checklist\",\n        \"created\": \"2021-01-16T08:39:16.598Z\"\n    },\n    {\n        \"_id\": \"6002a7159a3175002b25eb68\",\n        \"languageModel\": \"60029e4f77514a2abffd05de\",\n        \"status\": \"complete\",\n        \"title\": \"5 Weight Loss Tips - 5 Ways Weight Loss Is Stuck\",\n        \"created\": \"2021-01-16T08:43:01.971Z\"\n    },\n    {\n        \"_id\": \"6002a7909a3175002b25eb79\",\n        \"languageModel\": \"60029e4f77514a2abffd05de\",\n        \"status\": \"complete\",\n        \"title\": \"How to Stay Fit With the Right Foods That Keep You Healthy and Young Forever\",\n        \"created\": \"2021-01-16T08:45:04.438Z\"\n    },\n    {\n        \"_id\": \"6002a8a99a3175002b25ebbd\",\n        \"languageModel\": \"60029e4f77514a2abffd05de\",\n        \"status\": \"complete\",\n        \"title\": \"Weight Loss Success - How Do You Get It?\",\n        \"created\": \"2021-01-16T08:49:45.874Z\"\n    },\n    {\n        \"_id\": \"6002a9379a3175002b25ebd0\",\n        \"languageModel\": \"60029e5d77514a2abffd05df\",\n        \"status\": \"complete\",\n        \"title\": \"Getting Supplements\",\n        \"created\": \"2021-01-16T08:52:07.562Z\"\n    },\n    {\n        \"_id\": \"6002a9dd9a3175002b25ebed\",\n        \"languageModel\": \"60029e5d77514a2abffd05df\",\n        \"status\": \"complete\",\n        \"title\": \"5 Things To Remember About Sleeping Pills For Menopause\",\n        \"created\": \"2021-01-16T08:54:53.988Z\"\n    },\n    {\n        \"_id\": \"6002c33b9a3175002b25ec14\",\n        \"languageModel\": \"60029e6d77514a2abffd05e0\",\n        \"status\": \"complete\",\n        \"title\": \"Wherever You Are, Vitamin C is Everywhere\",\n        \"created\": \"2021-01-16T10:43:07.593Z\"\n    },\n    {\n        \"_id\": \"6002e22a9a3175002b25ec36\",\n        \"languageModel\": \"60029e2b77514a2abffd05dd\",\n        \"status\": \"complete\",\n        \"title\": \"Easy Way To Quit Smoking - The Real Reason For Stop Smoking\",\n        \"created\": \"2021-01-16T12:55:06.141Z\"\n    },\n    {\n        \"_id\": \"600312479a3175002b25ec4e\",\n        \"languageModel\": \"5ffecd20198dfe0907556bcb\",\n        \"status\": \"complete\",\n        \"title\": \"Best Foods to Avoid For Preventing Hair Loss\",\n        \"created\": \"2021-01-16T16:20:23.297Z\"\n    },\n    {\n        \"_id\": \"600389f733110b002b11559a\",\n        \"languageModel\": \"60029e4f77514a2abffd05de\",\n        \"status\": \"complete\",\n        \"title\": \"4 Best Ways To Quickly Lose Fat Fast - Lose 10 Pounds In 14 Days Or Less!\",\n        \"created\": \"2021-01-17T00:51:03.111Z\"\n    },\n    {\n        \"_id\": \"600389f733110b002b11559b\",\n        \"languageModel\": \"60029e4f77514a2abffd05de\",\n        \"status\": \"complete\",\n        \"title\": \"The Weight Loss Challenge - An Idea From The Internet\",\n        \"created\": \"2021-01-17T00:51:03.221Z\"\n    },\n    {\n        \"_id\": \"60042adb33110b002b11563b\",\n        \"languageModel\": \"60029e0077514a2abffd05da\",\n        \"status\": \"complete\",\n        \"title\": \"How to Focus on Running\",\n        \"created\": \"2021-01-17T12:17:31.380Z\"\n    },\n    {\n        \"_id\": \"60042b9b33110b002b11564d\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Build A 6 Pack: The Best Way to Get a 6 Pack\",\n        \"created\": \"2021-01-17T12:20:43.591Z\"\n    },\n    {\n        \"_id\": \"60042c1733110b002b115671\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Best Dumb Bell Exercises to Develop Strong Muscles\",\n        \"created\": \"2021-01-17T12:22:47.122Z\"\n    },\n    {\n        \"_id\": \"60042c1733110b002b115672\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"The Best Way to Build Muscle, And Stay Safe\",\n        \"created\": \"2021-01-17T12:22:47.227Z\"\n    },\n    {\n        \"_id\": \"60042db233110b002b115758\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Bodybuilding and Protein\",\n        \"created\": \"2021-01-17T12:29:38.276Z\"\n    },\n    {\n        \"_id\": \"60042db233110b002b115759\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Muscle Building Tip - Get 40% Protein For Your Efforts From Your Food\",\n        \"created\": \"2021-01-17T12:29:38.381Z\"\n    },\n    {\n        \"_id\": \"60042db233110b002b11575a\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"error\",\n        \"title\": \"How to Gain Weight & Muscle\",\n        \"created\": \"2021-01-17T12:29:38.493Z\"\n    },\n    {\n        \"_id\": \"600433a033110b002b115ab7\",\n        \"languageModel\": \"60029e6d77514a2abffd05e0\",\n        \"status\": \"complete\",\n        \"title\": \"Best Weight Loss Supplements Found\",\n        \"created\": \"2021-01-17T12:54:56.971Z\"\n    },\n    {\n        \"_id\": \"600433a133110b002b115ab8\",\n        \"languageModel\": \"60029e6d77514a2abffd05e0\",\n        \"status\": \"complete\",\n        \"title\": \"5 Weight Loss Supplements That Work\",\n        \"created\": \"2021-01-17T12:54:57.079Z\"\n    },\n    {\n        \"_id\": \"600433a133110b002b115ab9\",\n        \"languageModel\": \"60029e6d77514a2abffd05e0\",\n        \"status\": \"complete\",\n        \"title\": \"What You Should Know About Vitamins and Minerals\",\n        \"created\": \"2021-01-17T12:54:57.187Z\"\n    },\n    {\n        \"_id\": \"60045a8b33110b002b115b8c\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Best Way to Build Muscle? How to Eat the Right Foods in Order to Get Ripped and Build Muscle\",\n        \"created\": \"2021-01-17T15:40:59.918Z\"\n    },\n    {\n        \"_id\": \"60045a8c33110b002b115b8d\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Muscle Building Tips - Build Muscle With These Top Exercises\",\n        \"created\": \"2021-01-17T15:41:00.023Z\"\n    },\n    {\n        \"_id\": \"60045a8c33110b002b115b8e\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Build Muscle Fast - You Can Build Muscle Fast With The Right Method\",\n        \"created\": \"2021-01-17T15:41:00.128Z\"\n    },\n    {\n        \"_id\": \"60045f7333110b002b115c40\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Paleo Diet - Is It Really Right For You?\",\n        \"created\": \"2021-01-17T16:01:55.104Z\"\n    },\n    {\n        \"_id\": \"60045f7333110b002b115c41\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Protein and Carbohydrate Overloads\",\n        \"created\": \"2021-01-17T16:01:55.209Z\"\n    },\n    {\n        \"_id\": \"60045f7333110b002b115c42\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"How Much Protein to Build Muscle?\",\n        \"created\": \"2021-01-17T16:01:55.313Z\"\n    },\n    {\n        \"_id\": \"60045f7333110b002b115c43\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"Can't They Grow Your Muscles?  They Really Can\",\n        \"created\": \"2021-01-17T16:01:55.418Z\"\n    },\n    {\n        \"_id\": \"60045f7333110b002b115c44\",\n        \"languageModel\": \"5ffecd2f198dfe0907556bcc\",\n        \"status\": \"complete\",\n        \"title\": \"The Importance of Amino Acids in Muscle Building\",\n        \"created\": \"2021-01-17T16:01:55.525Z\"\n    },\n    {\n        \"_id\": \"60058f9813837d029beca0a7\",\n        \"languageModel\": \"60029e0077514a2abffd05da\",\n        \"status\": \"complete\",\n        \"title\": \"How to Fit Fit Fit in Five Minutes\",\n        \"created\": \"2021-01-18T13:39:36.063Z\"\n    },\n    {\n        \"_id\": \"600594bcfb72f707817abb43\",\n        \"languageModel\": \"5ffd936fa9973d3bdec0c7f3\",\n        \"status\": \"complete\",\n        \"title\": \"Back Pain Relief - A Solution From the Past\",\n        \"created\": \"2021-01-18T14:01:32.822Z\"\n    },\n    {\n        \"_id\": \"600594bcfb72f707817abb44\",\n        \"languageModel\": \"5ffd936fa9973d3bdec0c7f3\",\n        \"status\": \"complete\",\n        \"title\": \"How to Stop Sciatica\",\n        \"created\": \"2021-01-18T14:01:32.917Z\"\n    },\n    {\n        \"_id\": \"6005aec3339079059338ca7e\",\n        \"languageModel\": \"5ffd936fa9973d3bdec0c7f3\",\n        \"status\": \"complete\",\n        \"title\": \"1 Why Your Back Hurt?\",\n        \"created\": \"2021-01-18T15:52:35.984Z\"\n    },\n    {\n        \"_id\": \"6005aec4339079059338ca7f\",\n        \"languageModel\": \"5ffd936fa9973d3bdec0c7f3\",\n        \"status\": \"complete\",\n        \"title\": \"Solving Back Pain - Simple Ways to Make Your Back Feel Its Best\",\n        \"created\": \"2021-01-18T15:52:36.091Z\"\n    },\n    {\n        \"_id\": \"6005b653f3f0b20868b84ea8\",\n        \"languageModel\": \"60029e0077514a2abffd05da\",\n        \"status\": \"complete\",\n        \"title\": \"Get Lean and Fit Faster With a 2-3 Week Workout Routine\",\n        \"created\": \"2021-01-18T16:24:51.120Z\"\n    },\n    {\n        \"_id\": \"6005b653f3f0b20868b84ea9\",\n        \"languageModel\": \"60029e0077514a2abffd05da\",\n        \"status\": \"complete\",\n        \"title\": \"asd How to Get More Muscle With Exercise\",\n        \"created\": \"2021-01-18T16:24:51.216Z\"\n    },\n    {\n        \"_id\": \"6006952922462a002bbf25b3\",\n        \"languageModel\": \"60029e0e77514a2abffd05db\",\n        \"status\": \"complete\",\n        \"title\": \"Dental Providers - What Should You Look For?\",\n        \"created\": \"2021-01-19T08:15:37.727Z\"\n    },\n    {\n        \"_id\": \"6006952922462a002bbf25b4\",\n        \"languageModel\": \"60029e0e77514a2abffd05db\",\n        \"status\": \"complete\",\n        \"title\": \"An Amazing Dentist\",\n        \"created\": \"2021-01-19T08:15:37.870Z\"\n    },\n    {\n        \"_id\": \"6006d759f2e9b9008bec3c24\",\n        \"languageModel\": \"6006b56ce19b226fde079286\",\n        \"status\": \"complete\",\n        \"title\": \"The Best Treatments For Hair Loss in Men\",\n        \"created\": \"2021-01-19T12:58:01.382Z\"\n    },\n    {\n        \"_id\": \"6006d759f2e9b9008bec3c25\",\n        \"languageModel\": \"6006b56ce19b226fde079286\",\n        \"status\": \"complete\",\n        \"title\": \"How to Fight Hair Loss and Stimulate Hair Growth\",\n        \"created\": \"2021-01-19T12:58:01.499Z\"\n    },\n    {\n        \"_id\": \"6006d77df2e9b9008bec3c3f\",\n        \"languageModel\": \"6006b593e19b226fde079289\",\n        \"status\": \"complete\",\n        \"title\": \"How to Spot a Successful Plastic Surgeon\",\n        \"created\": \"2021-01-19T12:58:37.593Z\"\n    },\n    {\n        \"_id\": \"6006d7c5f2e9b9008bec3c8d\",\n        \"languageModel\": \"6006b57be19b226fde079287\",\n        \"status\": \"complete\",\n        \"title\": \"How to Cope With Depression\",\n        \"created\": \"2021-01-19T12:59:49.477Z\"\n    },\n    {\n        \"_id\": \"6006d7c5f2e9b9008bec3c8e\",\n        \"languageModel\": \"6006b57be19b226fde079287\",\n        \"status\": \"complete\",\n        \"title\": \"Depression - Signs, Symptoms and Treatment\",\n        \"created\": \"2021-01-19T12:59:49.596Z\"\n    },\n    {\n        \"_id\": \"6006d7ecf2e9b9008bec3cbb\",\n        \"languageModel\": \"6006b586e19b226fde079288\",\n        \"status\": \"complete\",\n        \"title\": \"How Does Arthritis Come?\",\n        \"created\": \"2021-01-19T13:00:28.708Z\"\n    },\n    {\n        \"_id\": \"6006d7ecf2e9b9008bec3cbc\",\n        \"languageModel\": \"6006b586e19b226fde079288\",\n        \"status\": \"complete\",\n        \"title\": \"Arthritis And Pain - What You Need To Know\",\n        \"created\": \"2021-01-19T13:00:28.824Z\"\n    }\n]"}],"_postman_id":"881d4506-7af0-4907-8c22-1306d62aca27"},{"name":"Get Article Types","id":"68c36c26-4f5c-4fca-85df-081152d7524e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"url":"https://api.creaite.com/v2/article/types","description":"<p>Get article types available to this user.</p>\n","urlObject":{"protocol":"https","path":["v2","article","types"],"host":["api","creaite","com"],"query":[],"variable":[]}},"response":[{"id":"085389b4-a42b-424e-a429-31b1cf0de015","name":"Success","originalRequest":{"method":"GET","header":[{"key":"API_KEY","value":"","description":"Users API Key","type":"text"}],"url":"http://api.localhost/v1/article/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"17"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 02 Feb 2021 00:59:02 GMT"},{"key":"Etag","value":"W/\"11-uA90hnYp6w/5DYuD/s3P9F+gEiE\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"[\n    \"standard\",\n    \"qa\"\n]"}],"_postman_id":"68c36c26-4f5c-4fca-85df-081152d7524e"},{"name":"Get Article","id":"66e33565-184b-4ce7-a1d0-c0d92653a60e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"url":"https://api.creaite.com/v2/article/:id","description":"<p>Get a specific article by ID</p>\n","urlObject":{"protocol":"https","path":["v2","article",":id"],"host":["api","creaite","com"],"query":[],"variable":[{"description":{"content":"<p>ID of the article to retrieve</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"930f0562-6b04-4854-8f30-7ff180cd4522","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.creaite.com/v1/article/:id","protocol":"https","host":["api","creaite","com"],"path":["v1","article",":id"],"variable":[{"key":"id","value":"{{article_id}}","description":"ID of the article to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"4531"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 14:18:31 GMT"},{"key":"Etag","value":"W/\"11b3-jTmoJtyDmAVLn9GudVnmqK5nmLs\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"6006e643cb8a8306eb0d1ecb\",\n    \"languageModel\": \"6006b52ae19b226fde079282\",\n    \"folder\": \"6006d717f2e9b9008bec3c21\",\n    \"prompt\": \"The secret to setting up a successful online store is\",\n    \"status\": \"complete\",\n    \"title\": \"Rules to Successful Online Stores\",\n    \"body\": \"The secret to setting up a successful online store is to avoid doing everything.\\n\\nIf you do everything, you won't get anything.\\n\\nIf you want to see results, you have to break rules, break conventions, and break all the rules.\\n\\nThe online store is a highly competitive market. In order to be successful, you must break all the rules.\\n\\nIf you do everything right, you won't get anywhere - because there are so many others doing it right.\\n\\nSuccessful online businesses follow a few simple rules. Some are free, some are paid, and some are a mix of paid and free.\\n\\nFirst, do no harm.\\n\\nSecond, do no draw.\\n\\nThird, do no fill.\\n\\nAnd fourth, do no sell.\\n\\nThese rules are really very easy to follow, and once you are aware of them, it's easy to optimize your site.\\n\\nThese are rules you have to understand about your business. There's no point selling something that you cannot deliver.\\n\\nThere's no point selling something that you cannot use.\\n\\nThere's no point selling something that gives you no return on your investment.\\n\\nAnd finally, there's no point selling junk that can be purchased for a few dollars, when you can sell gold and silver at hundreds of dollars or pounds sterling.\\n\\nThe secret to success online is to break all the rules and find the gold and silver. This is the only way that you can make money selling in the highly competitive online market.\\n\\nWhen you break all the rules and find the gold and silver, you will start to see some success online.\\n\\n 1. Do no harm. Never sell anything that you cannot stand in a heartbeat. If it can be reused, send it back. If it's too fragile to be sent back, just leave it.\\n 2. Do no draw sales or services. Never sell a service that can be easily replicated. If it can't be reproduced, it's better to ask the buyer to send you the money back. If it's too costly to send the money back, then don't offer it. This will force the buyer to either send you money back or give you a better price.\\n\\nAs long as you stay aware of how the online store business operates and break the rules, you'll be on your way to success!\",\n    \"bodyWithoutPrompt\": \"to avoid doing everything.\\n\\nIf you do everything, you won't get anything.\\n\\nIf you want to see results, you have to break rules, break conventions, and break all the rules.\\n\\nThe online store is a highly competitive market. In order to be successful, you must break all the rules.\\n\\nIf you do everything right, you won't get anywhere - because there are so many others doing it right.\\n\\nSuccessful online businesses follow a few simple rules. Some are free, some are paid, and some are a mix of paid and free.\\n\\nFirst, do no harm.\\n\\nSecond, do no draw.\\n\\nThird, do no fill.\\n\\nAnd fourth, do no sell.\\n\\nThese rules are really very easy to follow, and once you are aware of them, it's easy to optimize your site.\\n\\nThese are rules you have to understand about your business. There's no point selling something that you cannot deliver.\\n\\nThere's no point selling something that you cannot use.\\n\\nThere's no point selling something that gives you no return on your investment.\\n\\nAnd finally, there's no point selling junk that can be purchased for a few dollars, when you can sell gold and silver at hundreds of dollars or pounds sterling.\\n\\nThe secret to success online is to break all the rules and find the gold and silver. This is the only way that you can make money selling in the highly competitive online market.\\n\\nWhen you break all the rules and find the gold and silver, you will start to see some success online.\\n\\n 1. Do no harm. Never sell anything that you cannot stand in a heartbeat. If it can be reused, send it back. If it's too fragile to be sent back, just leave it.\\n 2. Do no draw sales or services. Never sell a service that can be easily replicated. If it can't be reproduced, it's better to ask the buyer to send you the money back. If it's too costly to send the money back, then don't offer it. This will force the buyer to either send you money back or give you a better price.\\n\\nAs long as you stay aware of how the online store business operates and break the rules, you'll be on your way to success!\",\n    \"callbackUrl\": \"https://40569db080d80efb806f92b7602c0c34.m.pipedream.net\",\n    \"created\": \"2021-01-19T14:01:39.652Z\"\n}"},{"id":"84087ac1-6100-41fa-97cf-416bb6b45a10","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.creaite.com/v1/article/:id","protocol":"https","host":["api","creaite","com"],"path":["v1","article",":id"],"variable":[{"key":"id","value":"{{article_id}}","description":"ID of the article to retrieve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"41"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 14:19:01 GMT"},{"key":"Etag","value":"W/\"29-ZGOiOaTiboOoMzfhkP/afC7fYfo\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"desc\": \"article_not_found\"\n}"}],"_postman_id":"66e33565-184b-4ce7-a1d0-c0d92653a60e"},{"name":"Delete Article","id":"73f1dd35-500c-423b-bdd5-9351e2e42369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"API_KEY","value":"","description":"<p>Users API Key</p>\n","type":"text"}],"url":"https://api.creaite.com/v2/article/:id","description":"<p>Delete an article by ID</p>\n","urlObject":{"protocol":"https","path":["v2","article",":id"],"host":["api","creaite","com"],"query":[],"variable":[{"description":{"content":"<p>ID of the article to delete</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"6fbc721c-05a0-497a-8f14-ed83d8e03be5","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.creaite.com/v1/article/:id","protocol":"https","host":["api","creaite","com"],"path":["v1","article",":id"],"variable":[{"description":"ID of the article to retrieve","key":"id","value":"{{article_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"16"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 14:41:12 GMT"},{"key":"Etag","value":"W/\"10-sVfJQj54VHOAwj+hmq8RTMGcte8\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"deleted\": true\n}"},{"id":"e45d513c-ba36-4eb3-b444-2da8aff2bebe","name":"Not Found","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://api.creaite.com/v1/article/:id","protocol":"https","host":["api","creaite","com"],"path":["v1","article",":id"],"variable":[{"description":"ID of the article to retrieve","key":"id","value":"{{article_id}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"41"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 19 Jan 2021 14:41:42 GMT"},{"key":"Etag","value":"W/\"29-ZGOiOaTiboOoMzfhkP/afC7fYfo\""},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"desc\": \"article_not_found\"\n}"}],"_postman_id":"73f1dd35-500c-423b-bdd5-9351e2e42369"}],"id":"1caf359d-62d6-4bf7-bbc7-23fed62b9989","_postman_id":"1caf359d-62d6-4bf7-bbc7-23fed62b9989","description":""}],"event":[{"listen":"prerequest","script":{"id":"835934f0-64ef-4050-a818-ed6369313050","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0b3a13e9-75dc-4973-a7c2-49b6fafd3d03","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_key","value":""}]}