{"info":{"_postman_id":"1b173571-0209-461b-b704-aa429b476a86","name":"Take Note API documentation ","description":"<html><head></head><body><p>Learn how to send and receive orders via Take Note's API.  </p>\n<p>Our workflow is project-based.  First you need to set up a project, then add media to that project, and approve your order to check out.  </p>\n<p>We will update our progress via your callback URL, and when the transcript is returned you can retrieve it in a number of formats.  </p>\n<p>For high volumes of fast-turnaround orders, where you know the schedule in advance, consider using <em>pre-bookings</em> at the start of the process - more info at the end of the docs.  </p>\n<p>Please note you need a business account in order to use our API.  </p>\n<p>Please contact us on <a href=\"mailto:it@takenote.co\">it@takenote.co</a> for support, we're very happy to help :) </p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"752542","collectionId":"1b173571-0209-461b-b704-aa429b476a86","publishedId":"T17FCUK2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-08-07T10:09:25.000Z"},"item":[{"name":"General","item":[{"name":"Create Access Token","id":"8131372e-63cd-414f-a584-2af79d1bb6e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Basic {Auth_token}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>string </p>\n","key":"grant_type","type":"text","value":"password"},{"description":"<p>string </p>\n<p>your password</p>\n","key":"password","type":"text","value":"*****"},{"description":"<p>string</p>\n<p>your email address</p>\n","key":"username","type":"text","value":"*****"}]},"url":"https://{{host}}.takenotetyping.com/v1/oauth2/token","description":"<p>We use standard oauth2 methods.  In order to access your area, you have to have an authorisation token.</p>\n","urlObject":{"protocol":"https","path":["v1","oauth2","token"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"ae877990-527b-4a17-b915-0776ee06eb84","name":"Create Access Token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic dGVzdGNsaWVudDp0ZXN0cGFzcw","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"password","value":"{YOUR PASSWORD}","type":"text"},{"key":"username","value":"{YOUR USERNAME}","type":"text"}]},"url":"https://api.takenotetyping.com/v1/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 03 Jul 2020 12:05:42 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Expose-Headers","value":""},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Content-Length","value":"177"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"933d149a50a168e1d472fae6a750d2a317e8c1e8\",\n    \"expires_in\": 1594986176,\n    \"token_type\": \"bearer\",\n    \"scope\": null,\n    \"refresh_token\": \"fab7ff2c87a2357d5fa0960c76bb9131d33eb7e2\"\n}"}],"_postman_id":"8131372e-63cd-414f-a584-2af79d1bb6e7"},{"name":"Get available services ","id":"757044d5-1483-4526-bf05-30b9bed6e918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/new-service","description":"<p>See the full list of the available services and service options. Use the service options and values to create a pre-booking or a media.</p>\n","urlObject":{"protocol":"https","path":["v1","new-service"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"814f681c-fa5f-421d-95de-2a5ce959186f","name":"Get available services ","originalRequest":{"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/new-service"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 27 Jul 2020 13:48:41 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=KraWMhtpssQslwxKcUj5WdgNOyZuBs5a; path=/; HttpOnly"},{"key":"Content-Length","value":"5095"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5acb52f19213ce2b4d643f3c\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\",\n        \"base_price\": 0.99,\n        \"api\": true,\n        \"mobile\": true,\n        \"type\": \"Legal\",\n        \"turnaround\": [\n            \"7 days\",\n            \"48 hours\",\n            \"24 hours\",\n            \"12 hours\",\n            \"3 hours\"\n        ],\n        \"speakers\": [\n            \"2-3 Speakers\",\n            \"4+ Speakers\",\n            \"1 (Dictation)\"\n        ],\n        \"document\": [\n            \"Plain text\",\n            \"Word\"\n        ],\n        \"timestamps\": [\n            \"Not Required\",\n            \"Every Speaker\"\n        ],\n        \"price_calculation_elements\": {\n            \"Include ums and errs\": [\n                \"Not Required\",\n                \"Required\"\n            ],\n            \"Speaker ID\": [\n                \"Not Required\",\n                \"Required\"\n            ],\n            \"Technical Content\": [\n                \"Not Required\",\n                \"Required\"\n            ],\n            \"Double proofread\": [\n                \"Not Required\",\n                \"Required\"\n            ]\n        },\n        \"created_at\": 1523274481,\n        \"order_by\": 0,\n        \"description\": {\n            \"content_list\": [],\n            \"mall_text\": \"\",\n            \"mobile_description\": \"Our most popular service, removes ums & errs, false starts and hesitations for a clean read.\",\n            \"desktop_description\": \"Classic word for word transcript with the add-on option to include all umms, errs, etc.. \"\n        },\n        \"service_options_descriptions\": {\n            \"turnaround\": {\n                \"name\": \"How quickly would you like your transcripts returned?\",\n                \"description\": \"Guaranteed delivery times for all projects of all sizes\"\n            },\n            \"speakers\": {\n                \"name\": \"HOW MANY SPEAKERS?\",\n                \"description\": \"Let us know how many different people contribute to the discussion\"\n            },\n            \"document\": {\n                \"name\": \"Document\",\n                \"description\": \"What type of document do you need?\"\n            },\n            \"timestamps\": {\n                \"name\": \"TIMESTAMPS EVERY SPEAKER\",\n                \"description\": \" Includes an accurate timestamp each time the speaker changes\"\n            },\n            \"price_calculation_elements\": {\n                \"Verbatim\": {\n                    \"name\": \"Verbatim\",\n                    \"description\": \"\"\n                },\n                \"Include umms and errs\": {\n                    \"name\": \"Include umms and errs\",\n                    \"description\": \"\"\n                },\n                \"Include ums and errs\": {\n                    \"name\": \"Include ums and errs\",\n                    \"description\": \"When you need a full account of what was said, including ums, errs, hesitations and repetition\"\n                },\n                \"Timestamps Every Speaker\": {\n                    \"name\": \"Timestamps Every Speaker\",\n                    \"description\": \"\"\n                },\n                \"Speaker ID\": {\n                    \"name\": \"Speaker ID\",\n                    \"description\": \"Each speaker named or uniquely identified before their speech\"\n                },\n                \"Technical Content\": {\n                    \"name\": \"Technical Content\",\n                    \"description\": \"An additional layer of transcriber expertise and research for content containing significant medical, legal, technical, or industry-specific terms\"\n                },\n                \"Guaranteed 99.9% accuracy\": {\n                    \"name\": \"Guaranteed 99.9% accuracy\",\n                    \"description\": \"An additional layer of proofreading taking our guaranteed accuracy from 99% to 99.99%\"\n                },\n                \"Double proofread\": {\n                    \"name\": \"Double proofread\",\n                    \"description\": \"\"\n                }\n            }\n        }\n    },\n    {\n        \"_id\": \"5ab8bb739213ce09e0108c93\",\n        \"name\": \"Detailed Notes\",\n        \"short_name\": \"NOT\",\n        \"base_price\": 0.89,\n        \"type\": \"Legal\",\n        \"turnaround\": [\n            \"7 days\",\n            \"48 hours\",\n            \"24 hours\",\n            \"12 hours\",\n            \"3 hours\"\n        ],\n        \"speakers\": [\n            \"2-3 Speakers\",\n            \"4+ Speakers\",\n            \"1 (Dictation)\"\n        ],\n        \"document\": [\n            \"Plain text\",\n            \"Word\"\n        ],\n        \"timestamps\": [\n            \"Not Required\",\n            \"Every Speaker\"\n        ],\n        \"price_calculation_elements\": {\n            \"Speaker ID\": [\n                \"Not Required\",\n                \"Required\"\n            ],\n            \"Highlighted quotes\": [\n                \"Not Required\",\n                \"Required\"\n            ]\n        },\n        \"api\": true,\n        \"mobile\": true,\n        \"order_by\": 2,\n        \"description\": {\n            \"content_list\": [],\n            \"mall_text\": \"\",\n            \"mobile_description\": \"Our concise Notes are the perfect recap for your discussions.\",\n            \"desktop_description\": \"Full participant responses, questions summarised, small talk and filler words removed.\"\n        },\n        \"service_options_descriptions\": {\n            \"turnaround\": {\n                \"name\": \"How quickly would you like your transcripts returned?\",\n                \"description\": \"Guaranteed delivery times for all projects of all sizes\"\n            },\n            \"speakers\": {\n                \"name\": \"HOW MANY SPEAKERS?\",\n                \"description\": \"Let us know how many different people contribute to the discussion\"\n            },\n            \"document\": {\n                \"name\": \"Document\",\n                \"description\": \"What type of document do you need?\"\n            },\n            \"timestamps\": {\n                \"name\": \"TIMESTAMPS EVERY SPEAKER\",\n                \"description\": \"Includes an accurate timestamp each time the speaker changes\"\n            },\n            \"price_calculation_elements\": {\n                \"Speaker ID\": {\n                    \"name\": \"Speaker ID\",\n                    \"description\": \"This is just to test speaker ID\"\n                },\n                \"Highlighted quotes\": {\n                    \"name\": \"Highlighted quotes\",\n                    \"description\": \"The richest quotes highlighted in yellow to speed up your analysis \"\n                }\n            }\n        }\n    },\n    {\n        \"_id\": \"5ab8c36c9213ce0be910a1f4\",\n        \"name\": \"Captions\",\n        \"short_name\": \"CAP\",\n        \"base_price\": 1.07,\n        \"api\": true,\n        \"mobile\": true,\n        \"type\": \"Legal\",\n        \"turnaround\": [\n            \"7 days\",\n            \"48 hours\",\n            \"24 hours\",\n            \"12 hours\",\n            \"3 hours\"\n        ],\n        \"speakers\": [\n            \"2-3 Speakers\",\n            \"4+ Speakers\",\n            \"1 (Dictation)\"\n        ],\n        \"document\": [\n            \"XML\",\n            \"SRT\"\n        ],\n        \"timestamps\": [],\n        \"price_calculation_elements\": {\n            \"Speaker ID\": [\n                \"Not Required\",\n                \"Required\"\n            ]\n        },\n        \"created_at\": 1522058092,\n        \"order_by\": 3,\n        \"description\": {\n            \"content_list\": [],\n            \"mall_text\": \"\",\n            \"mobile_description\": \"Our captions will simply add text to your Facebook, YouTube or Website\",\n            \"desktop_description\": \"An SRT transcript, ready to upload to a video platform or burn into your video.\"\n        },\n        \"service_options_descriptions\": {\n            \"turnaround\": {\n                \"name\": \"How quickly would you like your transcripts returned?\",\n                \"description\": \"Guaranteed delivery times for all projects of all sizes\"\n            },\n            \"speakers\": {\n                \"name\": \"HOW MANY SPEAKERS?\",\n                \"description\": \"Let us know how many different people contribute to the discussion\"\n            },\n            \"document\": {\n                \"name\": \"Document\",\n                \"description\": \"What type of document do you need?\"\n            },\n            \"timestamps\": {\n                \"name\": \"timestamps\",\n                \"description\": \"How often do you need us to insert a timestamp? They help you match the transcript to the media.\"\n            },\n            \"price_calculation_elements\": {\n                \"Speaker ID\": {\n                    \"name\": \"Speaker ID\",\n                    \"description\": \"\"\n                }\n            }\n        }\n    }\n]"}],"_postman_id":"757044d5-1483-4526-bf05-30b9bed6e918"},{"name":"Get your user profile details","id":"5af28faf-49fd-4c57-89e2-7669dff22314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/user/profile","description":"<p>You can see all of your profile details here.</p>\n","urlObject":{"protocol":"https","path":["v1","user","profile"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"338eefc1-af72-4a9b-ab0d-3e664201b07a","name":"Get your user profile details","originalRequest":{"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/user/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jul 2020 13:32:56 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=gqCJ7__T3Av7KcaZIBo7p9lznbOX9h7L; path=/; HttpOnly"},{"key":"Content-Length","value":"5079"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_business_account\": true,\n    \"is_vat_registered\": false,\n    \"international_payment\": false,\n    \"_id\": \"55a664177a8d56861393b27c\",\n    \"email\": \"ghosttestclient@gmail.com\",\n    \"status\": 2,\n    \"role\": 4,\n    \"_business_information\": null,\n    \"firstname\": \"Krisztian\",\n    \"lastname\": \"Klauz\",\n    \"discount\": 0,\n    \"credit\": 0,\n    \"gdpr_accepted\": true,\n    \"last_activity\": 1594214780,\n    \"updated_at\": 1594214780,\n    \"callback_url\": \"https://webhook.site/2b3aeecb-6099-49a8-8b67-3205bdc4357f\",\n    \"typist_pay_grade\": \"Grade 1\",\n    \"device_keys\": {\n        \"28287DB0-E4F5-4BB9-BB32-FA9485D9A4EC\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"28287DB0-E4F5-4BB9-BB32-FA9485D9A4EC\",\n            \"key\": \"cEHizArGYBw:APA91bE9Igk6xVaWv3aa_xtLZodRpBgJYqRRw7P3DrP8ozPTm8vA-nHa6-yCDkr_tJdjHULtw_EI3h5HXX-hvr7_5d_iS-F0sIUKnyCFZ-NL-JKkafZQ41jnTf4LfAwqhs49MImT-SJm\"\n        },\n        \"30B0BD98-F3F2-4926-A807-3CAE321F1BB0\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"30B0BD98-F3F2-4926-A807-3CAE321F1BB0\",\n            \"key\": \"cEHizArGYBw:APA91bE9Igk6xVaWv3aa_xtLZodRpBgJYqRRw7P3DrP8ozPTm8vA-nHa6-yCDkr_tJdjHULtw_EI3h5HXX-hvr7_5d_iS-F0sIUKnyCFZ-NL-JKkafZQ41jnTf4LfAwqhs49MImT-SJm\"\n        },\n        \"50E53F16-64B3-4FC0-8B84-EC726882168C\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"50E53F16-64B3-4FC0-8B84-EC726882168C\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"8BD78999-8622-4CFB-94D3-CF148CC2F7ED\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"8BD78999-8622-4CFB-94D3-CF148CC2F7ED\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"CCCCC8A6-6F27-40D8-A04D-2E0254D067A0\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"CCCCC8A6-6F27-40D8-A04D-2E0254D067A0\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"35B6C1AE-3F3B-41F4-A156-16575D4F2417\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"35B6C1AE-3F3B-41F4-A156-16575D4F2417\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"E118F545-B75E-4C4A-9DA4-7E5CCD708EC0\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"E118F545-B75E-4C4A-9DA4-7E5CCD708EC0\",\n            \"key\": \"e82cP17Y8Oc:APA91bGsHHpeXIznmx8r8bEGjvw0Zn_NmxRx-2DGy68mzU90-eDuMBdrqJttVp30Rh7Ta4DKCJmy1FCHG3NLSf0-L9yVwoKoh_5vs2lWf5pnn6q9h67ZzYVXhs3ZGc-7BS13NIDF2hcK\"\n        },\n        \"41F0CF5D-316B-4BBA-A8F1-38BFDB7D76F3\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"41F0CF5D-316B-4BBA-A8F1-38BFDB7D76F3\",\n            \"key\": \"eQdrXW4IpcY:APA91bF4Cm_t5vbSgLcze34AgLHdL6ebrzY-E1F3rPkdy0uLCVFBXb1Ttk4Z_6LGSplpxc_cRlPetoWLYVBI4x3RJwifnYL0lX8E3qGDiH3kGcaoFbQ45xGKhwf4s8FqLXnSDrAndJSX\"\n        },\n        \"4A1AF64A-C2B6-431A-957B-4A5A2F3F3204\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"4A1AF64A-C2B6-431A-957B-4A5A2F3F3204\",\n            \"key\": \"cEY6Y4H6fpM:APA91bEy_K6RbgHar7fWabPHO4fpohEVDQZnqif4DNWd2rds2qz2X5rK9dOmNlO-LOT4wKhIl16UrbA7fyslt-L_9yhiY-spMHrcAnrUPN8JWcZFI3PnHctIzdEHi_1hGK2tEj-jGl2R\"\n        }\n    },\n    \"industry_type\": \"Other\",\n    \"old_typist\": \"false\",\n    \"typist_shift_limit\": 20,\n    \"consultancy_agreement_generated_at\": null,\n    \"company_id\": \"5d5d1ec39213ce3161393524\",\n    \"company_name\": \"Test Company\",\n    \"stripe_id\": \"cus_FiDzCrN4fJk9pB\",\n    \"hubspot_id\": 201,\n    \"_trained_in\": \"undefined\",\n    \"business_account\": {\n        \"_id\": \"5d5d1ec39213ce3161393524\",\n        \"user_count\": 7,\n        \"owned_domains\": [\n            \"gmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\"\n        ],\n        \"last_activity\": 1594214780,\n        \"discount\": 0,\n        \"status\": \"active\",\n        \"name\": \"Test Company\",\n        \"reg_number\": \"314235\",\n        \"vat_number\": \"23423\",\n        \"invoice_requirements\": \"dsd\",\n        \"website\": \"www.com.com\",\n        \"address\": {\n            \"line_1\": \"89 Street\",\n            \"line_2\": \"5 Floor\",\n            \"line_3\": \"Room 21\"\n        },\n        \"city\": \"Nowhere\",\n        \"postcode\": \"4584\",\n        \"finance\": {\n            \"country\": {\n                \"name\": \"India\",\n                \"code\": \"IN\"\n            },\n            \"postcode\": \"45845\",\n            \"address\": [\n                \"89 undefined undefined\"\n            ],\n            \"city\": \"noida\",\n            \"phone\": \"2323232323\",\n            \"address_line1\": \"89\"\n        },\n        \"country\": \"India\",\n        \"directors\": [],\n        \"contract\": {\n            \"0\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"1\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"2\": {\n                \"name\": \"test\",\n                \"email\": \"test@test.com\",\n                \"phone\": \"13435\"\n            },\n            \"3\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"4\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"6\": {\n                \"name\": \"Vijay\",\n                \"email\": \"vijayk@yopmail.com\",\n                \"phone\": \"2323232323\"\n            }\n        },\n        \"industry\": \"Management Consultancy\",\n        \"updated_at\": 1594214780,\n        \"other_industry\": \"\"\n    },\n    \"bank_information\": {\n        \"account_name\": \"\",\n        \"method_of_payment\": \"\",\n        \"short_code\": \"\",\n        \"account_number\": \"\",\n        \"utrn_number\": \"\",\n        \"new\": true,\n        \"registered_address\": \"\",\n        \"utr_deadline\": null,\n        \"utr_deadline_notified\": null\n    },\n    \"quickbooks_id\": null,\n    \"infusionsoft_id\": null,\n    \"security_requirements_id\": null,\n    \"profile\": {\n        \"nick_name\": \"\",\n        \"alternative_email\": \"\",\n        \"security_email\": \"\",\n        \"security_question\": \"\",\n        \"security_answer\": \"\",\n        \"mobile\": \"1234578\",\n        \"landline\": \"\",\n        \"street\": \"\",\n        \"post_code\": \"\",\n        \"city\": \"\",\n        \"country\": \"\",\n        \"company\": \"\",\n        \"general_comments\": \"\",\n        \"custom_fields\": \"\",\n        \"image_id\": null,\n        \"bio\": \"\",\n        \"date_of_birth\": \"\",\n        \"contact_email\": \"\",\n        \"contact_phone1\": \"\",\n        \"contact_phone2\": \"\",\n        \"contact_address\": \"\",\n        \"image_url\": null\n    }\n}"}],"_postman_id":"5af28faf-49fd-4c57-89e2-7669dff22314"},{"name":"Set your callback URL","id":"ed52c579-eb25-47fc-a776-fd2fc76a0769","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>string </p>\n<p>This is the URL where we will send status updates about your media.  After every update this URL will be called. </p>\n","key":"callback_url","type":"text","value":"https://webhook.site/2b3aeecb-6099-49a8-8b67-3205bdc4357f"}]},"url":"https://{{host}}.takenotetyping.com/v1/user/55a664177a8d56861393b27c","description":"<p>When you set you callback_url the API will send you automatic HTTP POST response each time your media status is changed. </p>\n<p>In the response you will get two fields; media title and status. </p>\n<p>The status field can have the following options</p>\n<ul>\n<li><strong>Uploaded</strong> when your file is successfully uploaded</li>\n<li><strong>Ordered</strong> when your file is approved and the order has been recevied by Take Note </li>\n<li><strong>Assigned</strong> when the media is fully assigned to our team (used internally by Take Note)</li>\n<li><strong>Done</strong> when the transcript has been QC'd (used internally by Take Note - please note that your order may go through further QC checks after it has this status, and is not yet available to download) </li>\n<li><strong>Returned</strong> when your transcript is ready to download</li>\n</ul>\n<p>Your API needs to send back a HTTP 200 response</p>\n","urlObject":{"protocol":"https","path":["v1","user","55a664177a8d56861393b27c"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"418f92fe-d8aa-4412-9c6a-5f6d01566165","name":"Get your user profile details","originalRequest":{"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/user/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jul 2020 13:32:56 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=gqCJ7__T3Av7KcaZIBo7p9lznbOX9h7L; path=/; HttpOnly"},{"key":"Content-Length","value":"5079"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_business_account\": true,\n    \"is_vat_registered\": false,\n    \"international_payment\": false,\n    \"_id\": \"55a664177a8d56861393b27c\",\n    \"email\": \"ghosttestclient@gmail.com\",\n    \"status\": 2,\n    \"role\": 4,\n    \"_business_information\": null,\n    \"firstname\": \"Krisztian\",\n    \"lastname\": \"Klauz\",\n    \"discount\": 0,\n    \"credit\": 0,\n    \"gdpr_accepted\": true,\n    \"last_activity\": 1594214780,\n    \"updated_at\": 1594214780,\n    \"callback_url\": \"https://webhook.site/2b3aeecb-6099-49a8-8b67-3205bdc4357f\",\n    \"typist_pay_grade\": \"Grade 1\",\n    \"device_keys\": {\n        \"28287DB0-E4F5-4BB9-BB32-FA9485D9A4EC\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"28287DB0-E4F5-4BB9-BB32-FA9485D9A4EC\",\n            \"key\": \"cEHizArGYBw:APA91bE9Igk6xVaWv3aa_xtLZodRpBgJYqRRw7P3DrP8ozPTm8vA-nHa6-yCDkr_tJdjHULtw_EI3h5HXX-hvr7_5d_iS-F0sIUKnyCFZ-NL-JKkafZQ41jnTf4LfAwqhs49MImT-SJm\"\n        },\n        \"30B0BD98-F3F2-4926-A807-3CAE321F1BB0\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"30B0BD98-F3F2-4926-A807-3CAE321F1BB0\",\n            \"key\": \"cEHizArGYBw:APA91bE9Igk6xVaWv3aa_xtLZodRpBgJYqRRw7P3DrP8ozPTm8vA-nHa6-yCDkr_tJdjHULtw_EI3h5HXX-hvr7_5d_iS-F0sIUKnyCFZ-NL-JKkafZQ41jnTf4LfAwqhs49MImT-SJm\"\n        },\n        \"50E53F16-64B3-4FC0-8B84-EC726882168C\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"50E53F16-64B3-4FC0-8B84-EC726882168C\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"8BD78999-8622-4CFB-94D3-CF148CC2F7ED\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"8BD78999-8622-4CFB-94D3-CF148CC2F7ED\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"CCCCC8A6-6F27-40D8-A04D-2E0254D067A0\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"CCCCC8A6-6F27-40D8-A04D-2E0254D067A0\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"35B6C1AE-3F3B-41F4-A156-16575D4F2417\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"35B6C1AE-3F3B-41F4-A156-16575D4F2417\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"E118F545-B75E-4C4A-9DA4-7E5CCD708EC0\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"E118F545-B75E-4C4A-9DA4-7E5CCD708EC0\",\n            \"key\": \"e82cP17Y8Oc:APA91bGsHHpeXIznmx8r8bEGjvw0Zn_NmxRx-2DGy68mzU90-eDuMBdrqJttVp30Rh7Ta4DKCJmy1FCHG3NLSf0-L9yVwoKoh_5vs2lWf5pnn6q9h67ZzYVXhs3ZGc-7BS13NIDF2hcK\"\n        },\n        \"41F0CF5D-316B-4BBA-A8F1-38BFDB7D76F3\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"41F0CF5D-316B-4BBA-A8F1-38BFDB7D76F3\",\n            \"key\": \"eQdrXW4IpcY:APA91bF4Cm_t5vbSgLcze34AgLHdL6ebrzY-E1F3rPkdy0uLCVFBXb1Ttk4Z_6LGSplpxc_cRlPetoWLYVBI4x3RJwifnYL0lX8E3qGDiH3kGcaoFbQ45xGKhwf4s8FqLXnSDrAndJSX\"\n        },\n        \"4A1AF64A-C2B6-431A-957B-4A5A2F3F3204\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"4A1AF64A-C2B6-431A-957B-4A5A2F3F3204\",\n            \"key\": \"cEY6Y4H6fpM:APA91bEy_K6RbgHar7fWabPHO4fpohEVDQZnqif4DNWd2rds2qz2X5rK9dOmNlO-LOT4wKhIl16UrbA7fyslt-L_9yhiY-spMHrcAnrUPN8JWcZFI3PnHctIzdEHi_1hGK2tEj-jGl2R\"\n        }\n    },\n    \"industry_type\": \"Other\",\n    \"old_typist\": \"false\",\n    \"typist_shift_limit\": 20,\n    \"consultancy_agreement_generated_at\": null,\n    \"company_id\": \"5d5d1ec39213ce3161393524\",\n    \"company_name\": \"Test Company\",\n    \"stripe_id\": \"cus_FiDzCrN4fJk9pB\",\n    \"hubspot_id\": 201,\n    \"_trained_in\": \"undefined\",\n    \"business_account\": {\n        \"_id\": \"5d5d1ec39213ce3161393524\",\n        \"user_count\": 7,\n        \"owned_domains\": [\n            \"gmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\"\n        ],\n        \"last_activity\": 1594214780,\n        \"discount\": 0,\n        \"status\": \"active\",\n        \"name\": \"Test Company\",\n        \"reg_number\": \"314235\",\n        \"vat_number\": \"23423\",\n        \"invoice_requirements\": \"dsd\",\n        \"website\": \"www.com.com\",\n        \"address\": {\n            \"line_1\": \"89 Street\",\n            \"line_2\": \"5 Floor\",\n            \"line_3\": \"Room 21\"\n        },\n        \"city\": \"Nowhere\",\n        \"postcode\": \"4584\",\n        \"finance\": {\n            \"country\": {\n                \"name\": \"India\",\n                \"code\": \"IN\"\n            },\n            \"postcode\": \"45845\",\n            \"address\": [\n                \"89 undefined undefined\"\n            ],\n            \"city\": \"noida\",\n            \"phone\": \"2323232323\",\n            \"address_line1\": \"89\"\n        },\n        \"country\": \"India\",\n        \"directors\": [],\n        \"contract\": {\n            \"0\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"1\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"2\": {\n                \"name\": \"test\",\n                \"email\": \"test@test.com\",\n                \"phone\": \"13435\"\n            },\n            \"3\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"4\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"6\": {\n                \"name\": \"Vijay\",\n                \"email\": \"vijayk@yopmail.com\",\n                \"phone\": \"2323232323\"\n            }\n        },\n        \"industry\": \"Management Consultancy\",\n        \"updated_at\": 1594214780,\n        \"other_industry\": \"\"\n    },\n    \"bank_information\": {\n        \"account_name\": \"\",\n        \"method_of_payment\": \"\",\n        \"short_code\": \"\",\n        \"account_number\": \"\",\n        \"utrn_number\": \"\",\n        \"new\": true,\n        \"registered_address\": \"\",\n        \"utr_deadline\": null,\n        \"utr_deadline_notified\": null\n    },\n    \"quickbooks_id\": null,\n    \"infusionsoft_id\": null,\n    \"security_requirements_id\": null,\n    \"profile\": {\n        \"nick_name\": \"\",\n        \"alternative_email\": \"\",\n        \"security_email\": \"\",\n        \"security_question\": \"\",\n        \"security_answer\": \"\",\n        \"mobile\": \"1234578\",\n        \"landline\": \"\",\n        \"street\": \"\",\n        \"post_code\": \"\",\n        \"city\": \"\",\n        \"country\": \"\",\n        \"company\": \"\",\n        \"general_comments\": \"\",\n        \"custom_fields\": \"\",\n        \"image_id\": null,\n        \"bio\": \"\",\n        \"date_of_birth\": \"\",\n        \"contact_email\": \"\",\n        \"contact_phone1\": \"\",\n        \"contact_phone2\": \"\",\n        \"contact_address\": \"\",\n        \"image_url\": null\n    }\n}"},{"id":"4b1c6c2c-a4fe-44c8-96bd-c572d20ccfb4","name":"Set you callback URL","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"callback_url","value":"https://webhook.site/2b3aeecb-6099-49a8-8b67-3205bdc4357f","type":"text"}]},"url":"https://{{host}}.takenotetyping.com/v1/user/55a664177a8d56861393b27c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jul 2020 13:34:43 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=aXPsAVFvqH0jxBpu-ek-ZZbXcTTfGiix; path=/; HttpOnly"},{"key":"Content-Length","value":"5076"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_business_account\": true,\n    \"is_vat_registered\": false,\n    \"international_payment\": false,\n    \"_id\": \"55a664177a8d56861393b27c\",\n    \"email\": \"ghosttestclient@gmail.com\",\n    \"status\": 2,\n    \"role\": 4,\n    \"_business_information\": null,\n    \"firstname\": \"Krisztian\",\n    \"lastname\": \"Klauz\",\n    \"discount\": 0,\n    \"credit\": 0,\n    \"gdpr_accepted\": true,\n    \"last_activity\": 1594214780,\n    \"updated_at\": 1594214780,\n    \"callback_url\": \"https://webhook.site/2b3aeecb-6099-49a8-8b67-3205bdc4357f\",\n    \"typist_pay_grade\": \"Grade 1\",\n    \"device_keys\": {\n        \"28287DB0-E4F5-4BB9-BB32-FA9485D9A4EC\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"28287DB0-E4F5-4BB9-BB32-FA9485D9A4EC\",\n            \"key\": \"cEHizArGYBw:APA91bE9Igk6xVaWv3aa_xtLZodRpBgJYqRRw7P3DrP8ozPTm8vA-nHa6-yCDkr_tJdjHULtw_EI3h5HXX-hvr7_5d_iS-F0sIUKnyCFZ-NL-JKkafZQ41jnTf4LfAwqhs49MImT-SJm\"\n        },\n        \"30B0BD98-F3F2-4926-A807-3CAE321F1BB0\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"30B0BD98-F3F2-4926-A807-3CAE321F1BB0\",\n            \"key\": \"cEHizArGYBw:APA91bE9Igk6xVaWv3aa_xtLZodRpBgJYqRRw7P3DrP8ozPTm8vA-nHa6-yCDkr_tJdjHULtw_EI3h5HXX-hvr7_5d_iS-F0sIUKnyCFZ-NL-JKkafZQ41jnTf4LfAwqhs49MImT-SJm\"\n        },\n        \"50E53F16-64B3-4FC0-8B84-EC726882168C\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"50E53F16-64B3-4FC0-8B84-EC726882168C\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"8BD78999-8622-4CFB-94D3-CF148CC2F7ED\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"8BD78999-8622-4CFB-94D3-CF148CC2F7ED\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"CCCCC8A6-6F27-40D8-A04D-2E0254D067A0\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"CCCCC8A6-6F27-40D8-A04D-2E0254D067A0\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"35B6C1AE-3F3B-41F4-A156-16575D4F2417\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"35B6C1AE-3F3B-41F4-A156-16575D4F2417\",\n            \"key\": \"eOKm2H2AHQ4:APA91bFeKSHTQm2eS2IWLaHB67Nf5EYKuYfLTM6VwCqTDgoxx6GqA0xkgmrXga7TCNElvFuwtzdWcLBvutxHrMKe-16Yaxv5WAjzFh4WzwI1xcb3u_uSG63FxvABraOkuedqp5DY3W1S\"\n        },\n        \"E118F545-B75E-4C4A-9DA4-7E5CCD708EC0\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"E118F545-B75E-4C4A-9DA4-7E5CCD708EC0\",\n            \"key\": \"e82cP17Y8Oc:APA91bGsHHpeXIznmx8r8bEGjvw0Zn_NmxRx-2DGy68mzU90-eDuMBdrqJttVp30Rh7Ta4DKCJmy1FCHG3NLSf0-L9yVwoKoh_5vs2lWf5pnn6q9h67ZzYVXhs3ZGc-7BS13NIDF2hcK\"\n        },\n        \"41F0CF5D-316B-4BBA-A8F1-38BFDB7D76F3\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"41F0CF5D-316B-4BBA-A8F1-38BFDB7D76F3\",\n            \"key\": \"eQdrXW4IpcY:APA91bF4Cm_t5vbSgLcze34AgLHdL6ebrzY-E1F3rPkdy0uLCVFBXb1Ttk4Z_6LGSplpxc_cRlPetoWLYVBI4x3RJwifnYL0lX8E3qGDiH3kGcaoFbQ45xGKhwf4s8FqLXnSDrAndJSX\"\n        },\n        \"4A1AF64A-C2B6-431A-957B-4A5A2F3F3204\": {\n            \"platform\": \"ios\",\n            \"device_id\": \"4A1AF64A-C2B6-431A-957B-4A5A2F3F3204\",\n            \"key\": \"cEY6Y4H6fpM:APA91bEy_K6RbgHar7fWabPHO4fpohEVDQZnqif4DNWd2rds2qz2X5rK9dOmNlO-LOT4wKhIl16UrbA7fyslt-L_9yhiY-spMHrcAnrUPN8JWcZFI3PnHctIzdEHi_1hGK2tEj-jGl2R\"\n        }\n    },\n    \"industry_type\": \"Other\",\n    \"old_typist\": \"false\",\n    \"typist_shift_limit\": 20,\n    \"consultancy_agreement_generated_at\": null,\n    \"company_id\": \"5d5d1ec39213ce3161393524\",\n    \"company_name\": \"Test Company\",\n    \"stripe_id\": \"cus_FiDzCrN4fJk9pB\",\n    \"hubspot_id\": 201,\n    \"_trained_in\": \"undefined\",\n    \"business_account\": {\n        \"_id\": \"5d5d1ec39213ce3161393524\",\n        \"user_count\": 7,\n        \"owned_domains\": [\n            \"gmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\",\n            \"yopmail.com\"\n        ],\n        \"last_activity\": 1594214780,\n        \"discount\": 0,\n        \"status\": \"active\",\n        \"name\": \"Test Company\",\n        \"reg_number\": \"314235\",\n        \"vat_number\": \"23423\",\n        \"invoice_requirements\": \"dsd\",\n        \"website\": \"www.com.com\",\n        \"address\": {\n            \"line_1\": \"89 Street\",\n            \"line_2\": \"5 Floor\",\n            \"line_3\": \"Room 21\"\n        },\n        \"city\": \"Nowhere\",\n        \"postcode\": \"4584\",\n        \"finance\": {\n            \"country\": {\n                \"name\": \"India\",\n                \"code\": \"IN\"\n            },\n            \"postcode\": \"45845\",\n            \"address\": [\n                \"89 undefined undefined\"\n            ],\n            \"city\": \"noida\",\n            \"phone\": \"2323232323\",\n            \"address_line1\": \"89\"\n        },\n        \"country\": \"India\",\n        \"directors\": [],\n        \"contract\": {\n            \"0\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"1\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"2\": {\n                \"name\": \"test\",\n                \"email\": \"test@test.com\",\n                \"phone\": \"13435\"\n            },\n            \"3\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"4\": {\n                \"name\": \"Grace\",\n                \"email\": \"grace.walden@takenotetyping.com\",\n                \"phone\": \"7808877150\"\n            },\n            \"6\": {\n                \"name\": \"Vijay\",\n                \"email\": \"vijayk@yopmail.com\",\n                \"phone\": \"2323232323\"\n            }\n        },\n        \"industry\": \"Management Consultancy\",\n        \"updated_at\": 1594214780,\n        \"other_industry\": \"\"\n    },\n    \"bank_information\": {\n        \"account_name\": \"\",\n        \"method_of_payment\": \"\",\n        \"short_code\": \"\",\n        \"account_number\": \"\",\n        \"utrn_number\": \"\",\n        \"new\": true,\n        \"registered_address\": \"\",\n        \"utr_deadline\": null,\n        \"utr_deadline_notified\": 0\n    },\n    \"quickbooks_id\": null,\n    \"infusionsoft_id\": null,\n    \"security_requirements_id\": null,\n    \"profile\": {\n        \"nick_name\": \"\",\n        \"alternative_email\": \"\",\n        \"security_email\": \"\",\n        \"security_question\": \"\",\n        \"security_answer\": \"\",\n        \"mobile\": \"1234578\",\n        \"landline\": \"\",\n        \"street\": \"\",\n        \"post_code\": \"\",\n        \"city\": \"\",\n        \"country\": \"\",\n        \"company\": \"\",\n        \"general_comments\": \"\",\n        \"custom_fields\": \"\",\n        \"image_id\": null,\n        \"bio\": \"\",\n        \"date_of_birth\": \"\",\n        \"contact_email\": \"\",\n        \"contact_phone1\": \"\",\n        \"contact_phone2\": \"\",\n        \"contact_address\": \"\",\n        \"image_url\": null\n    }\n}"}],"_postman_id":"ed52c579-eb25-47fc-a776-fd2fc76a0769"}],"id":"7352c61f-8b80-4461-bbf7-b51f2118c9c1","description":"<p>Create access tokens, view available services, and check/set your callback URL. </p>\n","event":[{"listen":"prerequest","script":{"id":"4ddaa665-d48c-4a6d-8a36-99a4d9943876","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"74252e44-868b-4d46-95aa-a2bbdac2df51","type":"text/javascript","exec":[""]}}],"_postman_id":"7352c61f-8b80-4461-bbf7-b51f2118c9c1"},{"name":"Project","item":[{"name":"Create new project","id":"8b57b33e-e264-466a-ae46-51eb14bf1bb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>string</p>\n<p>The title of your project </p>\n","key":"title","type":"text","value":"Test project 1"},{"description":"<p>optional / integer </p>\n<p>The date you expect to upload the last media for this project</p>\n","key":"deadline","type":"text","value":"1596150000"},{"description":"<p>optional / integer</p>\n<p>The number of media files you expect to upload for this project</p>\n","key":"media_due","type":"text","value":"12"},{"description":"<p>optional / string </p>\n<p>Purchase order number or job reference for your invoice, if you need one</p>\n","key":"po_number","type":"text","value":"PO1234"},{"description":"<p>optional / boolean </p>\n<p>If this field is set to true, when the project it closed, a Part 2 will be created automatically using the same details, although the project id will be different</p>\n","key":"duplicate_on_completion","type":"text","value":"true","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/project","description":"<p>Create new projects.  Only the name is mandatory, but setting a deadline and media_due will help our finance team close the project at the right time.  The PO number is for your reference, if you use a PO/job reference system to manage your invoices internally.</p>\n","urlObject":{"protocol":"https","path":["v1","project"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"a9c15210-20e2-44c6-8ee3-e85c56fbb78d","name":"Create new project","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"string - The title of your project ","key":"title","type":"text","value":"Test project 1"},{"description":"optional - integer - Expected project completition day","key":"deadline","type":"text","value":"1596150000"},{"description":"optional - integer - Expectyed number of media in the projcet","key":"media_due","type":"text","value":"12"},{"description":"optional - string - Purchase order number","key":"po_number","type":"text","value":"PO1234"},{"key":"duplicate_on_completion","value":"true","description":"optional - boolean - After the project is closed automaticly creates a new project with the same details ","type":"text"}]},"url":"https://{{host}}.takenotetyping.com/v1/project"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jul 2020 13:17:49 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=iD2neN5ImeX_4w-kILMxJdS7QuHTzbmW; path=/; HttpOnly"},{"key":"Content-Length","value":"583"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Test project 1\",\n    \"deadline\": 1596150000,\n    \"media_due\": \"12\",\n    \"po_number\": \"PO1234\",\n    \"duplicate_on_completion\": true,\n    \"owner_id\": \"55a664177a8d56861393b27c\",\n    \"company\": \"Test Company\",\n    \"is_favorite\": false,\n    \"status\": \"active\",\n    \"default\": false,\n    \"email_each_transcript_on_complete\": 0,\n    \"priority\": \"normal\",\n    \"company_id\": \"5d5d1ec39213ce3161393524\",\n    \"has_media\": false,\n    \"has_media_to_download\": false,\n    \"payment_type\": \"business_account\",\n    \"owner_name\": \"Krisztian Klauz\",\n    \"owner_email\": \"ghosttestclient@gmail.com\",\n    \"short_id\": 963,\n    \"created_at\": 1594819069,\n    \"updated_at\": 1594819069,\n    \"_id\": \"5f0f01fd616fb303a4315952\"\n}"}],"_postman_id":"8b57b33e-e264-466a-ae46-51eb14bf1bb1"},{"name":"Get all of your projects","id":"d748dcb6-1021-435b-90c8-d858fb0d881a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/project","description":"<p>View details for all of your projects.</p>\n","urlObject":{"protocol":"https","path":["v1","project"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"e5d421bf-5363-4823-ae50-880b9b8da1b2","name":"Create new project","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Test project","type":"text"},{"key":"deadline","value":"1596150000","type":"text"},{"key":"media_due","value":"12","type":"text"},{"key":"po_number","value":"PO1234","type":"text"}]},"url":"https://{{host}}.takenotetyping.com/v1/project"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jul 2020 15:09:51 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=kFVr2-YskJVQHeVSCTAxuLoQ6078-TJN; path=/; HttpOnly"},{"key":"Content-Length","value":"582"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Test project\",\n    \"deadline\": 1596150000,\n    \"media_due\": \"12\",\n    \"po_number\": \"PO1234\",\n    \"owner_id\": \"55a664177a8d56861393b27c\",\n    \"company\": \"Test Company\",\n    \"is_favorite\": false,\n    \"duplicate_on_completion\": false,\n    \"status\": \"active\",\n    \"default\": false,\n    \"email_each_transcript_on_complete\": 0,\n    \"priority\": \"normal\",\n    \"company_id\": \"5d5d1ec39213ce3161393524\",\n    \"has_media\": false,\n    \"has_media_to_download\": false,\n    \"payment_type\": \"business_account\",\n    \"owner_name\": \"Krisztian Klauz\",\n    \"owner_email\": \"ghosttestclient@gmail.com\",\n    \"short_id\": 948,\n    \"created_at\": 1594134592,\n    \"updated_at\": 1594134592,\n    \"_id\": \"5f0490405e0d856e540c7bf8\"\n}"}],"_postman_id":"d748dcb6-1021-435b-90c8-d858fb0d881a"},{"name":"Get one project with _id","id":"ca14b93a-e3b9-4f2b-abe2-1cf0ff10c434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/project/5f0490405e0d856e540c7bf8","description":"<p>View details for a specific project. Use the project id in the URL.</p>\n","urlObject":{"protocol":"https","path":["v1","project","5f0490405e0d856e540c7bf8"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"a94ffe4c-0090-454a-9213-0bc4d47da38f","name":"Create new project","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Test project","type":"text"},{"key":"deadline","value":"1596150000","type":"text"},{"key":"media_due","value":"12","type":"text"},{"key":"po_number","value":"PO1234","type":"text"}]},"url":"https://{{host}}.takenotetyping.com/v1/project"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jul 2020 15:09:51 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=kFVr2-YskJVQHeVSCTAxuLoQ6078-TJN; path=/; HttpOnly"},{"key":"Content-Length","value":"582"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Test project\",\n    \"deadline\": 1596150000,\n    \"media_due\": \"12\",\n    \"po_number\": \"PO1234\",\n    \"owner_id\": \"55a664177a8d56861393b27c\",\n    \"company\": \"Test Company\",\n    \"is_favorite\": false,\n    \"duplicate_on_completion\": false,\n    \"status\": \"active\",\n    \"default\": false,\n    \"email_each_transcript_on_complete\": 0,\n    \"priority\": \"normal\",\n    \"company_id\": \"5d5d1ec39213ce3161393524\",\n    \"has_media\": false,\n    \"has_media_to_download\": false,\n    \"payment_type\": \"business_account\",\n    \"owner_name\": \"Krisztian Klauz\",\n    \"owner_email\": \"ghosttestclient@gmail.com\",\n    \"short_id\": 948,\n    \"created_at\": 1594134592,\n    \"updated_at\": 1594134592,\n    \"_id\": \"5f0490405e0d856e540c7bf8\"\n}"}],"_postman_id":"ca14b93a-e3b9-4f2b-abe2-1cf0ff10c434"},{"name":"Modify your project ","id":"27a8a8c7-ee06-4cba-a5ed-0c40b1ef2d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>string </p>\n<p>the title of your project </p>\n","key":"title","type":"text","value":"Test project 13"},{"description":"<p>optional / integer </p>\n<p>The date you expect to upload the last media for this project</p>\n","key":"deadline","type":"text","value":"1596150000"},{"description":"<p>optional / integer </p>\n<p>The number of media files you expect to upload for this project</p>\n","key":"media_due","type":"text","value":"12"},{"description":"<p>optional / string </p>\n<p>Purchase order number or job reference for your invoice, if you need one</p>\n","key":"po_number","type":"text","value":"PO1234"},{"description":"<p>optional / boolean </p>\n<p>If this field is set to true, when the project it closed, a Part 2 will be created automatically using the same details, although the project id will be different</p>\n","key":"duplicate_on_completion","type":"text","value":"true","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/project/5f0f01fd616fb303a4315952","description":"<p>Make changes to your project details.  Note you won't be able to amend the deadline to be more than 30 days after the project creation date.</p>\n","urlObject":{"protocol":"https","path":["v1","project","5f0f01fd616fb303a4315952"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"61b56b43-2c40-4f2c-80b7-961a4a457f03","name":"Modify your project ","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"string - The title of your project ","key":"title","type":"text","value":"Test project 13"},{"description":"optional - integer - Expected project completition day","key":"deadline","type":"text","value":"1596150000"},{"description":"optional - integer - Expectyed number of media in the projcet","key":"media_due","type":"text","value":"12"},{"description":"optional - string - Purchase order number","key":"po_number","type":"text","value":"PO1234"},{"key":"duplicate_on_completion","value":"true","description":"optional - boolean - After the project is closed automaticly creates a new project with the same details ","type":"text"}]},"url":"https://{{host}}.takenotetyping.com/v1/project/5f0f01fd616fb303a4315952"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jul 2020 13:19:17 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=1YQNOjGWPsXpD4S2f_SvGuWyvXqbSnXP; path=/; HttpOnly"},{"key":"Content-Length","value":"584"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5f0f01fd616fb303a4315952\",\n    \"title\": \"Test project 13\",\n    \"deadline\": 1596150000,\n    \"media_due\": \"12\",\n    \"po_number\": \"PO1234\",\n    \"duplicate_on_completion\": true,\n    \"owner_id\": \"55a664177a8d56861393b27c\",\n    \"company\": \"Test Company\",\n    \"is_favorite\": false,\n    \"status\": \"active\",\n    \"default\": false,\n    \"email_each_transcript_on_complete\": 0,\n    \"priority\": \"normal\",\n    \"company_id\": \"5d5d1ec39213ce3161393524\",\n    \"has_media\": false,\n    \"has_media_to_download\": false,\n    \"payment_type\": \"business_account\",\n    \"owner_name\": \"Krisztian Klauz\",\n    \"owner_email\": \"ghosttestclient@gmail.com\",\n    \"short_id\": 963,\n    \"created_at\": 1594819069,\n    \"updated_at\": 1594819158\n}"}],"_postman_id":"27a8a8c7-ee06-4cba-a5ed-0c40b1ef2d41"},{"name":"Duplicate project","id":"55922a9d-2fba-4dbf-b0cb-716e030fc2c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://{{host}}.takenotetyping.com/v1/project/copy/5f0490405e0d856e540c7bf8","description":"<p>This will duplicate the specified project with the same details, although the project id will be different.  You can use this if the project you want to upload into has been closed, or is due to close, but you still have media to upload. Media in this project will be invoiced separately from the original project.  Use the project id in the URL.</p>\n","urlObject":{"protocol":"https","path":["v1","project","copy","5f0490405e0d856e540c7bf8"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"fc212742-65e6-414a-887d-820402962d28","name":"Duplicate project","originalRequest":{"method":"POST","header":[],"url":"https://{{host}}.takenotetyping.com/v1/project/copy/5f0490405e0d856e540c7bf8"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jul 2020 14:38:53 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=kcuinC8Sj53SECXJ20guNOD5YBCVlULt; path=/; HttpOnly"},{"key":"Content-Length","value":"690"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner_id\": \"55a664177a8d56861393b27c\",\n    \"company_id\": \"5d5d1ec39213ce3161393524\",\n    \"email_each_transcript_on_complete\": 0,\n    \"is_favorite\": false,\n    \"priority\": \"normal\",\n    \"default\": false,\n    \"fake\": \"0\",\n    \"media_due\": \"123\",\n    \"po_number\": \"PO12341\",\n    \"adhoc_charges\": null,\n    \"device_id\": null,\n    \"discount\": 0,\n    \"project_closing_notified\": 0,\n    \"payment_type\": \"business_account\",\n    \"title\": \"Modified Test project (Part 2)\",\n    \"status\": \"active\",\n    \"has_media\": false,\n    \"has_media_to_download\": false,\n    \"return_status\": false,\n    \"duplicate_on_completion\": false,\n    \"deadline\": 1596811133,\n    \"updated_at\": 1594219133,\n    \"created_at\": 1594219133,\n    \"owner_name\": \"Krisztian Klauz\",\n    \"owner_email\": \"ghosttestclient@gmail.com\",\n    \"short_id\": 953,\n    \"_id\": \"5f05da7d88c618093e7dd419\"\n}"}],"_postman_id":"55922a9d-2fba-4dbf-b0cb-716e030fc2c8"}],"id":"cbd6d9e0-0bdd-430c-8e07-acce8060966d","description":"<p>Media files are organised into projects.  We invoice on a project by project basis, so one project = one invoice.  Our finance team will close the project when the expected upload date has passed and the expected number of media have been uploaded.  </p>\n<p>Media files can only be uploaded to projects with <em>active</em> status.  Other statuses; <em>completed</em>, <em>pending</em>, <em>deleted</em>, <em>invoiced</em> and <em>special</em> are treated as 'closed' and media cannot be uploaded into them.  </p>\n<p>Projects can be open for a maximum of 30 days.  If your your project will run for more than 30 days, then you will need to set up a Part 2 for that project, either manually or by using the 'duplicate project' endpoint.  </p>\n","event":[{"listen":"prerequest","script":{"id":"d82aaa18-2656-49a6-8741-0a6bdb3c8022","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8c612a69-869c-4d57-8a0c-99b09f49302d","type":"text/javascript","exec":[""]}}],"_postman_id":"cbd6d9e0-0bdd-430c-8e07-acce8060966d"},{"name":"Media","item":[{"name":"Create a media (without a pre-booking)","id":"9279ce99-e899-488e-ab4d-8cbbdf3a0b53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>string </p>\n<p>The title of your media file.  This will also be set as the name of the document when you download your completed transcript. </p>\n","key":"title","type":"text","value":"test"},{"description":"<p>string </p>\n<p>The extension of your file without the dot. </p>\n<p>Currently supported extensions: .aac, .mp2, .mp3, .mp4, .avi, .flv, .flac, .pcm, .ogg, .wav, .wma, .aiff, .m4a, .m4v, .mpg, .mov, .mts</p>\n","key":"extension","type":"text","value":"mp3"},{"description":"<p>integer </p>\n<p>The ID of the required service option </p>\n<p>See 'Get available services' to see the available services and their service options</p>\n","key":"service_options[id]","type":"text","value":"5acb52f19213ce2b4d643f3c"},{"description":"<p>string </p>\n<p>How many people speak on the recording</p>\n<p>Needs to be an existing option in the service you've chosen </p>\n","key":"service_options[speakers]","type":"text","value":"2-3 Speakers"},{"description":"<p>string </p>\n<p>The required turnaround time for the media</p>\n<p>Needs to be an existing option in the service you've chosen </p>\n","key":"service_options[turnaround]","type":"text","value":"24 hours"},{"description":"<p>integer</p>\n<p>The id of the project that the recording should be part of. </p>\n<p>See 'Project' section for more info on Projects</p>\n","key":"project_id","type":"text","value":"5ef9b28ca2734b33c05defd6"},{"description":"<p>optional / string</p>\n<p>The document type</p>\n<p>If not set, we will set a default value</p>\n<p>You can download in any available format so there's currently no need to send this</p>\n","key":"service_options[document]","type":"text","value":"Word","disabled":true},{"description":"<p>optional / string </p>\n<p>If not set, we will set this to Not Required by default </p>\n<p>If set to Required, the .doc will show a timestamp on each speaker \nIf set to Not Required, the .doc will not show a timestamp on each speaker </p>\n<p>Timestamps for each speaker are included in the raw format with either setting.  Choosing 'Required' ensures that they are accurate</p>\n","key":"service_options[timestamps]","type":"text","value":"Not Required","disabled":true},{"description":"<p>optional / string </p>\n<p>Different services may have their own additional service options, which are called price_calculation_elements.  Use 'Get available services' to see which options are available for your chosen service</p>\n<p>Replace [option] with the name of the price calculation element and set the value</p>\n<p>Any price_calculation_elements that aren't sent will be sest to Not Required</p>\n","key":"service_options[price_calculation_elements][option]","type":"text","value":"Not Required","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/media/short-create","description":"<p>Before uploading the media file, you will need to create a media object. When the media object is created, you will get an AWS pre-signed URL in the response. Use this URL to upload the recording.  The project and service options for the media should be set in this step.</p>\n","urlObject":{"protocol":"https","path":["v1","media","short-create"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"a5c2c2af-7ebe-4b7f-9d00-b57015815a51","name":"Create a media","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded","disabled":true},{"key":"Authorization","type":"text","value":"Bearer {token}","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test","type":"text"},{"key":"extension","value":"mp3","type":"text"},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","type":"text"},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","type":"text"},{"key":"service_options[speakers]","value":"2-3 Speakers","type":"text"},{"key":"service_options[turnaround]","value":"24 hours","type":"text"},{"key":"service_options[document]","value":"Word","type":"text"},{"key":"service_options[timestamps]","value":"Not Required","type":"text"}]},"url":"https://{{host}}.takenotetyping.com/v1/media/short-create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Jul 2020 12:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=ing4qwZpRRPfr7bQlCeQtOUdIKinDqWf; path=/; HttpOnly"},{"key":"Content-Length","value":"1620"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n    \"assign_notified\": false,\n    \"service_options\": {\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\",\n        \"base_price\": 0.99,\n        \"modifiers\": {\n            \"turnaround\": {\n                \"client_modifier\": 56.5656565\n            },\n            \"timestamps\": {\n                \"client_modifier\": 0\n            },\n            \"document\": {\n                \"client_modifier\": 0\n            },\n            \"speakers\": {\n                \"client_modifier\": 0\n            },\n            \"price_calculation_elements\": []\n        }\n    },\n    \"old_price\": null,\n    \"old_full_price\": null,\n    \"old_gross_price\": null,\n    \"price\": \"1.55\",\n    \"full_price\": \"1.55\",\n    \"gross_price\": \"1.86\",\n    \"billed_duration\": 1,\n    \"title\": \"test\",\n    \"extension\": \"mp3\",\n    \"company\": \"Test Company\",\n    \"status\": \"pending\",\n    \"quality\": \"normal\",\n    \"speakers\": null,\n    \"sub_status\": \"Unassigned\",\n    \"short_id\": 6392,\n    \"created_at\": 1594730304,\n    \"updated_at\": 1594730304,\n    \"project_owner\": \"Krisztian Klauz\",\n    \"client_name\": \"Krisztian Klauz\",\n    \"client_email\": \"ghosttestclient@gmail.com\",\n    \"user_discount\": 0,\n    \"industry_type\": \"Other\",\n    \"project_discount\": 0,\n    \"calc_basis\": \"basis_minute\",\n    \"calc_display\": \"display_minute\",\n    \"_id\": \"5f0da7406783ff4f160ebd41\",\n    \"project_total\": 25.4,\n    \"file_id\": \"5f0da7406783ff4f160ebd43\",\n    \"paid\": 0,\n    \"is_paid\": false,\n    \"unpaid_charges\": false,\n    \"order_id\": \"\",\n    \"transcoding_status\": \"none\",\n    \"duration\": 0,\n    \"jobs_duration\": 0,\n    \"finished_transcript\": \"\",\n    \"client_comments\": \"\",\n    \"business_account_status\": \"active\",\n    \"discount\": 0,\n    \"has_custom_duration\": false,\n    \"presigned_url\": \"https://tn-media-input.s3.amazonaws.com/5ef9b28ca2734b33c05defd6/c3b5125f688510261e08f80214a0ed9d.mp3?AWSAccessKeyId=AKIAI4A3E3VFCX54JTVA&Expires=1594946304&Signature=jeoDxYlSKTyEs2R7jBADV%2BREsmE%3D\"\n}"}],"_postman_id":"9279ce99-e899-488e-ab4d-8cbbdf3a0b53"},{"name":"Get the AWS pre-signed URL for a media","id":"10354d61-45a4-4370-98cf-69cebf42bcd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{host}}.takenotetyping.com/v1/media/get-presigned-url?id=5f0494897ceaac7b3005fed8","description":"<p>Get a new pre-signed URL for a media. Send the media id for the media that you want the URL for.</p>\n","urlObject":{"protocol":"https","path":["v1","media","get-presigned-url"],"host":["{{host}}","takenotetyping","com"],"query":[{"key":"id","value":"5f0494897ceaac7b3005fed8"}],"variable":[]}},"response":[{"id":"21965117-5670-4c20-b1b0-b872b5621bff","name":"Get an AWS pre-signed URL to upload the media","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://{{host}}.takenotetyping.com/v1/media/get-presigned-url?id=5f0494897ceaac7b3005fed8","protocol":"https","host":["{{host}}","takenotetyping","com"],"path":["v1","media","get-presigned-url"],"query":[{"key":"id","value":"5f0494897ceaac7b3005fed8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Jul 2020 14:20:19 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=H5xF034oTCZs6XGmA4dpqJFq_mpLSK6n; path=/; HttpOnly"},{"key":"Content-Length","value":"223"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"presigned_url\": \"https://tn-media-input.s3.amazonaws.com/5cc8e3029213ce1048448777/4bfeef9992df7541f3181e62c807f69a.mp3?AWSAccessKeyId=AKIAI4A3E3VFCX54JTVA&Expires=1594952419&Signature=2%2BXiIj6pnzutxbS86k%2F4o%2BH7F8M%3D\"\n}"}],"_postman_id":"10354d61-45a4-4370-98cf-69cebf42bcd9"},{"name":"Modify media","id":"bbd8743d-bd0c-4fb6-a0f2-5a01f2770039","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test","description":"<p>string </p>\n<p>The title of your media file.  This will also be set as the name of the document when you download your completed transcript. </p>\n","type":"text"},{"key":"extension","value":"mp3","description":"<p>string </p>\n<p>The extension of your file without the dot. </p>\n<p>Currently supported extensions: .aac, .mp2, .mp3, .mp4, .avi, .flv, .flac, .pcm, .ogg, .wav, .wma, .aiff, .m4a, .m4v, .mpg, .mov, .mts</p>\n","type":"text"},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","description":"<p>integer </p>\n<p>The ID of the required service option </p>\n<p>See 'Get available services' to see the available services and their service options</p>\n","type":"text"},{"key":"service_options[speakers]","value":"2-3 Speakers","description":"<p>string </p>\n<p>How many people speak on the recording</p>\n<p>Needs to be an existing option in the service you've chosen </p>\n","type":"text"},{"key":"service_options[turnaround]","value":"24 hours","description":"<p>string </p>\n<p>The required turnaround time for the media</p>\n<p>Needs to be an existing option in the service you've chosen </p>\n","type":"text"},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","description":"<p>integer</p>\n<p>The id of the project that the recording should be part of. </p>\n<p>See 'Project' section for more info on Projects</p>\n","type":"text"},{"key":"service_options[document]","value":"Word","description":"<p>optional / string</p>\n<p>The document type</p>\n<p>If not set, we will set a default value</p>\n<p>You can download in any available format so there's currently no need to send this</p>\n","type":"text","disabled":true},{"key":"service_options[timestamps]","value":"Not Required","description":"<p>optional / string </p>\n<p>If not set, we will set this to Not Required by default </p>\n<p>If set to Required, the .doc will show a timestamp on each speaker \nIf set to Not Required, the .doc will not show a timestamp on each speaker </p>\n<p>Timestamps for each speaker are included in the raw format with either setting.  Choosing 'Required' ensures that they are accurate</p>\n","type":"text","disabled":true},{"key":"service_options[price_calculation_elements][options]","value":"Not Required","description":"<p>optional / string </p>\n<p>Different services may have their own additional service options, which are called price_calculation_elements.  Use 'Get available services' to see which options are available for your chosen service</p>\n<p>Replace [option] with the name of the price calculation element and set the value</p>\n<p>Any price_calculation_elements that aren't sent will be sest to Not Required</p>\n","type":"text","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/media/5f0494897ceaac7b3005fed8","description":"<p>You can modify one or more parameters of the media.  Only send the parameters you would like to modify.  The parameters can't be modified after the media is approved (any media with the status Ordered, Assigned, Done or Returned)</p>\n","urlObject":{"protocol":"https","path":["v1","media","5f0494897ceaac7b3005fed8"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"f3ca0c0d-8d7c-498d-a7d9-d18a553cc28d","name":"Modify media","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test","description":"string - The title of your media file","type":"text"},{"key":"extension","value":"mp3","description":"string - The extension of your file without the dot. Currently supported extensions: .aac, .mp2, .mp3, .mp4, .avi, .flv, .flac, .pcm, .ogg, .wav, .wma, .aiff, .m4a, .m4v, .mpg, .mov, .mts","type":"text"},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","description":"integer - The ID of the required service option. ","type":"text"},{"key":"service_options[speakers]","value":"2-3 Speakers","description":"string - How many speakers are on the recording?","type":"text"},{"key":"service_options[turnaround]","value":"24 hours","description":"string - What is the requried turnaround time of the media?","type":"text"},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","description":"integer - The ID of the project you want store media. ","type":"text"},{"key":"service_options[document]","value":"Word","description":"optional","type":"text","disabled":true},{"key":"service_options[timestamps]","value":"Not Required","description":"optional","type":"text","disabled":true},{"key":"service_options[price_calculation_elements][options]","value":"Not Required","description":"optional","type":"text","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/media/5f0494897ceaac7b3005fed8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Jul 2020 14:16:13 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=qF4TSW3xRmvOe3l7XmeABy0NZGWx8wNh; path=/; HttpOnly"},{"key":"Content-Length","value":"1495"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"assign_notified\": false,\n    \"_id\": \"5f0494897ceaac7b3005fed8\",\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\",\n        \"base_price\": 0.99,\n        \"modifiers\": {\n            \"turnaround\": {\n                \"client_modifier\": 56.5656565\n            },\n            \"timestamps\": {\n                \"client_modifier\": 0\n            },\n            \"document\": {\n                \"client_modifier\": 0\n            },\n            \"speakers\": {\n                \"client_modifier\": 0\n            },\n            \"price_calculation_elements\": []\n        }\n    },\n    \"old_price\": null,\n    \"old_full_price\": null,\n    \"old_gross_price\": null,\n    \"price\": \"3.10\",\n    \"full_price\": \"3.10\",\n    \"gross_price\": \"3.72\",\n    \"billed_duration\": 2,\n    \"title\": \"test\",\n    \"extension\": \"mp3\",\n    \"company\": \"Test Company\",\n    \"status\": \"uploaded\",\n    \"quality\": \"normal\",\n    \"speakers\": null,\n    \"sub_status\": \"Unassigned\",\n    \"short_id\": 6374,\n    \"created_at\": 1594135689,\n    \"updated_at\": 1594736173,\n    \"project_owner\": \"Krisztian Klauz\",\n    \"client_name\": \"Krisztian Klauz\",\n    \"client_email\": \"ghosttestclient@gmail.com\",\n    \"user_discount\": 0,\n    \"industry_type\": \"Other\",\n    \"project_discount\": 0,\n    \"calc_basis\": \"basis_minute\",\n    \"calc_display\": \"display_minute\",\n    \"project_total\": 98.57,\n    \"file_id\": \"5f0494897ceaac7b3005feda\",\n    \"adhoc_charges\": [],\n    \"checkout_at\": null,\n    \"deadline\": 0,\n    \"discount\": 0,\n    \"duration\": 108,\n    \"fake\": \"0\",\n    \"finished_transcript\": \"\",\n    \"on_hold\": 0,\n    \"paid\": 0,\n    \"poor_audio\": 0,\n    \"transcoding_status\": \"none\",\n    \"is_paid\": false,\n    \"unpaid_charges\": false,\n    \"order_id\": \"\",\n    \"jobs_duration\": 0,\n    \"client_comments\": \"\",\n    \"business_account_status\": \"active\",\n    \"has_custom_duration\": false\n}"}],"_postman_id":"bbd8743d-bd0c-4fb6-a0f2-5a01f2770039"},{"name":"Approve the media after upload","id":"c2db09e3-b87f-4e3e-a841-bb0e2e1a4d51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://{{host}}.takenotetyping.com/v1/media/short-process/5f0494897ceaac7b3005fed8","description":"<p>After the media file is uploaded to AWS you must approve the order by calling this endpoint. We will only start to work on your media after this end-point is called.</p>\n","urlObject":{"protocol":"https","path":["v1","media","short-process","5f0494897ceaac7b3005fed8"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"4bf3d1aa-21a2-46e9-ab7b-2edcb6f39900","name":"Create new project","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Test project","type":"text"},{"key":"deadline","value":"1596150000","type":"text"},{"key":"media_due","value":"12","type":"text"},{"key":"po_number","value":"PO1234","type":"text"}]},"url":"https://{{host}}.takenotetyping.com/v1/project"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jul 2020 15:09:51 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=kFVr2-YskJVQHeVSCTAxuLoQ6078-TJN; path=/; HttpOnly"},{"key":"Content-Length","value":"582"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"Test project\",\n    \"deadline\": 1596150000,\n    \"media_due\": \"12\",\n    \"po_number\": \"PO1234\",\n    \"owner_id\": \"55a664177a8d56861393b27c\",\n    \"company\": \"Test Company\",\n    \"is_favorite\": false,\n    \"duplicate_on_completion\": false,\n    \"status\": \"active\",\n    \"default\": false,\n    \"email_each_transcript_on_complete\": 0,\n    \"priority\": \"normal\",\n    \"company_id\": \"5d5d1ec39213ce3161393524\",\n    \"has_media\": false,\n    \"has_media_to_download\": false,\n    \"payment_type\": \"business_account\",\n    \"owner_name\": \"Krisztian Klauz\",\n    \"owner_email\": \"ghosttestclient@gmail.com\",\n    \"short_id\": 948,\n    \"created_at\": 1594134592,\n    \"updated_at\": 1594134592,\n    \"_id\": \"5f0490405e0d856e540c7bf8\"\n}"},{"id":"6b42617e-a27c-4c81-8975-fc2dd3f87b87","name":"Approve the media after upload","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"Modified Test project","type":"text","disabled":true},{"key":"deadline","value":"1596150000","type":"text","disabled":true},{"key":"media_due","value":"123","type":"text","disabled":true},{"key":"po_number","value":"PO12341","type":"text","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/media/process/5f0494897ceaac7b3005fed8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jul 2020 15:33:26 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=a8pxKy7-akJpTFQHfGBK2xIx8756seu1; path=/; HttpOnly"},{"key":"Content-Length","value":"1495"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"assign_notified\": false,\n    \"_id\": \"5f0494897ceaac7b3005fed8\",\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"project_id\": \"5cc8e3029213ce1048448777\",\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\",\n        \"base_price\": 0.99,\n        \"modifiers\": {\n            \"turnaround\": {\n                \"client_modifier\": 56.5656565\n            },\n            \"timestamps\": {\n                \"client_modifier\": 0\n            },\n            \"document\": {\n                \"client_modifier\": 0\n            },\n            \"speakers\": {\n                \"client_modifier\": 0\n            },\n            \"price_calculation_elements\": []\n        }\n    },\n    \"old_price\": null,\n    \"old_full_price\": null,\n    \"old_gross_price\": null,\n    \"price\": \"3.10\",\n    \"full_price\": \"3.10\",\n    \"gross_price\": \"3.72\",\n    \"billed_duration\": 2,\n    \"title\": \"test\",\n    \"extension\": \"mp3\",\n    \"company\": \"Test Company\",\n    \"status\": \"uploaded\",\n    \"quality\": \"normal\",\n    \"speakers\": null,\n    \"sub_status\": \"Unassigned\",\n    \"short_id\": 6374,\n    \"created_at\": 1594135689,\n    \"updated_at\": 1594136007,\n    \"project_owner\": \"Krisztian Klauz\",\n    \"client_name\": \"Krisztian Klauz\",\n    \"client_email\": \"ghosttestclient@gmail.com\",\n    \"user_discount\": 0,\n    \"industry_type\": \"Other\",\n    \"project_discount\": 0,\n    \"calc_basis\": \"basis_minute\",\n    \"calc_display\": \"display_minute\",\n    \"project_total\": 90.51,\n    \"file_id\": \"5f0494897ceaac7b3005feda\",\n    \"duration\": 108,\n    \"transcoding_status\": \"none\",\n    \"fake\": \"0\",\n    \"on_hold\": 0,\n    \"paid\": 0,\n    \"discount\": 0,\n    \"finished_transcript\": \"\",\n    \"adhoc_charges\": [],\n    \"deadline\": 0,\n    \"checkout_at\": null,\n    \"poor_audio\": 0,\n    \"is_paid\": false,\n    \"unpaid_charges\": false,\n    \"order_id\": \"\",\n    \"jobs_duration\": 0,\n    \"client_comments\": \"\",\n    \"business_account_status\": \"active\",\n    \"has_custom_duration\": false\n}"}],"_postman_id":"c2db09e3-b87f-4e3e-a841-bb0e2e1a4d51"},{"name":"Get details for one media","id":"e880b70b-0570-4ecb-b376-1d3e33d18e08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"url":"https://{{host}}.takenotetyping.com/v1/media/5f0494897ceaac7b3005fed8","description":"<p>Get the details for a particular media, using the _id of the media.</p>\n","urlObject":{"protocol":"https","path":["v1","media","5f0494897ceaac7b3005fed8"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"1f2505da-2a1c-4b35-812a-3faba1165115","name":"Create a media","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test","type":"text"},{"key":"extension","value":"mp3","type":"text"},{"key":"mime","value":"12345","type":"text","disabled":true},{"key":"estimated_upload_at","value":"1594051568","type":"text","disabled":true},{"key":"timezone","value":"London/Europe","type":"text","disabled":true},{"key":"comments","value":"any client comments","type":"text","disabled":true},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","type":"text","disabled":true},{"key":"service_options[speakers]","value":"2-3 Speakers","type":"text"},{"key":"service_options[turnaround]","value":"24 hours","type":"text"},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","type":"text"},{"key":"service_options[document]","value":"Word","type":"text"},{"key":"service_options[timestamps]","value":"Not Required","type":"text"},{"key":"region","value":"EN","type":"text","disabled":true},{"key":"agenda[EN]","value":"This is aboout ","type":"text","disabled":true},{"key":"speakers[0][title]","value":"Mr","type":"text","disabled":true},{"key":"speakers[0][name]","value":"Speaker 1","type":"text","disabled":true},{"key":"speakers[0][moderator]","value":"1","type":"text","disabled":true},{"key":"speakers[1][title]","value":"Miss","type":"text","disabled":true},{"key":"speakers[1][name]","value":"Speaker 2","type":"text","disabled":true},{"key":"speakers[1][moderator]","value":"0","type":"text","disabled":true},{"key":"unique_id","value":"1234","type":"text","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/media"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jul 2020 15:28:09 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=J3Q7HQNBg94Zcyvevu-FAGDlkqPjDqas; path=/; HttpOnly"},{"key":"Content-Length","value":"1403"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"project_id\": \"5cc8e3029213ce1048448777\",\n    \"assign_notified\": false,\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\",\n        \"base_price\": 0.99,\n        \"modifiers\": {\n            \"turnaround\": {\n                \"client_modifier\": 56.5656565\n            },\n            \"timestamps\": {\n                \"client_modifier\": 0\n            },\n            \"document\": {\n                \"client_modifier\": 0\n            },\n            \"speakers\": {\n                \"client_modifier\": 0\n            },\n            \"price_calculation_elements\": []\n        }\n    },\n    \"old_price\": null,\n    \"old_full_price\": null,\n    \"old_gross_price\": null,\n    \"price\": \"1.55\",\n    \"full_price\": \"1.55\",\n    \"gross_price\": \"1.86\",\n    \"billed_duration\": 1,\n    \"title\": \"test\",\n    \"extension\": \"mp3\",\n    \"company\": \"Test Company\",\n    \"status\": \"pending\",\n    \"quality\": \"normal\",\n    \"speakers\": null,\n    \"sub_status\": \"Unassigned\",\n    \"short_id\": 6374,\n    \"created_at\": 1594135689,\n    \"updated_at\": 1594135689,\n    \"project_owner\": \"Krisztian Klauz\",\n    \"client_name\": \"Krisztian Klauz\",\n    \"client_email\": \"ghosttestclient@gmail.com\",\n    \"user_discount\": 0,\n    \"industry_type\": \"Other\",\n    \"project_discount\": 0,\n    \"calc_basis\": \"basis_minute\",\n    \"calc_display\": \"display_minute\",\n    \"_id\": \"5f0494897ceaac7b3005fed8\",\n    \"project_total\": 88.65,\n    \"file_id\": \"5f0494897ceaac7b3005feda\",\n    \"paid\": 0,\n    \"is_paid\": false,\n    \"unpaid_charges\": false,\n    \"order_id\": \"\",\n    \"transcoding_status\": \"none\",\n    \"duration\": 0,\n    \"jobs_duration\": 0,\n    \"finished_transcript\": \"\",\n    \"client_comments\": \"\",\n    \"business_account_status\": \"active\",\n    \"discount\": 0,\n    \"has_custom_duration\": false\n}"},{"id":"327b55a2-c29e-4f72-90fb-233c007d218b","name":"Create pre-booking","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test","type":"text"},{"key":"extension","value":"mp.3","type":"text"},{"key":"estimated_duration","value":"12345","type":"text"},{"key":"estimated_upload_at","value":"1594051568","type":"text"},{"key":"timezone","value":"London/Europe","type":"text"},{"key":"comments","value":"any client comments","type":"text"},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","type":"text"},{"key":"service_options[speakers]","value":"2-3 Speakers","type":"text"},{"key":"service_options[turnaround]","value":"24 hours","type":"text"},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","type":"text"},{"key":"service_options[document]","value":"Word","type":"text"},{"key":"service_options[timestamps]","value":"Not Required","type":"text"},{"key":"region","value":"EN","type":"text"},{"key":"agenda[EN]","value":"This is aboout ","type":"text"},{"key":"speakers[0][title]","value":"Mr","type":"text"},{"key":"speakers[0][name]","value":"Speaker 1","type":"text"},{"key":"speakers[0][moderator]","value":"1","type":"text"},{"key":"speakers[1][title]","value":"Miss","type":"text"},{"key":"speakers[1][name]","value":"Speaker 2","type":"text"},{"key":"speakers[1][moderator]","value":"0","type":"text"},{"key":"unique_id","value":"1234","type":"text"}]},"url":"https://{{host}}.takenotetyping.com/v1/pre-booking"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 06 Jul 2020 16:15:48 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=wrOFe3w00XJ3iqKeyIaAuFxRqOo-tMjS; path=/; HttpOnly"},{"key":"Content-Length","value":"790"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"test\",\n    \"extension\": \"mp.3\",\n    \"estimated_duration\": 12345,\n    \"estimated_upload_at\": 1594051568,\n    \"timezone\": \"London/Europe\",\n    \"comments\": \"any client comments\",\n    \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\"\n    },\n    \"speakers\": [\n        {\n            \"title\": \"Mr\",\n            \"name\": \"Speaker 1\",\n            \"moderator\": \"1\"\n        },\n        {\n            \"title\": \"Miss\",\n            \"name\": \"Speaker 2\",\n            \"moderator\": \"0\"\n        }\n    ],\n    \"unique_id\": \"1234\",\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"contact_name\": \"Krisztian Klauz\",\n    \"extra_fields\": {\n        \"region\": \"EN\",\n        \"agenda\": {\n            \"EN\": \"This is aboout \"\n        }\n    },\n    \"status\": \"ordered\",\n    \"method\": \"event-oriented\",\n    \"short_id\": 203,\n    \"created_at\": 1594052148,\n    \"updated_at\": 1594052148,\n    \"_id\": \"5f034e34d9e21e5949423d12\"\n}"},{"id":"80bf97c8-b509-46f2-8d60-19f45b96df45","name":"Modify media","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test-me","type":"text"},{"key":"extension","value":"mp3","type":"text"},{"key":"mime","value":"12345","type":"text","disabled":true},{"key":"estimated_upload_at","value":"1594051568","type":"text","disabled":true},{"key":"timezone","value":"London/Europe","type":"text","disabled":true},{"key":"comments","value":"any client comments","type":"text","disabled":true},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","type":"text","disabled":true},{"key":"service_options[speakers]","value":"2-3 Speakers","type":"text"},{"key":"service_options[turnaround]","value":"24 hours","type":"text"},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","type":"text"},{"key":"service_options[document]","value":"Word","type":"text"},{"key":"service_options[timestamps]","value":"Not Required","type":"text"},{"key":"region","value":"EN","type":"text","disabled":true},{"key":"agenda[EN]","value":"This is aboout ","type":"text","disabled":true},{"key":"speakers[0][title]","value":"Mr","type":"text","disabled":true},{"key":"speakers[0][name]","value":"Speaker 1","type":"text","disabled":true},{"key":"speakers[0][moderator]","value":"1","type":"text","disabled":true},{"key":"speakers[1][title]","value":"Miss","type":"text","disabled":true},{"key":"speakers[1][name]","value":"Speaker 2","type":"text","disabled":true},{"key":"speakers[1][moderator]","value":"0","type":"text","disabled":true},{"key":"unique_id","value":"1234","type":"text","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/media/5f0494897ceaac7b3005fed8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jul 2020 15:34:38 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=GghJtAD3MOLGd-gweIxVXpIG4GjEofz5; path=/; HttpOnly"},{"key":"Content-Length","value":"1498"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"assign_notified\": false,\n    \"_id\": \"5f0494897ceaac7b3005fed8\",\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"project_id\": \"5cc8e3029213ce1048448777\",\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\",\n        \"base_price\": 0.99,\n        \"modifiers\": {\n            \"turnaround\": {\n                \"client_modifier\": 56.5656565\n            },\n            \"timestamps\": {\n                \"client_modifier\": 0\n            },\n            \"document\": {\n                \"client_modifier\": 0\n            },\n            \"speakers\": {\n                \"client_modifier\": 0\n            },\n            \"price_calculation_elements\": []\n        }\n    },\n    \"old_price\": null,\n    \"old_full_price\": null,\n    \"old_gross_price\": null,\n    \"price\": \"3.10\",\n    \"full_price\": \"3.10\",\n    \"gross_price\": \"3.72\",\n    \"billed_duration\": 2,\n    \"title\": \"test-me\",\n    \"extension\": \"mp3\",\n    \"company\": \"Test Company\",\n    \"status\": \"uploaded\",\n    \"quality\": \"normal\",\n    \"speakers\": null,\n    \"sub_status\": \"Unassigned\",\n    \"short_id\": 6374,\n    \"created_at\": 1594135689,\n    \"updated_at\": 1594136078,\n    \"project_owner\": \"Krisztian Klauz\",\n    \"client_name\": \"Krisztian Klauz\",\n    \"client_email\": \"ghosttestclient@gmail.com\",\n    \"user_discount\": 0,\n    \"industry_type\": \"Other\",\n    \"project_discount\": 0,\n    \"calc_basis\": \"basis_minute\",\n    \"calc_display\": \"display_minute\",\n    \"project_total\": 90.51,\n    \"file_id\": \"5f0494897ceaac7b3005feda\",\n    \"adhoc_charges\": [],\n    \"checkout_at\": null,\n    \"deadline\": 0,\n    \"discount\": 0,\n    \"duration\": 108,\n    \"fake\": \"0\",\n    \"finished_transcript\": \"\",\n    \"on_hold\": 0,\n    \"paid\": 0,\n    \"poor_audio\": 0,\n    \"transcoding_status\": \"none\",\n    \"is_paid\": false,\n    \"unpaid_charges\": false,\n    \"order_id\": \"\",\n    \"jobs_duration\": 0,\n    \"client_comments\": \"\",\n    \"business_account_status\": \"active\",\n    \"has_custom_duration\": false\n}"},{"id":"abfed2fa-20b9-43f8-ba2e-60c746921e2b","name":"Get one media with _id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test-me","type":"text","disabled":true},{"key":"extension","value":"mp3","type":"text","disabled":true},{"key":"mime","value":"12345","type":"text","disabled":true},{"key":"estimated_upload_at","value":"1594051568","type":"text","disabled":true},{"key":"timezone","value":"London/Europe","type":"text","disabled":true},{"key":"comments","value":"any client comments","type":"text","disabled":true},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","type":"text","disabled":true},{"key":"service_options[speakers]","value":"2-3 Speakers","type":"text","disabled":true},{"key":"service_options[turnaround]","value":"24 hours","type":"text","disabled":true},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","type":"text","disabled":true},{"key":"service_options[document]","value":"Word","type":"text","disabled":true},{"key":"service_options[timestamps]","value":"Not Required","type":"text","disabled":true},{"key":"region","value":"EN","type":"text","disabled":true},{"key":"agenda[EN]","value":"This is aboout ","type":"text","disabled":true},{"key":"speakers[0][title]","value":"Mr","type":"text","disabled":true},{"key":"speakers[0][name]","value":"Speaker 1","type":"text","disabled":true},{"key":"speakers[0][moderator]","value":"1","type":"text","disabled":true},{"key":"speakers[1][title]","value":"Miss","type":"text","disabled":true},{"key":"speakers[1][name]","value":"Speaker 2","type":"text","disabled":true},{"key":"speakers[1][moderator]","value":"0","type":"text","disabled":true},{"key":"unique_id","value":"1234","type":"text","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/media/5f0494897ceaac7b3005fed8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jul 2020 15:37:20 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=Gtd4hTgVceOvUydx6_ImN15OQBzuRB4w; path=/; HttpOnly"},{"key":"Content-Length","value":"1498"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"assign_notified\": false,\n    \"_id\": \"5f0494897ceaac7b3005fed8\",\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"project_id\": \"5cc8e3029213ce1048448777\",\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\",\n        \"base_price\": 0.99,\n        \"modifiers\": {\n            \"turnaround\": {\n                \"client_modifier\": 56.5656565\n            },\n            \"timestamps\": {\n                \"client_modifier\": 0\n            },\n            \"document\": {\n                \"client_modifier\": 0\n            },\n            \"speakers\": {\n                \"client_modifier\": 0\n            },\n            \"price_calculation_elements\": []\n        }\n    },\n    \"old_price\": null,\n    \"old_full_price\": null,\n    \"old_gross_price\": null,\n    \"price\": \"3.10\",\n    \"full_price\": \"3.10\",\n    \"gross_price\": \"3.72\",\n    \"billed_duration\": 2,\n    \"title\": \"test-me\",\n    \"extension\": \"mp3\",\n    \"company\": \"Test Company\",\n    \"status\": \"uploaded\",\n    \"quality\": \"normal\",\n    \"speakers\": null,\n    \"sub_status\": \"Unassigned\",\n    \"short_id\": 6374,\n    \"created_at\": 1594135689,\n    \"updated_at\": 1594136078,\n    \"project_owner\": \"Krisztian Klauz\",\n    \"client_name\": \"Krisztian Klauz\",\n    \"client_email\": \"ghosttestclient@gmail.com\",\n    \"user_discount\": 0,\n    \"industry_type\": \"Other\",\n    \"project_discount\": 0,\n    \"calc_basis\": \"basis_minute\",\n    \"calc_display\": \"display_minute\",\n    \"project_total\": 90.51,\n    \"file_id\": \"5f0494897ceaac7b3005feda\",\n    \"adhoc_charges\": [],\n    \"checkout_at\": null,\n    \"deadline\": 0,\n    \"discount\": 0,\n    \"duration\": 108,\n    \"fake\": \"0\",\n    \"finished_transcript\": \"\",\n    \"on_hold\": 0,\n    \"paid\": 0,\n    \"poor_audio\": 0,\n    \"transcoding_status\": \"none\",\n    \"is_paid\": false,\n    \"unpaid_charges\": false,\n    \"order_id\": \"\",\n    \"jobs_duration\": 0,\n    \"client_comments\": \"\",\n    \"business_account_status\": \"active\",\n    \"has_custom_duration\": false\n}"}],"_postman_id":"e880b70b-0570-4ecb-b376-1d3e33d18e08"},{"name":"Get details for all media","id":"e66ba8d8-bd35-4552-bc53-7b549fc4e1b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"url":"https://{{host}}.takenotetyping.com/v1/media","description":"<p>Get the details for all of your media</p>\n","urlObject":{"protocol":"https","path":["v1","media"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"0895f4f4-20df-46dc-a7bb-cbbe2a3a9ebf","name":"Get one media with _id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test-me","type":"text","disabled":true},{"key":"extension","value":"mp3","type":"text","disabled":true},{"key":"mime","value":"12345","type":"text","disabled":true},{"key":"estimated_upload_at","value":"1594051568","type":"text","disabled":true},{"key":"timezone","value":"London/Europe","type":"text","disabled":true},{"key":"comments","value":"any client comments","type":"text","disabled":true},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","type":"text","disabled":true},{"key":"service_options[speakers]","value":"2-3 Speakers","type":"text","disabled":true},{"key":"service_options[turnaround]","value":"24 hours","type":"text","disabled":true},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","type":"text","disabled":true},{"key":"service_options[document]","value":"Word","type":"text","disabled":true},{"key":"service_options[timestamps]","value":"Not Required","type":"text","disabled":true},{"key":"region","value":"EN","type":"text","disabled":true},{"key":"agenda[EN]","value":"This is aboout ","type":"text","disabled":true},{"key":"speakers[0][title]","value":"Mr","type":"text","disabled":true},{"key":"speakers[0][name]","value":"Speaker 1","type":"text","disabled":true},{"key":"speakers[0][moderator]","value":"1","type":"text","disabled":true},{"key":"speakers[1][title]","value":"Miss","type":"text","disabled":true},{"key":"speakers[1][name]","value":"Speaker 2","type":"text","disabled":true},{"key":"speakers[1][moderator]","value":"0","type":"text","disabled":true},{"key":"unique_id","value":"1234","type":"text","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/media/5f0494897ceaac7b3005fed8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jul 2020 15:37:20 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=Gtd4hTgVceOvUydx6_ImN15OQBzuRB4w; path=/; HttpOnly"},{"key":"Content-Length","value":"1498"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"assign_notified\": false,\n    \"_id\": \"5f0494897ceaac7b3005fed8\",\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"project_id\": \"5cc8e3029213ce1048448777\",\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\",\n        \"base_price\": 0.99,\n        \"modifiers\": {\n            \"turnaround\": {\n                \"client_modifier\": 56.5656565\n            },\n            \"timestamps\": {\n                \"client_modifier\": 0\n            },\n            \"document\": {\n                \"client_modifier\": 0\n            },\n            \"speakers\": {\n                \"client_modifier\": 0\n            },\n            \"price_calculation_elements\": []\n        }\n    },\n    \"old_price\": null,\n    \"old_full_price\": null,\n    \"old_gross_price\": null,\n    \"price\": \"3.10\",\n    \"full_price\": \"3.10\",\n    \"gross_price\": \"3.72\",\n    \"billed_duration\": 2,\n    \"title\": \"test-me\",\n    \"extension\": \"mp3\",\n    \"company\": \"Test Company\",\n    \"status\": \"uploaded\",\n    \"quality\": \"normal\",\n    \"speakers\": null,\n    \"sub_status\": \"Unassigned\",\n    \"short_id\": 6374,\n    \"created_at\": 1594135689,\n    \"updated_at\": 1594136078,\n    \"project_owner\": \"Krisztian Klauz\",\n    \"client_name\": \"Krisztian Klauz\",\n    \"client_email\": \"ghosttestclient@gmail.com\",\n    \"user_discount\": 0,\n    \"industry_type\": \"Other\",\n    \"project_discount\": 0,\n    \"calc_basis\": \"basis_minute\",\n    \"calc_display\": \"display_minute\",\n    \"project_total\": 90.51,\n    \"file_id\": \"5f0494897ceaac7b3005feda\",\n    \"adhoc_charges\": [],\n    \"checkout_at\": null,\n    \"deadline\": 0,\n    \"discount\": 0,\n    \"duration\": 108,\n    \"fake\": \"0\",\n    \"finished_transcript\": \"\",\n    \"on_hold\": 0,\n    \"paid\": 0,\n    \"poor_audio\": 0,\n    \"transcoding_status\": \"none\",\n    \"is_paid\": false,\n    \"unpaid_charges\": false,\n    \"order_id\": \"\",\n    \"jobs_duration\": 0,\n    \"client_comments\": \"\",\n    \"business_account_status\": \"active\",\n    \"has_custom_duration\": false\n}"},{"id":"0a19fe14-834a-4550-aec0-ff64c5fd1507","name":"Create a media","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test","type":"text"},{"key":"extension","value":"mp3","type":"text"},{"key":"mime","value":"12345","type":"text","disabled":true},{"key":"estimated_upload_at","value":"1594051568","type":"text","disabled":true},{"key":"timezone","value":"London/Europe","type":"text","disabled":true},{"key":"comments","value":"any client comments","type":"text","disabled":true},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","type":"text","disabled":true},{"key":"service_options[speakers]","value":"2-3 Speakers","type":"text"},{"key":"service_options[turnaround]","value":"24 hours","type":"text"},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","type":"text"},{"key":"service_options[document]","value":"Word","type":"text"},{"key":"service_options[timestamps]","value":"Not Required","type":"text"},{"key":"region","value":"EN","type":"text","disabled":true},{"key":"agenda[EN]","value":"This is aboout ","type":"text","disabled":true},{"key":"speakers[0][title]","value":"Mr","type":"text","disabled":true},{"key":"speakers[0][name]","value":"Speaker 1","type":"text","disabled":true},{"key":"speakers[0][moderator]","value":"1","type":"text","disabled":true},{"key":"speakers[1][title]","value":"Miss","type":"text","disabled":true},{"key":"speakers[1][name]","value":"Speaker 2","type":"text","disabled":true},{"key":"speakers[1][moderator]","value":"0","type":"text","disabled":true},{"key":"unique_id","value":"1234","type":"text","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/media"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jul 2020 15:28:09 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=J3Q7HQNBg94Zcyvevu-FAGDlkqPjDqas; path=/; HttpOnly"},{"key":"Content-Length","value":"1403"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"project_id\": \"5cc8e3029213ce1048448777\",\n    \"assign_notified\": false,\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\",\n        \"base_price\": 0.99,\n        \"modifiers\": {\n            \"turnaround\": {\n                \"client_modifier\": 56.5656565\n            },\n            \"timestamps\": {\n                \"client_modifier\": 0\n            },\n            \"document\": {\n                \"client_modifier\": 0\n            },\n            \"speakers\": {\n                \"client_modifier\": 0\n            },\n            \"price_calculation_elements\": []\n        }\n    },\n    \"old_price\": null,\n    \"old_full_price\": null,\n    \"old_gross_price\": null,\n    \"price\": \"1.55\",\n    \"full_price\": \"1.55\",\n    \"gross_price\": \"1.86\",\n    \"billed_duration\": 1,\n    \"title\": \"test\",\n    \"extension\": \"mp3\",\n    \"company\": \"Test Company\",\n    \"status\": \"pending\",\n    \"quality\": \"normal\",\n    \"speakers\": null,\n    \"sub_status\": \"Unassigned\",\n    \"short_id\": 6374,\n    \"created_at\": 1594135689,\n    \"updated_at\": 1594135689,\n    \"project_owner\": \"Krisztian Klauz\",\n    \"client_name\": \"Krisztian Klauz\",\n    \"client_email\": \"ghosttestclient@gmail.com\",\n    \"user_discount\": 0,\n    \"industry_type\": \"Other\",\n    \"project_discount\": 0,\n    \"calc_basis\": \"basis_minute\",\n    \"calc_display\": \"display_minute\",\n    \"_id\": \"5f0494897ceaac7b3005fed8\",\n    \"project_total\": 88.65,\n    \"file_id\": \"5f0494897ceaac7b3005feda\",\n    \"paid\": 0,\n    \"is_paid\": false,\n    \"unpaid_charges\": false,\n    \"order_id\": \"\",\n    \"transcoding_status\": \"none\",\n    \"duration\": 0,\n    \"jobs_duration\": 0,\n    \"finished_transcript\": \"\",\n    \"client_comments\": \"\",\n    \"business_account_status\": \"active\",\n    \"discount\": 0,\n    \"has_custom_duration\": false\n}"},{"id":"3a2cfe5c-3016-4017-adfb-1664357dc6f6","name":"Modify media","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test-me","type":"text"},{"key":"extension","value":"mp3","type":"text"},{"key":"mime","value":"12345","type":"text","disabled":true},{"key":"estimated_upload_at","value":"1594051568","type":"text","disabled":true},{"key":"timezone","value":"London/Europe","type":"text","disabled":true},{"key":"comments","value":"any client comments","type":"text","disabled":true},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","type":"text","disabled":true},{"key":"service_options[speakers]","value":"2-3 Speakers","type":"text"},{"key":"service_options[turnaround]","value":"24 hours","type":"text"},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","type":"text"},{"key":"service_options[document]","value":"Word","type":"text"},{"key":"service_options[timestamps]","value":"Not Required","type":"text"},{"key":"region","value":"EN","type":"text","disabled":true},{"key":"agenda[EN]","value":"This is aboout ","type":"text","disabled":true},{"key":"speakers[0][title]","value":"Mr","type":"text","disabled":true},{"key":"speakers[0][name]","value":"Speaker 1","type":"text","disabled":true},{"key":"speakers[0][moderator]","value":"1","type":"text","disabled":true},{"key":"speakers[1][title]","value":"Miss","type":"text","disabled":true},{"key":"speakers[1][name]","value":"Speaker 2","type":"text","disabled":true},{"key":"speakers[1][moderator]","value":"0","type":"text","disabled":true},{"key":"unique_id","value":"1234","type":"text","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/media/5f0494897ceaac7b3005fed8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jul 2020 15:34:38 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=GghJtAD3MOLGd-gweIxVXpIG4GjEofz5; path=/; HttpOnly"},{"key":"Content-Length","value":"1498"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"assign_notified\": false,\n    \"_id\": \"5f0494897ceaac7b3005fed8\",\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"project_id\": \"5cc8e3029213ce1048448777\",\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\",\n        \"base_price\": 0.99,\n        \"modifiers\": {\n            \"turnaround\": {\n                \"client_modifier\": 56.5656565\n            },\n            \"timestamps\": {\n                \"client_modifier\": 0\n            },\n            \"document\": {\n                \"client_modifier\": 0\n            },\n            \"speakers\": {\n                \"client_modifier\": 0\n            },\n            \"price_calculation_elements\": []\n        }\n    },\n    \"old_price\": null,\n    \"old_full_price\": null,\n    \"old_gross_price\": null,\n    \"price\": \"3.10\",\n    \"full_price\": \"3.10\",\n    \"gross_price\": \"3.72\",\n    \"billed_duration\": 2,\n    \"title\": \"test-me\",\n    \"extension\": \"mp3\",\n    \"company\": \"Test Company\",\n    \"status\": \"uploaded\",\n    \"quality\": \"normal\",\n    \"speakers\": null,\n    \"sub_status\": \"Unassigned\",\n    \"short_id\": 6374,\n    \"created_at\": 1594135689,\n    \"updated_at\": 1594136078,\n    \"project_owner\": \"Krisztian Klauz\",\n    \"client_name\": \"Krisztian Klauz\",\n    \"client_email\": \"ghosttestclient@gmail.com\",\n    \"user_discount\": 0,\n    \"industry_type\": \"Other\",\n    \"project_discount\": 0,\n    \"calc_basis\": \"basis_minute\",\n    \"calc_display\": \"display_minute\",\n    \"project_total\": 90.51,\n    \"file_id\": \"5f0494897ceaac7b3005feda\",\n    \"adhoc_charges\": [],\n    \"checkout_at\": null,\n    \"deadline\": 0,\n    \"discount\": 0,\n    \"duration\": 108,\n    \"fake\": \"0\",\n    \"finished_transcript\": \"\",\n    \"on_hold\": 0,\n    \"paid\": 0,\n    \"poor_audio\": 0,\n    \"transcoding_status\": \"none\",\n    \"is_paid\": false,\n    \"unpaid_charges\": false,\n    \"order_id\": \"\",\n    \"jobs_duration\": 0,\n    \"client_comments\": \"\",\n    \"business_account_status\": \"active\",\n    \"has_custom_duration\": false\n}"},{"id":"449fc110-bbb5-45a2-a84c-e1001ea84190","name":"Create pre-booking","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test","type":"text"},{"key":"extension","value":"mp.3","type":"text"},{"key":"estimated_duration","value":"12345","type":"text"},{"key":"estimated_upload_at","value":"1594051568","type":"text"},{"key":"timezone","value":"London/Europe","type":"text"},{"key":"comments","value":"any client comments","type":"text"},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","type":"text"},{"key":"service_options[speakers]","value":"2-3 Speakers","type":"text"},{"key":"service_options[turnaround]","value":"24 hours","type":"text"},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","type":"text"},{"key":"service_options[document]","value":"Word","type":"text"},{"key":"service_options[timestamps]","value":"Not Required","type":"text"},{"key":"region","value":"EN","type":"text"},{"key":"agenda[EN]","value":"This is aboout ","type":"text"},{"key":"speakers[0][title]","value":"Mr","type":"text"},{"key":"speakers[0][name]","value":"Speaker 1","type":"text"},{"key":"speakers[0][moderator]","value":"1","type":"text"},{"key":"speakers[1][title]","value":"Miss","type":"text"},{"key":"speakers[1][name]","value":"Speaker 2","type":"text"},{"key":"speakers[1][moderator]","value":"0","type":"text"},{"key":"unique_id","value":"1234","type":"text"}]},"url":"https://{{host}}.takenotetyping.com/v1/pre-booking"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 06 Jul 2020 16:15:48 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=wrOFe3w00XJ3iqKeyIaAuFxRqOo-tMjS; path=/; HttpOnly"},{"key":"Content-Length","value":"790"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"test\",\n    \"extension\": \"mp.3\",\n    \"estimated_duration\": 12345,\n    \"estimated_upload_at\": 1594051568,\n    \"timezone\": \"London/Europe\",\n    \"comments\": \"any client comments\",\n    \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\"\n    },\n    \"speakers\": [\n        {\n            \"title\": \"Mr\",\n            \"name\": \"Speaker 1\",\n            \"moderator\": \"1\"\n        },\n        {\n            \"title\": \"Miss\",\n            \"name\": \"Speaker 2\",\n            \"moderator\": \"0\"\n        }\n    ],\n    \"unique_id\": \"1234\",\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"contact_name\": \"Krisztian Klauz\",\n    \"extra_fields\": {\n        \"region\": \"EN\",\n        \"agenda\": {\n            \"EN\": \"This is aboout \"\n        }\n    },\n    \"status\": \"ordered\",\n    \"method\": \"event-oriented\",\n    \"short_id\": 203,\n    \"created_at\": 1594052148,\n    \"updated_at\": 1594052148,\n    \"_id\": \"5f034e34d9e21e5949423d12\"\n}"}],"_postman_id":"e66ba8d8-bd35-4552-bc53-7b549fc4e1b3"},{"name":"Download completed transcript in JSON format","id":"3201ade0-e21a-4821-985b-0896fd597792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/media/download-product/5ee8a4c045d718010a73491b?document_type=raw","description":"<p>This is an example of the JSON format.  </p>\n<ul>\n<li>The first part, 'speakers:' sets out the speakers for the transcript; their name, whether they are the moderator or not, and the id that will be used to identify this speaker throughout the transcript </li>\n<li>Each time a new speaker starts, a new 'section:' will be created.  Each section has the id of the speaker and a timestamp.  It also has an is_question field, which you can ignore </li>\n<li>Within each section is the 'content:' the words that are part of that section</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","media","download-product","5ee8a4c045d718010a73491b"],"host":["{{host}}","takenotetyping","com"],"query":[{"key":"document_type","value":"raw"}],"variable":[]}},"response":[{"id":"01961f87-96f5-456b-b075-440d3080788c","name":"Download ready transcript  in JSON format","originalRequest":{"method":"GET","header":[{"key":"document_type","value":"json","description":"The following formats available to download: PDF, DOC, RTF, XML, SRT. Please note XML and SRT is only available if your selected service type is CAPTIONS.","type":"text","disabled":true}],"url":{"raw":"https://{{host}}.takenotetyping.com/v1/media/download-product/5ee8a4c045d718010a73491b?document_type=raw","protocol":"https","host":["{{host}}","takenotetyping","com"],"path":["v1","media","download-product","5ee8a4c045d718010a73491b"],"query":[{"key":"document_type","value":"raw","description":"The following formats available to download: PDF, DOC, RTF, XML, SRT. Please note XML and SRT is only available if your selected service type is CAPTIONS."}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Date","value":"Mon, 27 Jul 2020 12:01:22 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Expose-Headers","value":"Content-Disposition"},{"key":"Content-Disposition","value":"attachment; filename=\"ghostinspector-test (3) (1).mp3.RAW\""},{"key":"Content-Length","value":"2788"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=ckQn89jQDgiyJCwwrnifFaiHqeL3tYmW; path=/; HttpOnly"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/octet-stream"}],"cookie":[],"responseTime":null,"body":"{\"cursor\":[],\"speakers\":[{\"id\":1,\"name\":\"Speaker1\",\"deleted\":false,\"color\":\"#FFF200\",\"moderator\":false}],\"sections\":[{\"speaker\":1,\"is_question\":0,\"timecode\":0,\"content\":[[{\"word\":\"Typist\"},{\"word\":\"changes\"},{\"word\":\"1\"},{\"word\":\"proofreader\"},{\"word\":\"changes\"},{\"word\":\"1\"},{\"word\":\"typist\"},{\"word\":\"changes\"},{\"word\":\"again\"},{\"word\":\"admin\"},{\"word\":\"before\"},{\"word\":\"merge\"},{\"word\":\"AFTER\"},{\"word\":\"MERGE\"}]]},{\"speaker\":1,\"is_question\":0,\"timecode\":0,\"content\":[[{\"word\":\"Typist\"},{\"word\":\"changes\"},{\"word\":\"1\"},{\"word\":\"proofreader\"},{\"word\":\"changes\"},{\"word\":\"1\"},{\"word\":\"typist\"},{\"word\":\"changes\"},{\"word\":\"again\"},{\"word\":\"admin\"},{\"word\":\"before\"},{\"word\":\"merge\"},{\"word\":\"AFTER\"},{\"word\":\"MERGE\"}]]},{\"speaker\":1,\"is_question\":0,\"timecode\":0,\"content\":[[{\"word\":\"Typist\"},{\"word\":\"changes\"},{\"word\":\"1\"},{\"word\":\"proofreader\"},{\"word\":\"changes\"},{\"word\":\"1\"},{\"word\":\"typist\"},{\"word\":\"changes\"},{\"word\":\"again\"},{\"word\":\"admin\"},{\"word\":\"before\"},{\"word\":\"merge\"},{\"word\":\"AFTER\"},{\"word\":\"MERGE\"}]]},{\"speaker\":1,\"is_question\":0,\"timecode\":0,\"content\":[[{\"word\":\"Typist\"},{\"word\":\"changes\"},{\"word\":\"1\"},{\"word\":\"proofreader\"},{\"word\":\"changes\"},{\"word\":\"1\"},{\"word\":\"typist\"},{\"word\":\"changes\"},{\"word\":\"again\"},{\"word\":\"admin\"},{\"word\":\"before\"},{\"word\":\"merge\"},{\"word\":\"AFTER\"},{\"word\":\"MERGE\"}]]},{\"speaker\":1,\"is_question\":0,\"timecode\":0,\"content\":[[{\"word\":\"Typist\"},{\"word\":\"changes\"},{\"word\":\"2\"},{\"word\":\"proofreader\"},{\"word\":\"changes\"},{\"word\":\"2\"},{\"word\":\"typist\"},{\"word\":\"changes\"},{\"word\":\"again\"},{\"word\":\"admin\"},{\"word\":\"before\"},{\"word\":\"merge\"},{\"word\":\"AFTER\"},{\"word\":\"MERGE\"}]]},{\"speaker\":1,\"is_question\":0,\"timecode\":60,\"content\":[[{\"word\":\"Typist\"},{\"word\":\"changes\"},{\"word\":\"2\"},{\"word\":\"proofreader\"},{\"word\":\"changes\"},{\"word\":\"2\"},{\"word\":\"typist\"},{\"word\":\"changes\"},{\"word\":\"again\"},{\"word\":\"admin\"},{\"word\":\"before\"},{\"word\":\"merge\"},{\"word\":\"AFTER\"},{\"word\":\"MERGE\"}]]},{\"speaker\":1,\"is_question\":0,\"timecode\":60,\"content\":[[{\"word\":\"Typist\"},{\"word\":\"changes\"},{\"word\":\"2\"},{\"word\":\"proofreader\"},{\"word\":\"changes\"},{\"word\":\"2\"},{\"word\":\"typist\"},{\"word\":\"changes\"},{\"word\":\"again\"},{\"word\":\"admin\"},{\"word\":\"before\"},{\"word\":\"merge\"},{\"word\":\"AFTER\"},{\"word\":\"MERGE\"}]]},{\"speaker\":1,\"is_question\":0,\"timecode\":60,\"content\":[[{\"word\":\"Typist\"},{\"word\":\"changes\"},{\"word\":\"2\"},{\"word\":\"proofreader\"},{\"word\":\"changes\"},{\"word\":\"2\"},{\"word\":\"typist\"},{\"word\":\"changes\"},{\"word\":\"again\"},{\"word\":\"admin\"},{\"word\":\"before\"},{\"word\":\"merge\"},{\"word\":\"AFTER\"},{\"word\":\"MERGE\"}]]},{\"speaker\":1,\"is_question\":0,\"timecode\":60,\"content\":[[{\"word\":\"Typist\"},{\"word\":\"changes\"},{\"word\":\"2\"},{\"word\":\"proofreader\"},{\"word\":\"changes\"},{\"word\":\"2\"},{\"word\":\"typist\"},{\"word\":\"changes\"},{\"word\":\"again\"},{\"word\":\"AFTER\"},{\"word\":\"MERGE\"}]]}]}"}],"_postman_id":"3201ade0-e21a-4821-985b-0896fd597792"},{"name":"Download completed transcript","id":"a1c0811b-5a27-48f7-badc-040d6516a98d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/media/download-product/5ee8a4c045d718010a73491b?document_type=pdf","description":"<p>When the media status has been changed to Returned, your transcript is ready to download.  </p>\n<p>You can choose which format to download your transcript in.  Send just one of the following options.</p>\n","urlObject":{"protocol":"https","path":["v1","media","download-product","5ee8a4c045d718010a73491b"],"host":["{{host}}","takenotetyping","com"],"query":[{"description":{"content":"<p>Downloads .pdf</p>\n","type":"text/plain"},"key":"document_type","value":"pdf"},{"disabled":true,"description":{"content":"<p>Downloads .doc</p>\n","type":"text/plain"},"key":"document_type","value":"doc"},{"disabled":true,"description":{"content":"<p>Downloads .rtf</p>\n","type":"text/plain"},"key":"document_type","value":"rtf"},{"disabled":true,"description":{"content":"<p>Downloads .json </p>\n","type":"text/plain"},"key":"document_type","value":"raw"},{"disabled":true,"description":{"content":"<p>Downloads .xml (captions only)</p>\n","type":"text/plain"},"key":"document_type","value":"xml"},{"disabled":true,"description":{"content":"<p>Downloads .srt (captions only)</p>\n","type":"text/plain"},"key":"document_type","value":"srt"},{"disabled":true,"description":{"content":"<p>Downloads .srt including speaker identification (captions only) </p>\n","type":"text/plain"},"key":"options%5Binline-speakers%5D","value":"1"}],"variable":[]}},"response":[],"_postman_id":"a1c0811b-5a27-48f7-badc-040d6516a98d"}],"id":"abd5a9ad-bb59-4a08-970c-af26b0427c81","description":"<p>Create, modify and view media.  </p>\n","_postman_id":"abd5a9ad-bb59-4a08-970c-af26b0427c81"},{"name":"Pre-bookings","item":[{"name":"Create pre-booking","id":"e9494966-ef72-4fa6-981a-42712399f76b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>string </p>\n<p>The title of your media file.  </p>\n<p>It doesn't need to match exactly what the media file will be called.  We will use this to get an idea of content to help us assign it to the right resources. </p>\n","key":"title","type":"text","value":"test"},{"description":"<p>string </p>\n<p>The extension of your file, without the dot</p>\n<p>Currently supported extensions: .aac, .mp2, .mp3, .mp4, .avi, .flv, .flac, .pcm, .ogg, .wav, .wma, .aiff, .m4a, .m4v, .mpg, .mov, .mts</p>\n","key":"extension","type":"text","value":"mp3"},{"description":"<p>integer </p>\n<p>Estimated length of the media in seconds</p>\n","key":"estimated_duration","type":"text","value":"12345"},{"description":"<p>integer </p>\n<p>Estimated upload time</p>\n","key":"estimated_upload_at","type":"text","value":"1594051568"},{"description":"<p>string</p>\n<p>Timezone of the estimated upload time timestamp</p>\n","key":"timezone","type":"text","value":"London/Europe"},{"description":"<p>integer </p>\n<p>The ID of the required service option. </p>\n<p>See 'Get available services' to see the available services and their service options. </p>\n","key":"service_options[id]","type":"text","value":"5acb52f19213ce2b4d643f3c"},{"description":"<p>string </p>\n<p>How many people speak on the recording</p>\n<p>Needs to be an existing option in the service you've chosen </p>\n","key":"service_options[speakers]","type":"text","value":"2-3 Speakers"},{"description":"<p>string </p>\n<p>The required turnaround time for the media</p>\n<p>Needs to be an existing option in the service you've chosen </p>\n","key":"service_options[turnaround]","type":"text","value":"24 hours"},{"description":"<p>string </p>\n<p>The document type</p>\n<p>Needs to be an existing option in the service you've chosen.  You can download in any available format so it's easiest to use 'Word' for any order</p>\n","key":"service_options[document]","type":"text","value":"Word"},{"description":"<p>string </p>\n<p>If set to Required, the .doc will show a timestamp on each speaker \nIf set to Not Required, the .doc will not show a timestamp on each speaker </p>\n<p>Timestamps for each speaker are included in the raw format with either setting.  Choosing 'Required' ensures that they are accurate</p>\n","key":"service_options[timestamps]","type":"text","value":"Not Required"},{"description":"<p>optional / integer </p>\n<p>The id of the project that the recording should be part of. </p>\n<p>If you don't set a project, we will set one for you </p>\n<p>See 'Project' section for more info on Projects</p>\n","key":"project_id","type":"text","value":"5ef9b28ca2734b33c05defd6","disabled":true},{"description":"<p>optional / string </p>\n<p>Add comments for this pre-booking</p>\n","key":"comments","type":"text","value":"any client comments","disabled":true},{"description":"<p>optional  / string</p>\n","key":"region","type":"text","value":"EN","disabled":true},{"description":"<p>optional / string </p>\n<p>We will use this to get an idea of content to help us assign it to the right resources, and pass it on to your transcriber for context. </p>\n","key":"agenda[EN]","type":"text","value":"Introduction\\nFirst topic\\nSecond topic\\nClose","disabled":true},{"description":"<p>optional / string </p>\n<p>Job title of the first speaker</p>\n<p>We will pass this on to your transcriber for context</p>\n","key":"speakers[0][title]","type":"text","value":"CEO ","disabled":true},{"description":"<p>optional / string </p>\n<p>Name of the first speaker</p>\n","key":"speakers[0][name]","type":"text","value":"John Smith","disabled":true},{"description":"<p>optional / boolean </p>\n<p>Moderator's speech will show in bold in the .doc version of the completed transcript  </p>\n","key":"speakers[0][moderator]","type":"text","value":"1","disabled":true},{"description":"<p>optional / string </p>\n<p>Job title of the second speaker</p>\n","key":"speakers[1][title]","type":"text","value":"COO","disabled":true},{"description":"<p>optional / string </p>\n<p>Name of the second speaker </p>\n","key":"speakers[1][name]","type":"text","value":"Jane Doe","disabled":true},{"description":"<p>optional / boolean </p>\n<p>Non-moderator's speech will be shown in the normal text in the .doc version of the completed transcript</p>\n","key":"speakers[1][moderator]","type":"text","value":"0","disabled":true},{"description":"<p>optional / string </p>\n<p>You will need to use this to later in the process.  If you don't send one, we will create one for you</p>\n","key":"unique_id","type":"text","value":"1234","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/pre-booking","description":"<p>Create a pre-booking.  Each pre-booking needs a unique id.  The field is optional; if you don't set one, we will create one for you. You need to use the unique_id to create a media object later in the process. </p>\n<p>The project_id is also optional, but we would recommend setting it to control which project your media are part of. </p>\n","urlObject":{"protocol":"https","path":["v1","pre-booking"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"2c86120a-c0dc-4c02-9f58-8a5eeb2a01dd","name":"Create pre-booking","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test","type":"text"},{"key":"extension","value":"mp.3","type":"text"},{"key":"estimated_duration","value":"12345","type":"text"},{"key":"estimated_upload_at","value":"1594051568","type":"text"},{"key":"timezone","value":"London/Europe","type":"text"},{"key":"comments","value":"any client comments","type":"text"},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","type":"text"},{"key":"service_options[speakers]","value":"2-3 Speakers","type":"text"},{"key":"service_options[turnaround]","value":"24 hours","type":"text"},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","type":"text"},{"key":"service_options[document]","value":"Word","type":"text"},{"key":"service_options[timestamps]","value":"Not Required","type":"text"},{"key":"region","value":"EN","type":"text"},{"key":"agenda[EN]","value":"This is aboout ","type":"text"},{"key":"speakers[0][title]","value":"Mr","type":"text"},{"key":"speakers[0][name]","value":"Speaker 1","type":"text"},{"key":"speakers[0][moderator]","value":"1","type":"text"},{"key":"speakers[1][title]","value":"Miss","type":"text"},{"key":"speakers[1][name]","value":"Speaker 2","type":"text"},{"key":"speakers[1][moderator]","value":"0","type":"text"},{"key":"unique_id","value":"1234","type":"text"}]},"url":"https://{{host}}.takenotetyping.com/v1/pre-booking"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 06 Jul 2020 16:15:48 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=wrOFe3w00XJ3iqKeyIaAuFxRqOo-tMjS; path=/; HttpOnly"},{"key":"Content-Length","value":"790"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"test\",\n    \"extension\": \"mp.3\",\n    \"estimated_duration\": 12345,\n    \"estimated_upload_at\": 1594051568,\n    \"timezone\": \"London/Europe\",\n    \"comments\": \"any client comments\",\n    \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\"\n    },\n    \"speakers\": [\n        {\n            \"title\": \"Mr\",\n            \"name\": \"Speaker 1\",\n            \"moderator\": \"1\"\n        },\n        {\n            \"title\": \"Miss\",\n            \"name\": \"Speaker 2\",\n            \"moderator\": \"0\"\n        }\n    ],\n    \"unique_id\": \"1234\",\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"contact_name\": \"Krisztian Klauz\",\n    \"extra_fields\": {\n        \"region\": \"EN\",\n        \"agenda\": {\n            \"EN\": \"This is aboout \"\n        }\n    },\n    \"status\": \"ordered\",\n    \"method\": \"event-oriented\",\n    \"short_id\": 203,\n    \"created_at\": 1594052148,\n    \"updated_at\": 1594052148,\n    \"_id\": \"5f034e34d9e21e5949423d12\"\n}"}],"_postman_id":"e9494966-ef72-4fa6-981a-42712399f76b"},{"name":"Modify existing pre-booking","id":"9a305989-c774-41fa-8b6f-0249a9f49fa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>string </p>\n","key":"title","type":"text","value":"test"},{"description":"<p>string </p>\n","key":"extension","type":"text","value":"mp3"},{"description":"<p>integer</p>\n","key":"estimated_duration","type":"text","value":"12345"},{"description":"<p>integer </p>\n","key":"estimated_upload_at","type":"text","value":"1594051568"},{"description":"<p>string </p>\n","key":"timezone","type":"text","value":"London/Europe"},{"description":"<p>integer</p>\n","key":"service_options[id]","type":"text","value":"5acb52f19213ce2b4d643f3c"},{"description":"<p>string </p>\n","key":"service_options[speakers]","type":"text","value":"2-3 Speakers"},{"description":"<p>string </p>\n","key":"service_options[turnaround]","type":"text","value":"24 hours"},{"description":"<p>string</p>\n","key":"service_options[document]","type":"text","value":"Word"},{"description":"<p>string </p>\n","key":"service_options[timestamps]","type":"text","value":"Not Required"},{"description":"<p>optional / integer</p>\n","key":"project_id","type":"text","value":"5ef9b28ca2734b33c05defd6","disabled":true},{"description":"<p>optional / string</p>\n","key":"comments","type":"text","value":"any client comments","disabled":true},{"description":"<p>optional / string</p>\n","key":"region","type":"text","value":"EN","disabled":true},{"description":"<p>optional / string</p>\n","key":"agenda[EN]","type":"text","value":"This is aboout ","disabled":true},{"description":"<p>optional / string</p>\n","key":"speakers[0][title]","type":"text","value":"Mr","disabled":true},{"description":"<p>optional / string</p>\n","key":"speakers[0][name]","type":"text","value":"Speaker 1","disabled":true},{"description":"<p>optional / boolean</p>\n","key":"speakers[0][moderator]","type":"text","value":"1","disabled":true},{"description":"<p>optional / string</p>\n","key":"speakers[1][title]","type":"text","value":"Miss","disabled":true},{"description":"<p>optional / string</p>\n","key":"speakers[1][name]","type":"text","value":"Speaker 2","disabled":true},{"description":"<p>optional / boolean</p>\n","key":"speakers[1][moderator]","type":"text","value":"0","disabled":true},{"description":"<p>optional / string</p>\n","key":"unique_id","type":"text","value":"1234","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/pre-booking/5f048094dfd59934bc68cfb9","description":"<p>You can modify one or more parameters for an existing pre-booking. Only send the parameters you would like to modify.</p>\n","urlObject":{"protocol":"https","path":["v1","pre-booking","5f048094dfd59934bc68cfb9"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"8439045f-c89c-4389-bb65-5adb2344b2d7","name":"Modify you pre-booking","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"test","description":"string - The title of your media file","type":"text"},{"key":"extension","value":"mp3","description":"string - The extension of your file without the dot. Currently supported extensions: .aac, .mp2, .mp3, .mp4, .avi, .flv, .flac, .pcm, .ogg, .wav, .wma, .aiff, .m4a, .m4v, .mpg, .mov, .mts","type":"text"},{"key":"estimated_duration","value":"12345","description":"integer - Estimated lenght of the media in seconds","type":"text"},{"key":"estimated_upload_at","value":"1594051568","description":"integer - Estimated upload time","type":"text"},{"key":"timezone","value":"London/Europe","description":"string - Time zone of the estimated upload time timestamp","type":"text"},{"key":"service_options[id]","value":"5acb52f19213ce2b4d643f3c","description":"integer - The ID of the required service option. ","type":"text"},{"key":"service_options[speakers]","value":"2-3 Speakers","description":"string - How many speakers are on the recording?","type":"text"},{"key":"service_options[turnaround]","value":"24 hours","description":"string - What is the requried turnaround time of the media?","type":"text"},{"key":"service_options[document]","value":"Word","description":"string - Type of the document ","type":"text"},{"key":"service_options[timestamps]","value":"Not Required","description":"string - Is timestamp required or not","type":"text"},{"key":"comments","value":"any client comments","description":"optional - string","type":"text","disabled":true},{"key":"project_id","value":"5ef9b28ca2734b33c05defd6","description":"optional - integer","type":"text","disabled":true},{"key":"region","value":"EN","description":"optional - string","type":"text","disabled":true},{"key":"agenda[EN]","value":"This is aboout ","description":"optional - string","type":"text","disabled":true},{"key":"speakers[0][title]","value":"Mr","description":"optional - string","type":"text","disabled":true},{"key":"speakers[0][name]","value":"Speaker 1","description":"optional - string","type":"text","disabled":true},{"key":"speakers[0][moderator]","value":"1","description":"optional - boolean","type":"text","disabled":true},{"key":"speakers[1][title]","value":"Miss","description":"optional - string","type":"text","disabled":true},{"key":"speakers[1][name]","value":"Speaker 2","description":"optional - string","type":"text","disabled":true},{"key":"speakers[1][moderator]","value":"0","description":"optional - boolean","type":"text","disabled":true},{"key":"unique_id","value":"1234","description":"optional - string","type":"text","disabled":true}]},"url":"https://{{host}}.takenotetyping.com/v1/pre-booking/5f048094dfd59934bc68cfb9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Jul 2020 11:01:52 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=e-OUkZD4_q1fYBVjLimNMMfuk6aBUPk2; path=/; HttpOnly"},{"key":"Content-Length","value":"790"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5f048094dfd59934bc68cfb9\",\n    \"title\": \"test\",\n    \"extension\": \"mp3\",\n    \"estimated_duration\": 12345,\n    \"estimated_upload_at\": 1594051568,\n    \"timezone\": \"London/Europe\",\n    \"comments\": \"any client comments\",\n    \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n    \"service_options\": {\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\"\n    },\n    \"speakers\": [\n        {\n            \"title\": \"Mr\",\n            \"name\": \"Speaker 1\",\n            \"moderator\": \"1\"\n        },\n        {\n            \"title\": \"Miss\",\n            \"name\": \"Speaker 2\",\n            \"moderator\": \"0\"\n        }\n    ],\n    \"unique_id\": \"12345\",\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"contact_name\": \"Krisztian Klauz\",\n    \"extra_fields\": {\n        \"region\": \"EN\",\n        \"agenda\": {\n            \"EN\": \"This is aboout \"\n        }\n    },\n    \"status\": \"ordered\",\n    \"method\": \"event-oriented\",\n    \"short_id\": 204,\n    \"created_at\": 1594130580,\n    \"updated_at\": 1594897312\n}"}],"_postman_id":"9a305989-c774-41fa-8b6f-0249a9f49fa7"},{"name":"Get one pre-booking","id":"a749a192-a1cb-46ea-b367-f4dcabace386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/pre-booking/5f048094dfd59934bc68cfb9","description":"<p>Get the details for a particular prebooking using either: v1/pre-booking/{_id} or v1/pre-booking/{unique_id}</p>\n","urlObject":{"protocol":"https","path":["v1","pre-booking","5f048094dfd59934bc68cfb9"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"b1eff761-44f9-422b-b0b5-b6bed2041a07","name":"Get one prebooking with _id","originalRequest":{"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/pre-booking/5f048094dfd59934bc68cfb9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Jul 2020 14:03:08 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=shQyr242n8yzzRI0oZ9ffUKSNFULjj2k; path=/; HttpOnly"},{"key":"Content-Length","value":"791"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5f048094dfd59934bc68cfb9\",\n    \"title\": \"test\",\n    \"extension\": \"mp.3\",\n    \"estimated_duration\": 12345,\n    \"estimated_upload_at\": 1594051568,\n    \"timezone\": \"London/Europe\",\n    \"comments\": \"any client comments\",\n    \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\"\n    },\n    \"speakers\": [\n        {\n            \"title\": \"Mr\",\n            \"name\": \"Speaker 1\",\n            \"moderator\": \"1\"\n        },\n        {\n            \"title\": \"Miss\",\n            \"name\": \"Speaker 2\",\n            \"moderator\": \"0\"\n        }\n    ],\n    \"unique_id\": \"12345\",\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"contact_name\": \"Krisztian Klauz\",\n    \"extra_fields\": {\n        \"region\": \"EN\",\n        \"agenda\": {\n            \"EN\": \"This is aboout \"\n        }\n    },\n    \"status\": \"ordered\",\n    \"method\": \"event-oriented\",\n    \"short_id\": 204,\n    \"created_at\": 1594130580,\n    \"updated_at\": 1594130580\n}"}],"_postman_id":"a749a192-a1cb-46ea-b367-f4dcabace386"},{"name":"Get all of your pre-bookings","id":"c014ba82-fb86-4637-98ce-f97836476e10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/pre-booking","description":"<p>Get the details of all of your pre-bookings.</p>\n","urlObject":{"protocol":"https","path":["v1","pre-booking"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"b204263a-131d-4177-a919-6cae6bb8fe11","name":"Get all of your pre-bookings","originalRequest":{"method":"GET","header":[],"url":"https://{{host}}.takenotetyping.com/v1/pre-booking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Jul 2020 11:41:00 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=fQbhWvbNV4x5BwrJFjgSzi0JHbP2uYpn; path=/; HttpOnly"},{"key":"Content-Length","value":"3824"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5f034e34d9e21e5949423d12\",\n        \"title\": \"test\",\n        \"extension\": \"mp.3\",\n        \"estimated_duration\": 12345,\n        \"estimated_upload_at\": 1594051568,\n        \"timezone\": \"London/Europe\",\n        \"comments\": \"any client comments\",\n        \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n        \"service_options\": {\n            \"speakers\": \"2-3 Speakers\",\n            \"turnaround\": \"24 hours\",\n            \"id\": \"5acb52f19213ce2b4d643f3c\",\n            \"document\": \"Word\",\n            \"timestamps\": \"Not Required\",\n            \"name\": \"Verbatim\",\n            \"short_name\": \"IVB\"\n        },\n        \"speakers\": [\n            {\n                \"title\": \"Mr\",\n                \"name\": \"Speaker 1\",\n                \"moderator\": \"1\"\n            },\n            {\n                \"title\": \"Miss\",\n                \"name\": \"Speaker 2\",\n                \"moderator\": \"0\"\n            }\n        ],\n        \"unique_id\": \"1234\",\n        \"user_id\": \"55a664177a8d56861393b27c\",\n        \"contact_name\": \"Krisztian Klauz\",\n        \"extra_fields\": {\n            \"region\": \"EN\",\n            \"agenda\": {\n                \"EN\": \"This is aboout \"\n            }\n        },\n        \"status\": \"ordered\",\n        \"method\": \"event-oriented\",\n        \"short_id\": 203,\n        \"created_at\": 1594052148,\n        \"updated_at\": 1594052148\n    },\n    {\n        \"_id\": \"5f048094dfd59934bc68cfb9\",\n        \"title\": \"test\",\n        \"extension\": \"mp3\",\n        \"estimated_duration\": 12345,\n        \"estimated_upload_at\": 1594051568,\n        \"timezone\": \"London/Europe\",\n        \"comments\": \"any client comments\",\n        \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n        \"service_options\": {\n            \"id\": \"5acb52f19213ce2b4d643f3c\",\n            \"speakers\": \"2-3 Speakers\",\n            \"turnaround\": \"24 hours\",\n            \"document\": \"Word\",\n            \"timestamps\": \"Not Required\",\n            \"name\": \"Verbatim\",\n            \"short_name\": \"IVB\"\n        },\n        \"speakers\": [\n            {\n                \"title\": \"Mr\",\n                \"name\": \"Speaker 1\",\n                \"moderator\": \"1\"\n            },\n            {\n                \"title\": \"Miss\",\n                \"name\": \"Speaker 2\",\n                \"moderator\": \"0\"\n            }\n        ],\n        \"unique_id\": \"12345\",\n        \"user_id\": \"55a664177a8d56861393b27c\",\n        \"contact_name\": \"Krisztian Klauz\",\n        \"extra_fields\": {\n            \"region\": \"EN\",\n            \"agenda\": {\n                \"EN\": \"This is aboout \"\n            }\n        },\n        \"status\": \"ordered\",\n        \"method\": \"event-oriented\",\n        \"short_id\": 204,\n        \"created_at\": 1594130580,\n        \"updated_at\": 1594897312\n    },\n    {\n        \"_id\": \"5f0482c35f17d83c4c73b7b1\",\n        \"title\": \"test-me\",\n        \"extension\": \"mp3\",\n        \"estimated_duration\": 12345,\n        \"estimated_upload_at\": 1594051568,\n        \"timezone\": \"London/Europe\",\n        \"comments\": \"any client comments\",\n        \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n        \"service_options\": {\n            \"speakers\": \"2-3 Speakers\",\n            \"turnaround\": \"24 hours\",\n            \"id\": \"5acb52f19213ce2b4d643f3c\",\n            \"document\": \"Word\",\n            \"timestamps\": \"Not Required\",\n            \"name\": \"Verbatim\",\n            \"short_name\": \"IVB\"\n        },\n        \"speakers\": [\n            {\n                \"title\": \"Mr\",\n                \"name\": \"Speaker 1\",\n                \"moderator\": \"1\"\n            },\n            {\n                \"title\": \"Miss\",\n                \"name\": \"Speaker 2\",\n                \"moderator\": \"0\"\n            }\n        ],\n        \"unique_id\": \"123456\",\n        \"user_id\": \"55a664177a8d56861393b27c\",\n        \"contact_name\": \"Krisztian Klauz\",\n        \"extra_fields\": {\n            \"region\": \"EN\",\n            \"agenda\": {\n                \"EN\": \"This is aboout \"\n            }\n        },\n        \"status\": \"ordered\",\n        \"method\": \"event-oriented\",\n        \"short_id\": 205,\n        \"created_at\": 1594131139,\n        \"updated_at\": 1594131139,\n        \"media_id\": \"5f0482cc5e0d856e540c7b11\"\n    },\n    {\n        \"_id\": \"5f0482da844c3d5ac26ed394\",\n        \"title\": \"test-me1\",\n        \"extension\": \"mp3\",\n        \"estimated_duration\": 12345,\n        \"estimated_upload_at\": 1594051568,\n        \"timezone\": \"London/Europe\",\n        \"comments\": \"any client comments\",\n        \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n        \"service_options\": {\n            \"speakers\": \"2-3 Speakers\",\n            \"turnaround\": \"24 hours\",\n            \"id\": \"5acb52f19213ce2b4d643f3c\",\n            \"document\": \"Word\",\n            \"timestamps\": \"Not Required\",\n            \"name\": \"Verbatim\",\n            \"short_name\": \"IVB\"\n        },\n        \"speakers\": [\n            {\n                \"title\": \"Mr\",\n                \"name\": \"Speaker 1\",\n                \"moderator\": \"1\"\n            },\n            {\n                \"title\": \"Miss\",\n                \"name\": \"Speaker 2\",\n                \"moderator\": \"0\"\n            }\n        ],\n        \"unique_id\": \"1234561\",\n        \"user_id\": \"55a664177a8d56861393b27c\",\n        \"contact_name\": \"Krisztian Klauz\",\n        \"extra_fields\": {\n            \"region\": \"EN\",\n            \"agenda\": {\n                \"EN\": \"This is aboout \"\n            }\n        },\n        \"status\": \"ordered\",\n        \"method\": \"event-oriented\",\n        \"short_id\": 206,\n        \"created_at\": 1594131162,\n        \"updated_at\": 1594131162,\n        \"media_id\": \"5f1039df19a92a6936062acf\"\n    },\n    {\n        \"_id\": \"5f0f0634616fb303a43159cb\",\n        \"title\": \"test\",\n        \"extension\": \"mp3\",\n        \"estimated_duration\": 12345,\n        \"estimated_upload_at\": 1594051568,\n        \"timezone\": \"London/Europe\",\n        \"service_options\": {\n            \"speakers\": \"2-3 Speakers\",\n            \"turnaround\": \"24 hours\",\n            \"id\": \"5acb52f19213ce2b4d643f3c\",\n            \"document\": \"Word\",\n            \"timestamps\": \"Not Required\",\n            \"name\": \"Verbatim\",\n            \"short_name\": \"IVB\"\n        },\n        \"unique_id\": \"E812D9\",\n        \"user_id\": \"55a664177a8d56861393b27c\",\n        \"contact_name\": \"Krisztian Klauz\",\n        \"extra_fields\": [],\n        \"speakers\": null,\n        \"status\": \"ordered\",\n        \"method\": \"event-oriented\",\n        \"short_id\": 211,\n        \"created_at\": 1594820148,\n        \"updated_at\": 1594820148\n    }\n]"}],"_postman_id":"c014ba82-fb86-4637-98ce-f97836476e10"},{"name":"Create a media from a pre-booking","id":"16806ff2-800f-457e-bd61-913e1e37ce40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>string </p>\n<p>Use the unique_id for the pre-booking that is linked to this media </p>\n","key":"unique_id","type":"text","value":"1234561"}]},"url":"https://{{host}}.takenotetyping.com/v1/media/pre-booking","description":"<p>Before uploading the media file, you will need to create a media object with your unique_id.  When the media object is created, you will get an AWS pre-signed URL in the response. Use this URL to upload the recording for this pre-booking.  The project and service options will be set according to the pre-booking that the media is linked with.</p>\n","urlObject":{"protocol":"https","path":["v1","media","pre-booking"],"host":["{{host}}","takenotetyping","com"],"query":[],"variable":[]}},"response":[{"id":"1764e105-dc9d-456c-8634-4f7a7378a2cc","name":"Create media object from a pre-booking","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","type":"text","value":"Bearer {token}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"unique_id","value":"1234561","description":"You can set this when you create a pre-booking or if it is not set we will create one for you and you can get it from the response of the pre-booking create request.","type":"text"}]},"url":"https://{{host}}.takenotetyping.com/v1/media/pre-booking"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Jul 2020 11:28:31 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Accept"},{"key":"Access-Control-Allow-Headers","value":"Authorization, sessionID"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, PUT, DELETE, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"Set-Cookie","value":"_csrf=BTlg27mw9eRSw7ZDB1qPmyHmk-xzbtEe; path=/; HttpOnly"},{"key":"Content-Length","value":"1765"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"55a664177a8d56861393b27c\",\n    \"project_id\": \"5ef9b28ca2734b33c05defd6\",\n    \"assign_notified\": false,\n    \"service_options\": {\n        \"speakers\": \"2-3 Speakers\",\n        \"turnaround\": \"24 hours\",\n        \"id\": \"5acb52f19213ce2b4d643f3c\",\n        \"document\": \"Word\",\n        \"timestamps\": \"Not Required\",\n        \"name\": \"Verbatim\",\n        \"short_name\": \"IVB\",\n        \"base_price\": 0.99,\n        \"modifiers\": {\n            \"turnaround\": {\n                \"client_modifier\": 56.5656565\n            },\n            \"timestamps\": {\n                \"client_modifier\": 0\n            },\n            \"document\": {\n                \"client_modifier\": 0\n            },\n            \"speakers\": {\n                \"client_modifier\": 0\n            },\n            \"price_calculation_elements\": []\n        }\n    },\n    \"old_price\": null,\n    \"old_full_price\": null,\n    \"old_gross_price\": null,\n    \"price\": \"1.55\",\n    \"full_price\": \"1.55\",\n    \"gross_price\": \"1.86\",\n    \"billed_duration\": 1,\n    \"title\": \"test-me1\",\n    \"speakers\": [\n        {\n            \"title\": \"Mr\",\n            \"name\": \"Speaker 1\",\n            \"moderator\": \"1\"\n        },\n        {\n            \"title\": \"Miss\",\n            \"name\": \"Speaker 2\",\n            \"moderator\": \"0\"\n        }\n    ],\n    \"extension\": \"mp3\",\n    \"admin_comment\": null,\n    \"client_comments\": \"any client comments\",\n    \"company\": \"Test Company\",\n    \"status\": \"pending\",\n    \"quality\": \"normal\",\n    \"sub_status\": \"Unassigned\",\n    \"short_id\": 6397,\n    \"created_at\": 1594898911,\n    \"updated_at\": 1594898911,\n    \"project_owner\": \"Krisztian Klauz\",\n    \"client_name\": \"Krisztian Klauz\",\n    \"client_email\": \"ghosttestclient@gmail.com\",\n    \"user_discount\": 0,\n    \"industry_type\": \"Other\",\n    \"project_discount\": 0,\n    \"calc_basis\": \"basis_minute\",\n    \"calc_display\": \"display_minute\",\n    \"_id\": \"5f1039df19a92a6936062acf\",\n    \"project_total\": 34.7,\n    \"file_id\": \"5f1039df19a92a6936062ad1\",\n    \"paid\": 0,\n    \"is_paid\": false,\n    \"unpaid_charges\": false,\n    \"order_id\": \"\",\n    \"transcoding_status\": \"none\",\n    \"duration\": 0,\n    \"jobs_duration\": 0,\n    \"finished_transcript\": \"\",\n    \"business_account_status\": \"active\",\n    \"discount\": 0,\n    \"has_custom_duration\": false,\n    \"presigned_url\": \"https://tn-media-input.s3.amazonaws.com/5ef9b28ca2734b33c05defd6/d1a1749ae45298abcd49904c68b36a0c.mp3?AWSAccessKeyId=AKIAI4A3E3VFCX54JTVA&Expires=1595114911&Signature=Wzc4R22DQ1b6hW3I3J%2FwG%2Fx8Zd4%3D\"\n}"}],"_postman_id":"16806ff2-800f-457e-bd61-913e1e37ce40"}],"id":"8acce12e-40c6-4df6-91a8-cb863a7842f1","description":"<p>If you will be sending fast turnaround orders (12 hour or 24 hour) outside of office hours (8.30am-10pm UK time), or you know the schedule of your orders, use pre-bookings to book your order in advance.  We will pre-assign each order to our team and when when the matching media is uploaded, it will be automatically assigned to your transcribers. </p>\n","_postman_id":"8acce12e-40c6-4df6-91a8-cb863a7842f1"}]}