{"info":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","description":"<html><head></head><body><p>The Core performs voice biometrics on audio files, which leads to highly accurate speaker indexing and transcription of audio files. Upload (POST) a file to launch processing. The Core will then identify speech segments, smaller units that are determined by speaker changes and pauses in utterances. Lastly, the Core will identify speakers that match across same and different files, and/or perform transcription.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26771776","collectionId":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","publishedId":"2sAXjSy8an","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-09T14:05:09.000Z"},"item":[{"name":"License","item":[{"name":"Get license Info","id":"250fd9e9-dbda-44af-b782-5da4df4069e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/license","description":"<p>Get information about the remaining quotas and license expiration.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["license"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cbabc541-cd12-4084-b5fe-e9b0d85b55c4","name":"Get license Info","originalRequest":{"method":"GET","header":[],"url":"{{host}}/license"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:00:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"437"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"activation_date\": \"2024-05-31\",\n    \"biometric_quota\": 359996400,\n    \"consumed_biometric_duration\": 4123,\n    \"consumed_transcribe_duration\": 4123,\n    \"expiration_date\": \"2298-03-15\",\n    \"free_biometric_duration\": 0,\n    \"free_transcribe_duration\": 0,\n    \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"latest_update\": \"2024-09-09\",\n    \"remaining_biometric_duration_str\": \"4166 days, 13:51:17\",\n    \"remaining_transcribe_duration_str\": \"4166 days, 13:51:17\",\n    \"transcribe_quota\": 359996400\n}"}],"_postman_id":"250fd9e9-dbda-44af-b782-5da4df4069e9"},{"name":"Prune licenses","id":"942bfab8-1a26-4b63-a31b-ebf7200aede6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/license/expired","description":"<p>Remove expired licenses.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["license","expired"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"942bfab8-1a26-4b63-a31b-ebf7200aede6"},{"name":"Add new license","id":"3c836dda-ba77-4345-97af-fe3554989b8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1f0c144e-894a-4d00-9c05-cddedb94f792"}]},"url":"{{host}}/license","description":"<p>Add newly issued license and update the quotas.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["license"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a7512286-624f-4dc5-872b-3d7257111281","name":"Add new license","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/Users/danielarmyr/Downloads/conversy-licenses/conversy-e667a031.dat"}]},"url":"{{host}}/license"},"_postman_previewlanguage":"","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\r\n}"}],"_postman_id":"3c836dda-ba77-4345-97af-fe3554989b8d"}],"id":"3e1514b6-4303-4c5e-a229-5141162a66d8","description":"<p>License API handles licensing of the software. It allows to add, retrieve, and delete licenses.</p>\n","_postman_id":"3e1514b6-4303-4c5e-a229-5141162a66d8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}}},{"name":"Speaker","item":[{"name":"Speaker","id":"4b9439eb-fdd3-4514-96a2-bc69b9d3af5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/speaker/:id","description":"<p>Retrieve information about a specified speaker.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["speaker",":id"],"host":["{{host}}"],"query":[],"variable":[{"description":{"content":"<p>id of the speaker</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"0e927e9a-9c5a-4fde-ab55-42986d534b69","name":"Speaker","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/speaker/:id","host":["{{host}}"],"path":["speaker",":id"],"variable":[{"key":"id","value":"6a76f11b-93b8-4dde-a922-9a2d819eb434","description":"id of the speaker"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:32:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17898"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_at\": \"2024-05-31T08:09:31.783163\",\n    \"files\": [\n        {\n            \"id\": \"574605f3-0b46-4913-adda-adf06f1584a1\",\n            \"name\": \"511-ballongknuten-KDkBQMazx-Sigge.mp3\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\n    \"id\": \"6a76f11b-93b8-4dde-a922-9a2d819eb434\",\n    \"metadata\": {\n        \"name\": \"Alex\"\n    },\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\"\n}"}],"_postman_id":"4b9439eb-fdd3-4514-96a2-bc69b9d3af5a"},{"name":"Speakers","id":"9c820cbc-a88d-4f19-828e-6854c24908c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/speakers","description":"<p>Retrieve information about all existing speakers.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["speakers"],"host":["{{host}}"],"query":[{"disabled":true,"key":"group","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"key":"sub_group","value":"00000000-0000-0000-0000-000000000000"}],"variable":[]}},"response":[{"id":"2daa0079-25b0-4a10-b23c-966d7247f3df","name":"Speakers","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"group","value":"00000000-0000-0000-0000-000000000000","type":"text","disabled":true},{"key":"sub_group","value":"00000000-0000-0000-0000-000000000000","type":"text","disabled":true}]},"url":{"raw":"{{host}}/speakers","host":["{{host}}"],"path":["speakers"],"query":[{"key":"group","value":"00000000-0000-0000-0000-000000000000","type":"text","disabled":true},{"key":"sub_group","value":"00000000-0000-0000-0000-000000000000","type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[{\r\n    \"created_at\": \"2024-05-31T08:09:31.783163\",\r\n    \"files\": [\r\n        {\r\n            \"id\": \"574605f3-0b46-4913-adda-adf06f1584a1\",\r\n            \"name\": \"511-ballongknuten-KDkBQMazx-Sigge.mp3\"\r\n        }\r\n    ],\r\n    \"gender\": \"male\",\r\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\r\n    \"id\": \"6a76f11b-93b8-4dde-a922-9a2d819eb434\",\r\n    \"metadata\": {\r\n        \"name\": \"Alex\"\r\n    },\r\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\"\r\n},\r\n{\r\n    \"created_at\": \"2024-08-15T14:23:45.654321\",\r\n    \"files\": [\r\n        {\r\n            \"id\": \"d1a70592-9f4b-4a1e-9c60-c2b31c567f1a\",\r\n            \"name\": \"913-lunar-episode3-LKnMBVpaT-Thomas.mp3\"\r\n        }\r\n    ],\r\n    \"gender\": \"female\",\r\n    \"group\": \"e7b78f92-6c3e-42b6-82d8-93d02b9e90af\",\r\n    \"id\": \"f9b123ab-9d68-45be-97b5-882e39e98c4f\",\r\n    \"metadata\": {\r\n        \"name\": \"Samantha\"\r\n    },\r\n    \"sub_group\": \"4f50367d-93be-4f23-b6c4-213b57a35a20\"\r\n}]"}],"_postman_id":"9c820cbc-a88d-4f19-828e-6854c24908c1"},{"name":"Speaker Metadata","id":"049fb35c-f97a-40b8-9fe2-67c5364a488f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"metadata","value":"{\"name\": \"Paul\", \"name\": \"Sinn Fein\"}","type":"text"}]},"url":"{{host}}/speaker/:id","description":"<p>Attach metadata to an existing speaker.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["speaker",":id"],"host":["{{host}}"],"query":[],"variable":[{"description":{"content":"<p>uuid of the speaker</p>\n","type":"text/plain"},"type":"any","value":"e176b2fa-5003-4a3d-83c5-6c68a3934a69","key":"id"}]}},"response":[{"id":"0a1aa460-b28a-4b71-a8e2-c1070a2f3d3e","name":"Speaker Metadata","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"metadata","value":"{\"name\": \"Paul\", \"party\": \"Sinn Fein\"}","type":"text"}]},"url":{"raw":"{{host}}/speaker/:id","host":["{{host}}"],"path":["speaker",":id"],"variable":[{"key":"id","value":"6a76f11b-93b8-4dde-a922-9a2d819eb434","description":"uuid of the speaker"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:34:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17918"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_at\": \"2024-05-31T08:09:31.783163\",\n    \"files\": [\n        {\n            \"id\": \"5ab271de-fc8b-4d1d-9a9f-4dd32259e89e\",\n            \"name\": \"511-ballongknuten-004000-004030.wav\"\n        }\n    ],\n    \"gender\": \"male\",\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\n    \"id\": \"6a76f11b-93b8-4dde-a922-9a2d819eb434\",\n    \"metadata\": {\n        \"name\": \"Paul\",\n        \"party\": \"Sinn Fein\"\n    },\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\"\n}"}],"_postman_id":"049fb35c-f97a-40b8-9fe2-67c5364a488f"},{"name":"Compare Speakers","id":"c03f4779-01fd-4877-a123-3b1142e13d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/speaker/:id1/compare/:id2","description":"<p>Compute the similarity between two speakers.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["speaker",":id1","compare",":id2"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"475aba44-9277-4479-9edc-3c7303ec7360","key":"id1"},{"type":"any","value":"092aa85f-903c-4f00-adc0-8e75951b87b7","key":"id2"}]}},"response":[{"id":"e5b939e3-2ab5-4eb1-9e8c-ce59f6811558","name":"Compare Speakers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/speaker/:id1/compare/:id2","host":["{{host}}"],"path":["speaker",":id1","compare",":id2"],"variable":[{"key":"id1","value":"6a76f11b-93b8-4dde-a922-9a2d819eb434"},{"key":"id2","value":"6a76f11b-93b8-4dde-a922-9a2d819eb434"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:58:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"19"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"similarity\": 1\n}"}],"_postman_id":"c03f4779-01fd-4877-a123-3b1142e13d20"}],"id":"40b3966f-f456-4ae1-8fd4-1415f36165fa","description":"<p>Speakers API enables retrieval of the speakers identified in the files.</p>\n","_postman_id":"40b3966f-f456-4ae1-8fd4-1415f36165fa","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}}},{"name":"File","item":[{"name":"File V3","id":"06194554-11d6-4806-a394-ef20c5de8aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/v3/file/:id","description":"<p>Retrieve a processed file.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["v3","file",":id"],"host":["{{host}}"],"query":[{"disabled":true,"key":"show_inserted","value":"true"},{"disabled":true,"key":"show_voiceprint","value":"true"}],"variable":[{"description":{"content":"<p>id of the file</p>\n","type":"text/plain"},"type":"any","value":"{{last_posted_file}}","key":"id"}]}},"response":[{"id":"d4745b19-24c5-4467-9d9c-16eef89c5399","name":"File V3","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/v3/file/:id","host":["{{host}}"],"path":["v3","file",":id"],"variable":[{"key":"id","value":"515be3de-8b64-40ce-a400-85dd21f7d705","description":"id of the file"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:20:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2705"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_at\": \"2024-09-09T15:19:51.923880\",\n    \"duration\": 7,\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\n    \"id\": \"515be3de-8b64-40ce-a400-85dd21f7d705\",\n    \"is_being_processed\": false,\n    \"languages\": [\n        \"Swedish\"\n    ],\n    \"name\": \"511-ballongknuten-KDkBQMazx-Sigge.mp3\",\n    \"num_steps\": 1,\n    \"segments\": [\n        {\n            \"created_at\": \"2024-09-09T15:20:00.953239\",\n            \"end\": 7.98,\n            \"file_speaker\": 1,\n            \"group\": \"00000000-0000-0000-0000-000000000000\",\n            \"id\": \"745966be-5918-4e32-ba64-9667485c746d\",\n            \"language\": \"Swedish\",\n            \"speaker\": {\n                \"created_at\": \"2024-05-31T08:09:31.783163\",\n                \"gender\": \"male\",\n                \"id\": \"6a76f11b-93b8-4dde-a922-9a2d819eb434\"\n            },\n            \"start\": 0,\n            \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n            \"text\": \"ond spiral, alltså att barnet får för sig att matte är hemskt och det låser sig bara man säger ordet, nu ska vi göra matte\",\n            \"words\": [\n                {\n                    \"end\": 0.4,\n                    \"probability\": 0.8662109375,\n                    \"start\": 0,\n                    \"word\": \" ond\"\n                },\n                {\n                    \"end\": 0.74,\n                    \"probability\": 0.9970703125,\n                    \"start\": 0.4,\n                    \"word\": \" spiral,\"\n                },\n                {\n                    \"end\": 1.34,\n                    \"probability\": 0.998046875,\n                    \"start\": 1.1,\n                    \"word\": \" alltså\"\n                },\n                {\n                    \"end\": 1.56,\n                    \"probability\": 1,\n                    \"start\": 1.34,\n                    \"word\": \" att\"\n                },\n                {\n                    \"end\": 2.54,\n                    \"probability\": 0.944580078125,\n                    \"start\": 2.060000000000001,\n                    \"word\": \" barnet\"\n                },\n                {\n                    \"end\": 2.68,\n                    \"probability\": 0.693359375,\n                    \"start\": 2.54,\n                    \"word\": \" får\"\n                },\n                {\n                    \"end\": 2.92,\n                    \"probability\": 0.99951171875,\n                    \"start\": 2.68,\n                    \"word\": \" för\"\n                },\n                {\n                    \"end\": 3.24,\n                    \"probability\": 1,\n                    \"start\": 2.92,\n                    \"word\": \" sig\"\n                },\n                {\n                    \"end\": 3.36,\n                    \"probability\": 1,\n                    \"start\": 3.24,\n                    \"word\": \" att\"\n                },\n                {\n                    \"end\": 3.64,\n                    \"probability\": 0.97705078125,\n                    \"start\": 3.36,\n                    \"word\": \" matte\"\n                },\n                {\n                    \"end\": 3.9,\n                    \"probability\": 1,\n                    \"start\": 3.64,\n                    \"word\": \" är\"\n                },\n                {\n                    \"end\": 4.5,\n                    \"probability\": 0.99853515625,\n                    \"start\": 3.9,\n                    \"word\": \" hemskt\"\n                },\n                {\n                    \"end\": 4.6,\n                    \"probability\": 0.9013671875,\n                    \"start\": 4.5,\n                    \"word\": \" och\"\n                },\n                {\n                    \"end\": 4.72,\n                    \"probability\": 1,\n                    \"start\": 4.6,\n                    \"word\": \" det\"\n                },\n                {\n                    \"end\": 5.3,\n                    \"probability\": 0.90185546875,\n                    \"start\": 4.72,\n                    \"word\": \" låser\"\n                },\n                {\n                    \"end\": 5.44,\n                    \"probability\": 1,\n                    \"start\": 5.3,\n                    \"word\": \" sig\"\n                },\n                {\n                    \"end\": 5.58,\n                    \"probability\": 0.96044921875,\n                    \"start\": 5.44,\n                    \"word\": \" bara\"\n                },\n                {\n                    \"end\": 5.7,\n                    \"probability\": 0.78173828125,\n                    \"start\": 5.58,\n                    \"word\": \" man\"\n                },\n                {\n                    \"end\": 6.34,\n                    \"probability\": 1,\n                    \"start\": 5.7,\n                    \"word\": \" säger\"\n                },\n                {\n                    \"end\": 6.86,\n                    \"probability\": 0.999755859375,\n                    \"start\": 6.34,\n                    \"word\": \" ordet,\"\n                },\n                {\n                    \"end\": 6.94,\n                    \"probability\": 1,\n                    \"start\": 6.86,\n                    \"word\": \" nu\"\n                },\n                {\n                    \"end\": 7.08,\n                    \"probability\": 1,\n                    \"start\": 6.94,\n                    \"word\": \" ska\"\n                },\n                {\n                    \"end\": 7.22,\n                    \"probability\": 1,\n                    \"start\": 7.08,\n                    \"word\": \" vi\"\n                },\n                {\n                    \"end\": 7.28,\n                    \"probability\": 1,\n                    \"start\": 7.22,\n                    \"word\": \" göra\"\n                },\n                {\n                    \"end\": 7.52,\n                    \"probability\": 0.99267578125,\n                    \"start\": 7.28,\n                    \"word\": \" matte\"\n                }\n            ]\n        }\n    ],\n    \"speakers\": [\n        {\n            \"gender\": \"male\",\n            \"id\": \"6a76f11b-93b8-4dde-a922-9a2d819eb434\",\n            \"metadata\": {\n                \"name\": \"Alex\"\n            }\n        }\n    ],\n    \"state\": \"Success\",\n    \"step\": 1,\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n    \"task\": \"index_and_transcribe\",\n    \"verbose_state\": \"SuccessfullyTranscribed\"\n}"}],"_postman_id":"06194554-11d6-4806-a394-ef20c5de8aa7"},{"name":"Files (Processing)","id":"1ee04fcf-8044-4140-b9f7-a0d456cdef87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/files/processing","description":"<p>Retrieve a list of files that are currently being processed.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["files","processing"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b2bcf6f3-2b92-4cf3-b510-872513cfa740","name":"Files (Processing)","originalRequest":{"method":"GET","header":[],"url":"{{host}}/files/processing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Sep 2024 06:10:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"344"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.03-3479"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2024-09-04T05:41:14.401724\",\n        \"duration\": 112,\n        \"group\": \"283260399028011016##################\",\n        \"id\": \"85f3bee0-dbd7-48bc-939a-16af5e7c3086\",\n        \"is_being_processed\": false,\n        \"name\": \"meeting.mp4\",\n        \"num_steps\": 3,\n        \"state\": \"Running\",\n        \"step\": 2,\n        \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n        \"task\": \"full\",\n        \"verbose_state\": \"InTranscriptionQueue\"\n    },\n        {\n        \"created_at\": \"2024-09-04T05:55:14.123456\",\n        \"duration\": 245,\n        \"group\": \"283260399028011016##################\",\n        \"id\": \"737a8fda-88e2-4a0e-9b8b-83341a92b35f\",\n        \"is_being_processed\": false,\n        \"name\": \"discussion.wav\",\n        \"num_steps\": 1,\n        \"state\": \"Running\",\n        \"step\": 0,\n        \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n        \"task\": \"full\",\n        \"verbose_state\": \"Diarizing\"\n    }\n]"}],"_postman_id":"1ee04fcf-8044-4140-b9f7-a0d456cdef87"},{"name":"Recent Files","id":"ede73b56-4324-4922-a9e8-0f21682bbf61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"count","value":"100","type":"text"},{"key":"group","value":"{{conversy_group}}","type":"text","disabled":true},{"key":"group","value":"{{smt_group}}","type":"text","disabled":true},{"key":"group","value":"{{svt_test_group}}","type":"text","disabled":true},{"key":"group","value":"00000000-6666-7777-8888-000000000000","type":"text","disabled":true},{"key":"sub_group","value":"{{test_group}}","type":"text","disabled":true},{"key":"state","value":"Failure","type":"text","disabled":true},{"key":"state","value":"Cancelled","type":"text","disabled":true},{"key":"state","value":"Running","type":"text","disabled":true}]},"url":"{{host}}/files/recent","description":"<p>Retrieve recetly published files</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["files","recent"],"host":["{{host}}"],"query":[{"disabled":true,"key":"state","value":"success"},{"disabled":true,"key":"group","value":"00000000-6666-7777-8888-000000000000"},{"disabled":true,"key":"count","value":"100"}],"variable":[]}},"response":[{"id":"1f2f8f72-aba6-4754-9a45-fecf6e0dbc5a","name":"Recent Files","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/files/recent?count=3","host":["{{host}}"],"path":["files","recent"],"query":[{"key":"state","value":"running","type":"text","disabled":true},{"key":"count","value":"3"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"created_at\": \"2024-09-09T14:35:27.983058\",\r\n        \"duration\": 30,\r\n        \"group\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"id\": \"0e72cbe3-dcb0-4713-a0a6-59fc04aa86af\",\r\n        \"is_being_processed\": false,\r\n        \"name\": \"511-ballongknuten-004000-004030.wav\",\r\n        \"num_steps\": 7,\r\n        \"state\": \"Success\",\r\n        \"step\": 7,\r\n        \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"task\": \"full\",\r\n        \"verbose_state\": \"SuccessfullyComputedConfidence\"\r\n    },\r\n    {\r\n        \"created_at\": \"2024-09-09T14:34:52.556065\",\r\n        \"duration\": 12,\r\n        \"group\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"id\": \"96d22b0f-5b13-4ea1-b40f-76b02d70af34\",\r\n        \"is_being_processed\": false,\r\n        \"name\": \"511-ballongknuten-KDkBQMazx-Alex.mp3\",\r\n        \"num_steps\": 1,\r\n        \"state\": \"Success\",\r\n        \"step\": 1,\r\n        \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\r\n        \"task\": \"full\",\r\n        \"verbose_state\": \"SuccessfullyComputedConfidence\"\r\n    }\r\n]"}],"_postman_id":"ede73b56-4324-4922-a9e8-0f21682bbf61"},{"name":"Files","id":"c6c17626-7ada-415d-97cf-2d3a3e9bdae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/files","description":"<p>Retrieve all processed files.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["files"],"host":["{{host}}"],"query":[{"disabled":true,"key":"state","value":"running"},{"disabled":true,"key":"state","value":"pending"},{"disabled":true,"key":"group","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"key":"sub_group","value":"00000000-0000-0000-0000-000000000000"},{"disabled":true,"key":"limit","value":"200"},{"disabled":true,"key":"offset","value":"2200"}],"variable":[]}},"response":[{"id":"ab222db0-3182-4d0e-9393-3ac0133427aa","name":"Files","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/files","host":["{{host}}"],"path":["files"],"query":[{"key":"state","value":"running","disabled":true},{"key":"state","value":"pending","disabled":true},{"key":"group","value":"00000000-0000-0000-0000-000000000000","type":"text","disabled":true},{"key":"sub_group","value":"00000000-0000-0000-0000-000000000000","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:15:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"489285"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"created_at\": \"2024-05-31T08:02:04.963346\",\n        \"duration\": 4,\n        \"group\": \"00000000-0000-0000-0000-000000000000\",\n        \"id\": \"1c245457-a9bc-4b30-9f95-3c9d606ea286\",\n        \"is_being_processed\": false,\n        \"name\": \"2.wav\",\n        \"num_steps\": 1,\n        \"state\": \"Success\",\n        \"step\": 1,\n        \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n        \"task\": \"index_and_transcribe\",\n        \"verbose_state\": \"SuccessfullyTranscribed\"\n    },\n    {\n        \"created_at\": \"2024-05-31T08:08:23.724284\",\n        \"duration\": 12,\n        \"group\": \"00000000-0000-0000-0000-000000000000\",\n        \"id\": \"d8ccaec0-728f-4e7e-8780-a77e66429ca6\",\n        \"is_being_processed\": false,\n        \"name\": \"511-ballongknuten-KDkBQMazx-Alex.mp3\",\n        \"num_steps\": 1,\n        \"state\": \"Success\",\n        \"step\": 1,\n        \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n        \"task\": \"full\",\n        \"verbose_state\": \"SuccessfullyComputedConfidence\"\n    },\n    {\n        \"created_at\": \"2024-05-31T08:08:58.401568\",\n        \"duration\": 30,\n        \"group\": \"00000000-0000-0000-0000-000000000000\",\n        \"id\": \"4d5f0519-fd2c-4523-bb89-2ea4e25aec0b\",\n        \"name\": \"511-ballongknuten-004000-004030.wav\",\n        \"num_steps\": 7,\n        \"state\": \"Success\",\n        \"step\": 7,\n        \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n        \"task\": \"full\",\n        \"verbose_state\": \"SuccessfullyComputedConfidence\"\n    }\n]"}],"_postman_id":"c6c17626-7ada-415d-97cf-2d3a3e9bdae9"},{"name":"Post File V2","event":[{"listen":"prerequest","script":{"id":"b74af95e-8a91-4753-8d01-421fd54e451e","exec":["// Generate a random UUID","const uuid = require('uuid');","const generatedUUID = uuid.v4();","","// Set the UUID in an environment variable","pm.environment.set('randomUUID', generatedUUID);",""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"1bc2ef8c-d765-415f-97a7-2f46769be5ae","exec":["var jsonData = pm.response.json();","pm.environment.set(\"last_posted_file\", jsonData.id);","pm.environment.set(\"last_created_job\", jsonData.id)"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"30a1f2dd-8283-4d10-ab2c-29ec7e6e7572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eee1efd-b312-4b10-a568-0a6f0d701e4b"},{"key":"url","value":"gs://conversy-test-data-bucket/smt-examples/Ett_enda_segment_fast_två_talare.mp4","type":"text","disabled":true},{"key":"language[]","value":"fr","type":"text","disabled":true},{"key":"language[]","value":"ru","type":"text","disabled":true},{"key":"prompt","value":"None","type":"text","disabled":true},{"key":"task","value":"index_and_transcribe","type":"text"},{"key":"num_speakers","value":"3","type":"text","disabled":true},{"key":"group","value":"00000000-0000-0000-0000-000000000000","description":"<p>UUID of group</p>\n","type":"text","disabled":true},{"key":"sub_group","value":"{{randomUUID}}","description":"<p>UUID of sub group</p>\n","type":"text","disabled":true},{"key":"profile","value":"transcription","description":"<p>balanced, speech_recognition, transcription</p>\n","type":"text","disabled":true}]},"url":"{{host}}/{{api_version}}/file","description":"<p>Publish file for processing.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["{{api_version}}","file"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"173beabb-ee14-43da-ad60-3500e63f4edc","name":"Post File V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eee1efd-b312-4b10-a568-0a6f0d701e4b"},{"key":"url","value":"gs://conversy-test-data-bucket/smt-examples/Ett_enda_segment_fast_två_talare.mp4","type":"text","disabled":true},{"key":"language[]","value":"yue","type":"text"},{"key":"language[]","value":"en","type":"text","disabled":true},{"key":"prompt","value":"test","type":"text","disabled":true},{"key":"task","value":"index_and_transcribe","type":"text"},{"key":"num_speakers","value":"3","type":"text","disabled":true},{"key":"group","value":"00000000-0000-0000-0000-000000000000","description":"UUID of group","type":"text","disabled":true},{"key":"sub_group","value":"{{randomUUID}}","description":"UUID of sub group","type":"text","disabled":true},{"key":"callback","value":"http://localhost:8001","type":"text","disabled":true}]},"url":"{{host}}/{{api_version}}/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:19:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"368"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_at\": \"2024-09-09T15:19:51.923880\",\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\n    \"id\": \"515be3de-8b64-40ce-a400-85dd21f7d705\",\n    \"is_being_processed\": false,\n    \"name\": \"511-ballongknuten-KDkBQMazx-Sigge.mp3\",\n    \"num_steps\": 0,\n    \"state\": \"Pending\",\n    \"step\": 0,\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n    \"task\": \"index_and_transcribe\",\n    \"verbose_state\": \"InDownloadingQueue\"\n}"}],"_postman_id":"30a1f2dd-8283-4d10-ab2c-29ec7e6e7572"},{"name":"File Delete","id":"fbbe0872-a372-404a-b03d-a34232187486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/file/:id","description":"<p>Remove a processed or published file and all related information from the database.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["file",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"1a896040-14c5-4d41-9e7e-b9e6143d1784","key":"id"}]}},"response":[{"id":"7ab54087-999e-42af-bdf2-aa8fd47c4d8b","name":"File Delete","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{host}}/file/:id","host":["{{host}}"],"path":["file",":id"],"variable":[{"key":"id","value":"515be3de-8b64-40ce-a400-85dd21f7d705"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:20:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"File with id 515be3de-8b64-40ce-a400-85dd21f7d705 deleted\"\n}"}],"_postman_id":"fbbe0872-a372-404a-b03d-a34232187486"},{"name":"Cancel file","id":"e6ad5a49-812d-4a93-986c-dec04d0c7db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{host}}/file/:id?action=cancel","description":"<p>Cancel the processing of a file.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["file",":id"],"host":["{{host}}"],"query":[{"key":"action","value":"cancel"}],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"ab90104f-4b69-4a0d-8ab0-caf471d7190e","name":"Patch file","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{host}}/file/34eb5e07-5b3c-41b1-90ae-b3713b988266?action=cancel","host":["{{host}}"],"path":["file","34eb5e07-5b3c-41b1-90ae-b3713b988266"],"query":[{"key":"action","value":"cancel"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:21:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Status of File 34eb5e07-5b3c-41b1-90ae-b3713b988266 set to Cancelled\"\n}"}],"_postman_id":"e6ad5a49-812d-4a93-986c-dec04d0c7db3"},{"name":"Change Speaker","id":"500067dd-18b5-4719-92d1-d4b5d3762feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"speaker_id","value":"31790b1a-d263-4116-8420-03c2b3f8ddc5","description":"<p>Current speaker id</p>\n","type":"text"},{"key":"new_speaker_id","value":"7695ed48-bcd6-4c3f-9a8c-62bec062b3dd","description":"<p>ID of speaker to change to (omit to create new speaker)</p>\n","type":"text"}]},"url":"{{host}}/file/:id/segments","description":"<p>Assign the segments belonging to a speaker in this file to another speaker.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["file",":id","segments"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"{{last_posted_file}}","key":"id"}]}},"response":[{"id":"8acbe1f2-5212-4eb6-a4e8-80bc00389101","name":"Change Speaker","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"speaker_id","value":"6a76f11b-93b8-4dde-a922-9a2d819eb434","description":"Current speaker id","type":"text"},{"key":"new_speaker_id","value":"7695ed48-bcd6-4c3f-9a8c-62bec062b3dd","description":"ID of speaker to change to (omit to create new speaker)\n","type":"text","disabled":true}]},"url":{"raw":"{{host}}/file/:id/segments","host":["{{host}}"],"path":["file",":id","segments"],"variable":[{"key":"id","value":"{{last_posted_file}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:29:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2557"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_at\": \"2024-09-09T15:27:56.337150\",\n    \"duration\": 7,\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\n    \"id\": \"7f82dde4-decd-46ff-bf89-d233b0878dd5\",\n    \"is_being_processed\": false,\n    \"languages\": [\n        \"Swedish\"\n    ],\n    \"name\": \"511-ballongknuten-KDkBQMazx-Sigge.mp3\",\n    \"num_steps\": 1,\n    \"segments\": [\n        {\n            \"created_at\": \"2024-09-09T15:28:05.237080\",\n            \"end\": 7.98,\n            \"file_speaker\": 1,\n            \"id\": \"b63a0750-e442-49fe-9fb1-50d33580880c\",\n            \"language\": \"Swedish\",\n            \"speaker\": {\n                \"created_at\": \"2024-09-09T15:29:48.527607\",\n                \"gender\": \"male\",\n                \"id\": \"e1c96718-b1cc-4bf6-9648-2e7fe87c4ca3\"\n            },\n            \"start\": 0,\n            \"text\": \"ond spiral, alltså att barnet får för sig att matte är hemskt och det låser sig bara man säger ordet, nu ska vi göra matte\",\n            \"words\": [\n                {\n                    \"end\": 0.4,\n                    \"probability\": 0.8662109375,\n                    \"start\": 0,\n                    \"word\": \" ond\"\n                },\n                {\n                    \"end\": 0.74,\n                    \"probability\": 0.9970703125,\n                    \"start\": 0.4,\n                    \"word\": \" spiral,\"\n                },\n                {\n                    \"end\": 1.34,\n                    \"probability\": 0.998046875,\n                    \"start\": 1.1,\n                    \"word\": \" alltså\"\n                },\n                {\n                    \"end\": 1.56,\n                    \"probability\": 1,\n                    \"start\": 1.34,\n                    \"word\": \" att\"\n                },\n                {\n                    \"end\": 2.54,\n                    \"probability\": 0.944580078125,\n                    \"start\": 2.060000000000001,\n                    \"word\": \" barnet\"\n                },\n                {\n                    \"end\": 2.68,\n                    \"probability\": 0.693359375,\n                    \"start\": 2.54,\n                    \"word\": \" får\"\n                },\n                {\n                    \"end\": 2.92,\n                    \"probability\": 0.99951171875,\n                    \"start\": 2.68,\n                    \"word\": \" för\"\n                },\n                {\n                    \"end\": 3.24,\n                    \"probability\": 1,\n                    \"start\": 2.92,\n                    \"word\": \" sig\"\n                },\n                {\n                    \"end\": 3.36,\n                    \"probability\": 1,\n                    \"start\": 3.24,\n                    \"word\": \" att\"\n                },\n                {\n                    \"end\": 3.64,\n                    \"probability\": 0.97705078125,\n                    \"start\": 3.36,\n                    \"word\": \" matte\"\n                },\n                {\n                    \"end\": 3.9,\n                    \"probability\": 1,\n                    \"start\": 3.64,\n                    \"word\": \" är\"\n                },\n                {\n                    \"end\": 4.5,\n                    \"probability\": 0.99853515625,\n                    \"start\": 3.9,\n                    \"word\": \" hemskt\"\n                },\n                {\n                    \"end\": 4.6,\n                    \"probability\": 0.9013671875,\n                    \"start\": 4.5,\n                    \"word\": \" och\"\n                },\n                {\n                    \"end\": 4.72,\n                    \"probability\": 1,\n                    \"start\": 4.6,\n                    \"word\": \" det\"\n                },\n                {\n                    \"end\": 5.3,\n                    \"probability\": 0.90185546875,\n                    \"start\": 4.72,\n                    \"word\": \" låser\"\n                },\n                {\n                    \"end\": 5.44,\n                    \"probability\": 1,\n                    \"start\": 5.3,\n                    \"word\": \" sig\"\n                },\n                {\n                    \"end\": 5.58,\n                    \"probability\": 0.96044921875,\n                    \"start\": 5.44,\n                    \"word\": \" bara\"\n                },\n                {\n                    \"end\": 5.7,\n                    \"probability\": 0.78173828125,\n                    \"start\": 5.58,\n                    \"word\": \" man\"\n                },\n                {\n                    \"end\": 6.34,\n                    \"probability\": 1,\n                    \"start\": 5.7,\n                    \"word\": \" säger\"\n                },\n                {\n                    \"end\": 6.86,\n                    \"probability\": 0.999755859375,\n                    \"start\": 6.34,\n                    \"word\": \" ordet,\"\n                },\n                {\n                    \"end\": 6.94,\n                    \"probability\": 1,\n                    \"start\": 6.86,\n                    \"word\": \" nu\"\n                },\n                {\n                    \"end\": 7.08,\n                    \"probability\": 1,\n                    \"start\": 6.94,\n                    \"word\": \" ska\"\n                },\n                {\n                    \"end\": 7.22,\n                    \"probability\": 1,\n                    \"start\": 7.08,\n                    \"word\": \" vi\"\n                },\n                {\n                    \"end\": 7.28,\n                    \"probability\": 1,\n                    \"start\": 7.22,\n                    \"word\": \" göra\"\n                },\n                {\n                    \"end\": 7.52,\n                    \"probability\": 0.99267578125,\n                    \"start\": 7.28,\n                    \"word\": \" matte\"\n                }\n            ]\n        }\n    ],\n    \"speakers\": [\n        \"e1c96718-b1cc-4bf6-9648-2e7fe87c4ca3\"\n    ],\n    \"state\": \"Success\",\n    \"step\": 1,\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n    \"task\": \"index_and_transcribe\",\n    \"verbose_state\": \"SuccessfullyTranscribed\"\n}"}],"_postman_id":"500067dd-18b5-4719-92d1-d4b5d3762feb"}],"id":"abee9846-0118-4f8f-bd07-e9b89ab58209","description":"<p>Files API handles uploading of files to process and retrieval the results of processing.</p>\n","_postman_id":"abee9846-0118-4f8f-bd07-e9b89ab58209","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}}},{"name":"Segment","item":[{"name":"Segment","id":"4c8d6ac6-12ed-4258-9fd5-16a09ab52b20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/segment/:id","description":"<p>Retrieve a specified segment.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["segment",":id"],"host":["{{host}}"],"query":[],"variable":[{"id":"4a2c8220-9c74-4486-9614-5c3d04d9cfc3","description":{"content":"<p>id of the segment</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[{"id":"16a6ee9c-642d-4fa8-a9ca-3e315ba6cb6e","name":"Segment","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/segment/:id","host":["{{host}}"],"path":["segment",":id"],"variable":[{"key":"id","value":"b63a0750-e442-49fe-9fb1-50d33580880c","description":"id of the segment"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:31:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2180"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_at\": \"2024-09-09T15:28:05.237080\",\n    \"end\": 7.98,\n    \"file_speaker\": 1,\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\n    \"id\": \"b63a0750-e442-49fe-9fb1-50d33580880c\",\n    \"language\": \"Swedish\",\n    \"speaker\": {\n        \"created_at\": \"2024-09-09T15:29:48.527607\",\n        \"gender\": \"male\",\n        \"id\": \"e1c96718-b1cc-4bf6-9648-2e7fe87c4ca3\"\n    },\n    \"start\": 0,\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n    \"text\": \"ond spiral, alltså att barnet får för sig att matte är hemskt och det låser sig bara man säger ordet, nu ska vi göra matte\",\n    \"words\": [\n        {\n            \"end\": 0.4,\n            \"probability\": 0.8662109375,\n            \"start\": 0,\n            \"word\": \" ond\"\n        },\n        {\n            \"end\": 0.74,\n            \"probability\": 0.9970703125,\n            \"start\": 0.4,\n            \"word\": \" spiral,\"\n        },\n        {\n            \"end\": 1.34,\n            \"probability\": 0.998046875,\n            \"start\": 1.1,\n            \"word\": \" alltså\"\n        },\n        {\n            \"end\": 1.56,\n            \"probability\": 1,\n            \"start\": 1.34,\n            \"word\": \" att\"\n        },\n        {\n            \"end\": 2.54,\n            \"probability\": 0.944580078125,\n            \"start\": 2.060000000000001,\n            \"word\": \" barnet\"\n        },\n        {\n            \"end\": 2.68,\n            \"probability\": 0.693359375,\n            \"start\": 2.54,\n            \"word\": \" får\"\n        },\n        {\n            \"end\": 2.92,\n            \"probability\": 0.99951171875,\n            \"start\": 2.68,\n            \"word\": \" för\"\n        },\n        {\n            \"end\": 3.24,\n            \"probability\": 1,\n            \"start\": 2.92,\n            \"word\": \" sig\"\n        },\n        {\n            \"end\": 3.36,\n            \"probability\": 1,\n            \"start\": 3.24,\n            \"word\": \" att\"\n        },\n        {\n            \"end\": 3.64,\n            \"probability\": 0.97705078125,\n            \"start\": 3.36,\n            \"word\": \" matte\"\n        },\n        {\n            \"end\": 3.9,\n            \"probability\": 1,\n            \"start\": 3.64,\n            \"word\": \" är\"\n        },\n        {\n            \"end\": 4.5,\n            \"probability\": 0.99853515625,\n            \"start\": 3.9,\n            \"word\": \" hemskt\"\n        },\n        {\n            \"end\": 4.6,\n            \"probability\": 0.9013671875,\n            \"start\": 4.5,\n            \"word\": \" och\"\n        },\n        {\n            \"end\": 4.72,\n            \"probability\": 1,\n            \"start\": 4.6,\n            \"word\": \" det\"\n        },\n        {\n            \"end\": 5.3,\n            \"probability\": 0.90185546875,\n            \"start\": 4.72,\n            \"word\": \" låser\"\n        },\n        {\n            \"end\": 5.44,\n            \"probability\": 1,\n            \"start\": 5.3,\n            \"word\": \" sig\"\n        },\n        {\n            \"end\": 5.58,\n            \"probability\": 0.96044921875,\n            \"start\": 5.44,\n            \"word\": \" bara\"\n        },\n        {\n            \"end\": 5.7,\n            \"probability\": 0.78173828125,\n            \"start\": 5.58,\n            \"word\": \" man\"\n        },\n        {\n            \"end\": 6.34,\n            \"probability\": 1,\n            \"start\": 5.7,\n            \"word\": \" säger\"\n        },\n        {\n            \"end\": 6.86,\n            \"probability\": 0.999755859375,\n            \"start\": 6.34,\n            \"word\": \" ordet,\"\n        },\n        {\n            \"end\": 6.94,\n            \"probability\": 1,\n            \"start\": 6.86,\n            \"word\": \" nu\"\n        },\n        {\n            \"end\": 7.08,\n            \"probability\": 1,\n            \"start\": 6.94,\n            \"word\": \" ska\"\n        },\n        {\n            \"end\": 7.22,\n            \"probability\": 1,\n            \"start\": 7.08,\n            \"word\": \" vi\"\n        },\n        {\n            \"end\": 7.28,\n            \"probability\": 1,\n            \"start\": 7.22,\n            \"word\": \" göra\"\n        },\n        {\n            \"end\": 7.52,\n            \"probability\": 0.99267578125,\n            \"start\": 7.28,\n            \"word\": \" matte\"\n        }\n    ]\n}"}],"_postman_id":"4c8d6ac6-12ed-4258-9fd5-16a09ab52b20"},{"name":"Segments","id":"8854e766-bd08-4eeb-918d-b2800c0d31ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/segments","description":"<p>Retrieve all segments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["segments"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f2b06bec-20b8-4814-bb1d-909ef96df05a","name":"Segments","originalRequest":{"method":"GET","header":[],"url":"{{host}}/segments"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[{\n    \"created_at\": \"2024-09-10T08:55:31.343213\",\n    \"end\": 1008.54,\n    \"file_speaker\": 5,\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\n    \"id\": \"f277cc40-c38e-42e7-8f13-93e31aa9373f\",\n    \"language\": \"Swedish\",\n    \"speaker\": {\n        \"created_at\": \"2024-06-17T14:29:42.282043\",\n        \"gender\": \"male\",\n        \"id\": \"c35bc4a3-8a57-4be4-8f33-9dfea4f9618b\"\n    },\n    \"start\": 1001.89,\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n    \"text\": \"Så sedan 2016 har jag hunnit besöka 280 kommuner, träffat tiotusentals nyanlända.\",\n    \"words\": [\n        {\n            \"end\": 1001.97,\n            \"probability\": 0.76123046875,\n            \"start\": 1001.89,\n            \"word\": \" Så\"\n        },\n        {\n            \"end\": 1002.17,\n            \"probability\": 0.955078125,\n            \"start\": 1001.97,\n            \"word\": \" sedan\"\n        },\n        {\n            \"end\": 1002.73,\n            \"probability\": 0.9619140625,\n            \"start\": 1002.17,\n            \"word\": \" 2016\"\n        },\n        {\n            \"end\": 1003.35,\n            \"probability\": 0.98876953125,\n            \"start\": 1002.73,\n            \"word\": \" har\"\n        },\n        {\n            \"end\": 1003.47,\n            \"probability\": 0.99267578125,\n            \"start\": 1003.35,\n            \"word\": \" jag\"\n        },\n        {\n            \"end\": 1003.75,\n            \"probability\": 0.9990234375,\n            \"start\": 1003.47,\n            \"word\": \" hunnit\"\n        },\n        {\n            \"end\": 1004.17,\n            \"probability\": 0.9977213541666666,\n            \"start\": 1003.75,\n            \"word\": \" besöka\"\n        },\n        {\n            \"end\": 1004.49,\n            \"probability\": 0.794921875,\n            \"start\": 1004.17,\n            \"word\": \" 280\"\n        },\n        {\n            \"end\": 1005.41,\n            \"probability\": 0.998779296875,\n            \"start\": 1004.49,\n            \"word\": \" kommuner,\"\n        },\n        {\n            \"end\": 1006.89,\n            \"probability\": 0.9300130208333334,\n            \"start\": 1005.4499999999999,\n            \"word\": \" träffat\"\n        },\n        {\n            \"end\": 1007.79,\n            \"probability\": 0.95283203125,\n            \"start\": 1006.89,\n            \"word\": \" tiotusentals\"\n        },\n        {\n            \"end\": 1008.41,\n            \"probability\": 0.99345703125,\n            \"start\": 1007.79,\n            \"word\": \" nyanlända.\"\n        }\n    ]\n},\n{\n    \"created_at\": \"2024-09-10T08:55:31.343214\",\n    \"end\": 1029.34,\n    \"file_speaker\": 5,\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\n    \"id\": \"726ee1f3-e181-4afe-9abf-ad3918660a76\",\n    \"language\": \"Swedish\",\n    \"speaker\": {\n        \"created_at\": \"2024-06-17T14:29:42.282043\",\n        \"gender\": \"male\",\n        \"id\": \"c35bc4a3-8a57-4be4-8f33-9dfea4f9618b\"\n    },\n    \"start\": 1011.46,\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n    \"text\": \"När jag träffar nyanlända så försöker jag hela tiden hitta gemensamma nämnare mellan de som är nya i Sverige och vi som redan bor här. Alltså, vad måste vi vara överens om om vi ska bo här sida vid sida tillsammans? Vilka idéer och värderingar?\",\n    \"words\": [\n        {\n            \"end\": 1011.5400000000001,\n            \"probability\": 0.96142578125,\n            \"start\": 1011.46,\n            \"word\": \" När\"\n        },\n        {\n            \"end\": 1011.64,\n            \"probability\": 0.99853515625,\n            \"start\": 1011.5400000000001,\n            \"word\": \" jag\"\n        },\n        {\n            \"end\": 1012.0400000000001,\n            \"probability\": 0.9954427083333334,\n            \"start\": 1011.64,\n            \"word\": \" träffar\"\n        },\n        {\n            \"end\": 1012.6800000000001,\n            \"probability\": 0.98056640625,\n            \"start\": 1012.0400000000001,\n            \"word\": \" nyanlända\"\n        },\n        {\n            \"end\": 1013.12,\n            \"probability\": 0.873046875,\n            \"start\": 1012.6800000000001,\n            \"word\": \" så\"\n        },\n        {\n            \"end\": 1013.5,\n            \"probability\": 0.99072265625,\n            \"start\": 1013.12,\n            \"word\": \" försöker\"\n        },\n        {\n            \"end\": 1013.5600000000001,\n            \"probability\": 0.90380859375,\n            \"start\": 1013.5,\n            \"word\": \" jag\"\n        },\n        {\n            \"end\": 1013.7800000000001,\n            \"probability\": 0.9765625,\n            \"start\": 1013.5600000000001,\n            \"word\": \" hela\"\n        },\n        {\n            \"end\": 1014.0,\n            \"probability\": 0.99951171875,\n            \"start\": 1013.7800000000001,\n            \"word\": \" tiden\"\n        },\n        {\n            \"end\": 1014.48,\n            \"probability\": 0.9990234375,\n            \"start\": 1014.0,\n            \"word\": \" hitta\"\n        },\n        {\n            \"end\": 1015.2800000000001,\n            \"probability\": 0.9967041015625,\n            \"start\": 1014.48,\n            \"word\": \" gemensamma\"\n        },\n        {\n            \"end\": 1015.72,\n            \"probability\": 0.9723307291666666,\n            \"start\": 1015.2800000000001,\n            \"word\": \" nämnare\"\n        },\n        {\n            \"end\": 1016.86,\n            \"probability\": 0.96337890625,\n            \"start\": 1015.72,\n            \"word\": \" mellan\"\n        },\n        {\n            \"end\": 1017.12,\n            \"probability\": 0.7822265625,\n            \"start\": 1016.86,\n            \"word\": \" de\"\n        },\n        {\n            \"end\": 1017.38,\n            \"probability\": 0.97021484375,\n            \"start\": 1017.12,\n            \"word\": \" som\"\n        },\n        {\n            \"end\": 1017.52,\n            \"probability\": 0.99560546875,\n            \"start\": 1017.38,\n            \"word\": \" är\"\n        },\n        {\n            \"end\": 1017.76,\n            \"probability\": 0.99609375,\n            \"start\": 1017.52,\n            \"word\": \" nya\"\n        },\n        {\n            \"end\": 1017.94,\n            \"probability\": 0.998046875,\n            \"start\": 1017.76,\n            \"word\": \" i\"\n        },\n        {\n            \"end\": 1018.22,\n            \"probability\": 1.0,\n            \"start\": 1017.94,\n            \"word\": \" Sverige\"\n        },\n        {\n            \"end\": 1018.94,\n            \"probability\": 0.9765625,\n            \"start\": 1018.22,\n            \"word\": \" och\"\n        },\n        {\n            \"end\": 1019.1,\n            \"probability\": 0.9736328125,\n            \"start\": 1018.94,\n            \"word\": \" vi\"\n        },\n        {\n            \"end\": 1019.2800000000001,\n            \"probability\": 0.998046875,\n            \"start\": 1019.1,\n            \"word\": \" som\"\n        },\n        {\n            \"end\": 1019.5400000000001,\n            \"probability\": 0.98876953125,\n            \"start\": 1019.2800000000001,\n            \"word\": \" redan\"\n        },\n        {\n            \"end\": 1019.6600000000001,\n            \"probability\": 0.99658203125,\n            \"start\": 1019.5400000000001,\n            \"word\": \" bor\"\n        },\n        {\n            \"end\": 1019.84,\n            \"probability\": 0.97412109375,\n            \"start\": 1019.6600000000001,\n            \"word\": \" här.\"\n        },\n        {\n            \"end\": 1022.0400000000001,\n            \"probability\": 0.971435546875,\n            \"start\": 1021.52,\n            \"word\": \" Alltså,\"\n        },\n        {\n            \"end\": 1022.34,\n            \"probability\": 0.962890625,\n            \"start\": 1022.0400000000001,\n            \"word\": \" vad\"\n        },\n        {\n            \"end\": 1022.74,\n            \"probability\": 0.9990234375,\n            \"start\": 1022.34,\n            \"word\": \" måste\"\n        },\n        {\n            \"end\": 1022.94,\n            \"probability\": 0.99951171875,\n            \"start\": 1022.74,\n            \"word\": \" vi\"\n        },\n        {\n            \"end\": 1023.1600000000001,\n            \"probability\": 0.99853515625,\n            \"start\": 1022.94,\n            \"word\": \" vara\"\n        },\n        {\n            \"end\": 1023.72,\n            \"probability\": 0.999267578125,\n            \"start\": 1023.1600000000001,\n            \"word\": \" överens\"\n        },\n        {\n            \"end\": 1023.98,\n            \"probability\": 0.9990234375,\n            \"start\": 1023.72,\n            \"word\": \" om\"\n        },\n        {\n            \"end\": 1024.38,\n            \"probability\": 0.9130859375,\n            \"start\": 1023.98,\n            \"word\": \" om\"\n        },\n        {\n            \"end\": 1024.46,\n            \"probability\": 0.99951171875,\n            \"start\": 1024.38,\n            \"word\": \" vi\"\n        },\n        {\n            \"end\": 1024.64,\n            \"probability\": 0.998046875,\n            \"start\": 1024.46,\n            \"word\": \" ska\"\n        },\n        {\n            \"end\": 1024.8600000000001,\n            \"probability\": 0.9970703125,\n            \"start\": 1024.64,\n            \"word\": \" bo\"\n        },\n        {\n            \"end\": 1025.1000000000001,\n            \"probability\": 0.98388671875,\n            \"start\": 1024.8600000000001,\n            \"word\": \" här\"\n        },\n        {\n            \"end\": 1025.42,\n            \"probability\": 0.93798828125,\n            \"start\": 1025.1000000000001,\n            \"word\": \" sida\"\n        },\n        {\n            \"end\": 1025.56,\n            \"probability\": 0.97314453125,\n            \"start\": 1025.42,\n            \"word\": \" vid\"\n        },\n        {\n            \"end\": 1025.8600000000001,\n            \"probability\": 0.99853515625,\n            \"start\": 1025.56,\n            \"word\": \" sida\"\n        },\n        {\n            \"end\": 1026.5,\n            \"probability\": 0.99609375,\n            \"start\": 1025.8600000000001,\n            \"word\": \" tillsammans?\"\n        },\n        {\n            \"end\": 1028.2,\n            \"probability\": 0.998291015625,\n            \"start\": 1027.68,\n            \"word\": \" Vilka\"\n        },\n        {\n            \"end\": 1028.56,\n            \"probability\": 0.987060546875,\n            \"start\": 1028.2,\n            \"word\": \" idéer\"\n        },\n        {\n            \"end\": 1028.58,\n            \"probability\": 0.99609375,\n            \"start\": 1028.56,\n            \"word\": \" och\"\n        },\n        {\n            \"end\": 1029.1000000000001,\n            \"probability\": 0.99853515625,\n            \"start\": 1028.58,\n            \"word\": \" värderingar?\"\n        }\n    ]\n}]"}],"_postman_id":"8854e766-bd08-4eeb-918d-b2800c0d31ea"},{"name":"Compare Segments","id":"90b6d90a-269c-4be0-8fbd-1c72b1af71f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/segment/:id1/compare/:id2","description":"<p>Compute the similarity between the audio stored in the specified segments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["segment",":id1","compare",":id2"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"e4b7513b-760d-4c80-8dd3-dd86041fa89e","key":"id1"},{"type":"any","value":"ae851bb1-e6fa-4c5a-882e-a7e2a778e2aa","key":"id2"}]}},"response":[{"id":"c890845b-3ebb-4939-aa91-25fc98fddbfc","name":"Compare Segments","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/segment/:id1/compare/:id2","host":["{{host}}"],"path":["segment",":id1","compare",":id2"],"variable":[{"key":"id1","value":"f277cc40-c38e-42e7-8f13-93e31aa9373f"},{"key":"id2","value":"726ee1f3-e181-4afe-9abf-ad3918660a76"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Sep 2024 09:45:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"similarity\": 0.901075005531311\n}"}],"_postman_id":"90b6d90a-269c-4be0-8fbd-1c72b1af71f3"},{"name":"Change Segment Speaker","id":"d43be870-a6fd-4157-96bc-e79d560994a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"speaker_id","value":"e124b03d-1c39-41d1-a644-2f8310813aed","description":"<p>id of speaker to change to, omit to create new speaker</p>\n","type":"text"}]},"url":"{{host}}/segment/:id","description":"<p>Assign segment to a specified speaker.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["segment",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"d1c8bf87-d8ad-4445-b28d-2ee9596dc00d","key":"id"}]}},"response":[{"id":"69fe588e-c9a7-4c58-95f9-05d2d38527a2","name":"Change Segment Speaker","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"speaker_id","value":"6a76f11b-93b8-4dde-a922-9a2d819eb434","description":"id of speaker to change to, omit to create new speaker","type":"text"}]},"url":{"raw":"{{host}}/segment/:id","host":["{{host}}"],"path":["segment",":id"],"variable":[{"key":"id","value":"b63a0750-e442-49fe-9fb1-50d33580880c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Sep 2024 09:53:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2180"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_at\": \"2024-09-09T15:28:05.237080\",\n    \"end\": 7.98,\n    \"file_speaker\": 1,\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\n    \"id\": \"b63a0750-e442-49fe-9fb1-50d33580880c\",\n    \"language\": \"Swedish\",\n    \"speaker\": {\n        \"created_at\": \"2024-05-31T08:09:31.783163\",\n        \"gender\": \"male\",\n        \"id\": \"6a76f11b-93b8-4dde-a922-9a2d819eb434\"\n    },\n    \"start\": 0,\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n    \"text\": \"ond spiral, alltså att barnet får för sig att matte är hemskt och det låser sig bara man säger ordet, nu ska vi göra matte\",\n    \"words\": [\n        {\n            \"end\": 0.4,\n            \"probability\": 0.8662109375,\n            \"start\": 0,\n            \"word\": \" ond\"\n        },\n        {\n            \"end\": 0.74,\n            \"probability\": 0.9970703125,\n            \"start\": 0.4,\n            \"word\": \" spiral,\"\n        },\n        {\n            \"end\": 1.34,\n            \"probability\": 0.998046875,\n            \"start\": 1.1,\n            \"word\": \" alltså\"\n        },\n        {\n            \"end\": 1.56,\n            \"probability\": 1,\n            \"start\": 1.34,\n            \"word\": \" att\"\n        },\n        {\n            \"end\": 2.54,\n            \"probability\": 0.944580078125,\n            \"start\": 2.060000000000001,\n            \"word\": \" barnet\"\n        },\n        {\n            \"end\": 2.68,\n            \"probability\": 0.693359375,\n            \"start\": 2.54,\n            \"word\": \" får\"\n        },\n        {\n            \"end\": 2.92,\n            \"probability\": 0.99951171875,\n            \"start\": 2.68,\n            \"word\": \" för\"\n        },\n        {\n            \"end\": 3.24,\n            \"probability\": 1,\n            \"start\": 2.92,\n            \"word\": \" sig\"\n        },\n        {\n            \"end\": 3.36,\n            \"probability\": 1,\n            \"start\": 3.24,\n            \"word\": \" att\"\n        },\n        {\n            \"end\": 3.64,\n            \"probability\": 0.97705078125,\n            \"start\": 3.36,\n            \"word\": \" matte\"\n        },\n        {\n            \"end\": 3.9,\n            \"probability\": 1,\n            \"start\": 3.64,\n            \"word\": \" är\"\n        },\n        {\n            \"end\": 4.5,\n            \"probability\": 0.99853515625,\n            \"start\": 3.9,\n            \"word\": \" hemskt\"\n        },\n        {\n            \"end\": 4.6,\n            \"probability\": 0.9013671875,\n            \"start\": 4.5,\n            \"word\": \" och\"\n        },\n        {\n            \"end\": 4.72,\n            \"probability\": 1,\n            \"start\": 4.6,\n            \"word\": \" det\"\n        },\n        {\n            \"end\": 5.3,\n            \"probability\": 0.90185546875,\n            \"start\": 4.72,\n            \"word\": \" låser\"\n        },\n        {\n            \"end\": 5.44,\n            \"probability\": 1,\n            \"start\": 5.3,\n            \"word\": \" sig\"\n        },\n        {\n            \"end\": 5.58,\n            \"probability\": 0.96044921875,\n            \"start\": 5.44,\n            \"word\": \" bara\"\n        },\n        {\n            \"end\": 5.7,\n            \"probability\": 0.78173828125,\n            \"start\": 5.58,\n            \"word\": \" man\"\n        },\n        {\n            \"end\": 6.34,\n            \"probability\": 1,\n            \"start\": 5.7,\n            \"word\": \" säger\"\n        },\n        {\n            \"end\": 6.86,\n            \"probability\": 0.999755859375,\n            \"start\": 6.34,\n            \"word\": \" ordet,\"\n        },\n        {\n            \"end\": 6.94,\n            \"probability\": 1,\n            \"start\": 6.86,\n            \"word\": \" nu\"\n        },\n        {\n            \"end\": 7.08,\n            \"probability\": 1,\n            \"start\": 6.94,\n            \"word\": \" ska\"\n        },\n        {\n            \"end\": 7.22,\n            \"probability\": 1,\n            \"start\": 7.08,\n            \"word\": \" vi\"\n        },\n        {\n            \"end\": 7.28,\n            \"probability\": 1,\n            \"start\": 7.22,\n            \"word\": \" göra\"\n        },\n        {\n            \"end\": 7.52,\n            \"probability\": 0.99267578125,\n            \"start\": 7.28,\n            \"word\": \" matte\"\n        }\n    ]\n}"}],"_postman_id":"d43be870-a6fd-4157-96bc-e79d560994a1"},{"name":"Change Segment Speakers v2","id":"aa21f59b-e417-453d-88af-a11f883236c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    //\"speaker_id\": null, //Forces segment to new speaker. Omit to not touch\n    \"curated_speaker_id\": null //Forces to new curated speaker. Omit to not touch\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/v2/segment/:id","description":"<p>Assign segment to a specified speaker.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["v2","segment",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"41f5c0b0-c280-4922-855d-0c8ea40fdcf9","key":"id"}]}},"response":[{"id":"dfeab881-0e6e-47e6-a458-9eb8507d3b34","name":"Change Segment Speaker","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"speaker_id","value":"6a76f11b-93b8-4dde-a922-9a2d819eb434","description":"id of speaker to change to, omit to create new speaker","type":"text"}]},"url":{"raw":"{{host}}/segment/:id","host":["{{host}}"],"path":["segment",":id"],"variable":[{"key":"id","value":"b63a0750-e442-49fe-9fb1-50d33580880c"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Sep 2024 09:53:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2180"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_at\": \"2024-09-09T15:28:05.237080\",\n    \"end\": 7.98,\n    \"file_speaker\": 1,\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\n    \"id\": \"b63a0750-e442-49fe-9fb1-50d33580880c\",\n    \"language\": \"Swedish\",\n    \"speaker\": {\n        \"created_at\": \"2024-05-31T08:09:31.783163\",\n        \"gender\": \"male\",\n        \"id\": \"6a76f11b-93b8-4dde-a922-9a2d819eb434\"\n    },\n    \"start\": 0,\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n    \"text\": \"ond spiral, alltså att barnet får för sig att matte är hemskt och det låser sig bara man säger ordet, nu ska vi göra matte\",\n    \"words\": [\n        {\n            \"end\": 0.4,\n            \"probability\": 0.8662109375,\n            \"start\": 0,\n            \"word\": \" ond\"\n        },\n        {\n            \"end\": 0.74,\n            \"probability\": 0.9970703125,\n            \"start\": 0.4,\n            \"word\": \" spiral,\"\n        },\n        {\n            \"end\": 1.34,\n            \"probability\": 0.998046875,\n            \"start\": 1.1,\n            \"word\": \" alltså\"\n        },\n        {\n            \"end\": 1.56,\n            \"probability\": 1,\n            \"start\": 1.34,\n            \"word\": \" att\"\n        },\n        {\n            \"end\": 2.54,\n            \"probability\": 0.944580078125,\n            \"start\": 2.060000000000001,\n            \"word\": \" barnet\"\n        },\n        {\n            \"end\": 2.68,\n            \"probability\": 0.693359375,\n            \"start\": 2.54,\n            \"word\": \" får\"\n        },\n        {\n            \"end\": 2.92,\n            \"probability\": 0.99951171875,\n            \"start\": 2.68,\n            \"word\": \" för\"\n        },\n        {\n            \"end\": 3.24,\n            \"probability\": 1,\n            \"start\": 2.92,\n            \"word\": \" sig\"\n        },\n        {\n            \"end\": 3.36,\n            \"probability\": 1,\n            \"start\": 3.24,\n            \"word\": \" att\"\n        },\n        {\n            \"end\": 3.64,\n            \"probability\": 0.97705078125,\n            \"start\": 3.36,\n            \"word\": \" matte\"\n        },\n        {\n            \"end\": 3.9,\n            \"probability\": 1,\n            \"start\": 3.64,\n            \"word\": \" är\"\n        },\n        {\n            \"end\": 4.5,\n            \"probability\": 0.99853515625,\n            \"start\": 3.9,\n            \"word\": \" hemskt\"\n        },\n        {\n            \"end\": 4.6,\n            \"probability\": 0.9013671875,\n            \"start\": 4.5,\n            \"word\": \" och\"\n        },\n        {\n            \"end\": 4.72,\n            \"probability\": 1,\n            \"start\": 4.6,\n            \"word\": \" det\"\n        },\n        {\n            \"end\": 5.3,\n            \"probability\": 0.90185546875,\n            \"start\": 4.72,\n            \"word\": \" låser\"\n        },\n        {\n            \"end\": 5.44,\n            \"probability\": 1,\n            \"start\": 5.3,\n            \"word\": \" sig\"\n        },\n        {\n            \"end\": 5.58,\n            \"probability\": 0.96044921875,\n            \"start\": 5.44,\n            \"word\": \" bara\"\n        },\n        {\n            \"end\": 5.7,\n            \"probability\": 0.78173828125,\n            \"start\": 5.58,\n            \"word\": \" man\"\n        },\n        {\n            \"end\": 6.34,\n            \"probability\": 1,\n            \"start\": 5.7,\n            \"word\": \" säger\"\n        },\n        {\n            \"end\": 6.86,\n            \"probability\": 0.999755859375,\n            \"start\": 6.34,\n            \"word\": \" ordet,\"\n        },\n        {\n            \"end\": 6.94,\n            \"probability\": 1,\n            \"start\": 6.86,\n            \"word\": \" nu\"\n        },\n        {\n            \"end\": 7.08,\n            \"probability\": 1,\n            \"start\": 6.94,\n            \"word\": \" ska\"\n        },\n        {\n            \"end\": 7.22,\n            \"probability\": 1,\n            \"start\": 7.08,\n            \"word\": \" vi\"\n        },\n        {\n            \"end\": 7.28,\n            \"probability\": 1,\n            \"start\": 7.22,\n            \"word\": \" göra\"\n        },\n        {\n            \"end\": 7.52,\n            \"probability\": 0.99267578125,\n            \"start\": 7.28,\n            \"word\": \" matte\"\n        }\n    ]\n}"}],"_postman_id":"aa21f59b-e417-453d-88af-a11f883236c0"}],"id":"11130bf2-de4b-46b3-a3ee-528c9d1c71f7","description":"<p>Segments API enables retrieval and editing of individual segments.</p>\n","_postman_id":"11130bf2-de4b-46b3-a3ee-528c9d1c71f7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}}},{"name":"Search","item":[{"name":"Search","event":[{"listen":"test","script":{"id":"bd390cdb-78a6-4859-be48-3d53b88a2dc5","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"last_posted_search\", jsonData.id);\r","pm.environment.set(\"last_created_job\", jsonData.id)"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7572eb2a-0d73-4845-8cbf-faa1320e5dc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"///wsl.localhost/Ubuntu-24.04/home/oscaarjs/audio-files/jordan-peterson-40sec.wav"}]},"url":"{{host}}/search","description":"<p>Initiate search for a speaker with a voice sample.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["search"],"host":["{{host}}"],"query":[{"disabled":true,"key":"threshold","value":"default"},{"disabled":true,"key":"threshold","value":"lenient"},{"disabled":true,"key":"threshold","value":"strict"},{"disabled":true,"key":"search_type","value":"speaker"},{"disabled":true,"key":"callback","value":"http://localhost:1988"}],"variable":[]}},"response":[{"id":"d27ab9e1-f642-43fa-8af4-80a9ad025b92","name":"Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/C:/Users/RafalČerniavski/Downloads/audio.wav"}]},"url":{"raw":"{{host}}/search?threshold=default","host":["{{host}}"],"path":["search"],"query":[{"key":"threshold","value":"default"},{"key":"threshold","value":"lenient","type":"text","disabled":true},{"key":"threshold","value":"strict","disabled":true},{"key":"search_type","value":"speaker","disabled":true},{"key":"callback","value":"http://localhost:1988","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:40:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"299"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_at\": \"2024-09-09T15:40:46.544888\",\n    \"id\": \"cb9241d4-f32e-44f3-ad7e-8466254fa4da\",\n    \"matches\": [],\n    \"name\": \"511-ballongknuten-KDkBQMazx-Sigge.mp3\",\n    \"num_steps\": 0,\n    \"search_file_num_speakers\": null,\n    \"search_type\": \"segment\",\n    \"state\": \"Pending\",\n    \"step\": 0,\n    \"threshold\": \"default\",\n    \"verbose_state\": \"InSearchQueue\"\n}"}],"_postman_id":"7572eb2a-0d73-4845-8cbf-faa1320e5dc4"},{"name":"Check Search","id":"a4c88d8c-584e-4e59-84d9-6154bbf74cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/search/:id","description":"<p>Retrieve the results of a specified search.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["search",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"{{last_posted_search}}","key":"id"}]}},"response":[],"_postman_id":"a4c88d8c-584e-4e59-84d9-6154bbf74cf8"}],"id":"057bd120-1cc5-443b-804d-e7b618d02834","description":"<p>Search API enables searching for a speaker across all the processed files.</p>\n","_postman_id":"057bd120-1cc5-443b-804d-e7b618d02834","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}}},{"name":"Chunked File","item":[{"name":"Post Chunked File v2","event":[{"listen":"test","script":{"id":"b8d22bb7-4320-4a33-aacf-917593a3527f","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"last_posted_chunked_file\", jsonData.id);\r",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9ffad4df-de68-45c4-b89a-311a1ddbcd14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"language","value":"sv","type":"text"},{"key":"sequence-counter","value":"0","type":"text"},{"key":"is-last-chunk","value":"false","type":"text"},{"key":"do-splitting","value":"true","type":"text"},{"key":"recode-video","value":"true","type":"text"},{"key":"task","value":"post_segment","type":"text"}],"body":{"mode":"file","file":{"src":"/Users/danielarmyr/code/core/data/511-ballongknuten-KDkBQMazx-Alex.mp3"}},"url":"{{host}}/v2/chunked","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["v2","chunked"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ffad4df-de68-45c4-b89a-311a1ddbcd14"},{"name":"Post Chunked File v2 Form","event":[{"listen":"prerequest","script":{"id":"b74af95e-8a91-4753-8d01-421fd54e451e","exec":["// Generate a random UUID","const uuid = require('uuid');","const generatedUUID = uuid.v4();","","// Set the UUID in an environment variable","pm.environment.set('randomUUID', generatedUUID);",""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"1bc2ef8c-d765-415f-97a7-2f46769be5ae","exec":["var jsonData = pm.response.json();","pm.environment.set(\"last_posted_chunked_file\", jsonData.id);","pm.environment.set(\"last_created_job\", jsonData.id)"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"60edb3dc-6380-44fa-b055-078182d628d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eee1efd-b312-4b10-a568-0a6f0d701e4b"},{"key":"language[]","value":"sv","type":"text"},{"key":"language[]","value":"en","type":"text","disabled":true},{"key":"language[]","value":"ru","type":"text","uuid":"a82c35b5-73ee-4b01-a9bd-43e1948a0238","disabled":true},{"key":"prompt","value":"None","type":"text","disabled":true},{"key":"task","value":"post_segment","type":"text","disabled":true},{"key":"num_speakers","value":"3","type":"text","disabled":true},{"key":"group","value":"00000000-0000-0000-0000-000000000123","description":"<p>UUID of group</p>\n","type":"text","disabled":true},{"key":"sub_group","value":"{{randomUUID}}","description":"<p>UUID of sub group</p>\n","type":"text","disabled":true},{"key":"profile","value":"transcription","description":"<p>balanced, speech_recognition, transcription</p>\n","type":"text","disabled":true},{"key":"do_splitting","value":"true","type":"text","uuid":"4591f944-1b0b-4bc3-92f3-4f014b3814eb","disabled":true},{"key":"max_chunk_duration","value":"5","type":"text","uuid":"d20d6f57-c46b-4bdd-8992-d2b43416e7c0","disabled":true},{"key":"max_line_width","value":"20","type":"text","uuid":"d021a45d-4ca5-4ba7-b9fa-bc6ddefb5b85","disabled":true},{"key":"recode_video","value":"true","type":"text","uuid":"94fd3225-dc5b-4bd0-b08c-87acc9cbde48","disabled":true},{"key":"translate","value":"true","type":"text","uuid":"c0605baa-2521-4c12-808c-f1910f2cd06e","disabled":true},{"key":"target_language","value":"en","type":"text","uuid":"0c6ff155-f8d1-4ec4-9320-049ee89a1f16","disabled":true}]},"url":"{{host}}/v2/chunked/form","description":"<p>Publish file for processing.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["v2","chunked","form"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f1201f49-91af-4655-b66f-bdb8d284abf5","name":"Post File V2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eee1efd-b312-4b10-a568-0a6f0d701e4b"},{"key":"url","value":"gs://conversy-test-data-bucket/smt-examples/Ett_enda_segment_fast_två_talare.mp4","type":"text","disabled":true},{"key":"language[]","value":"yue","type":"text"},{"key":"language[]","value":"en","type":"text","disabled":true},{"key":"prompt","value":"test","type":"text","disabled":true},{"key":"task","value":"index_and_transcribe","type":"text"},{"key":"num_speakers","value":"3","type":"text","disabled":true},{"key":"group","value":"00000000-0000-0000-0000-000000000000","description":"UUID of group","type":"text","disabled":true},{"key":"sub_group","value":"{{randomUUID}}","description":"UUID of sub group","type":"text","disabled":true},{"key":"callback","value":"http://localhost:8001","type":"text","disabled":true}]},"url":"{{host}}/{{api_version}}/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Sep 2024 15:19:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"368"},{"key":"Connection","value":"keep-alive"},{"key":"X-VBI-Version","value":"2024.09.09-3518"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"created_at\": \"2024-09-09T15:19:51.923880\",\n    \"group\": \"00000000-0000-0000-0000-000000000000\",\n    \"id\": \"515be3de-8b64-40ce-a400-85dd21f7d705\",\n    \"is_being_processed\": false,\n    \"name\": \"511-ballongknuten-KDkBQMazx-Sigge.mp3\",\n    \"num_steps\": 0,\n    \"state\": \"Pending\",\n    \"step\": 0,\n    \"sub_group\": \"00000000-0000-0000-0000-000000000000\",\n    \"task\": \"index_and_transcribe\",\n    \"verbose_state\": \"InDownloadingQueue\"\n}"}],"_postman_id":"60edb3dc-6380-44fa-b055-078182d628d5"},{"name":"Get Chunked File","id":"280edb77-0fca-4496-a9bb-258ebe1401bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/chunked/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["chunked",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"{{last_posted_chunked_file}}","key":"id"}]}},"response":[],"_postman_id":"280edb77-0fca-4496-a9bb-258ebe1401bc"},{"name":"Cancel Chunked File","id":"dc5323c3-c478-4457-b900-2056a2e34151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{host}}/chunked/:id?action=cancel","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["chunked",":id"],"host":["{{host}}"],"query":[{"key":"action","value":"cancel"}],"variable":[{"type":"any","value":"{{last_posted_chunked_file}}","key":"id"}]}},"response":[],"_postman_id":"dc5323c3-c478-4457-b900-2056a2e34151"},{"name":"Patch Chunked Segments","id":"529b79d9-ac7f-4003-b925-9d672fcc736b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\"action\": \"attach_unnamed\"}","options":{"raw":{"language":"json"}}},"url":"{{host}}/chunked/:id/segments","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["chunked",":id","segments"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"{{last_posted_chunked_file}}","key":"id"}]}},"response":[],"_postman_id":"529b79d9-ac7f-4003-b925-9d672fcc736b"},{"name":"Delete Chunked File","id":"65f81793-471d-4a42-8301-5a20f6e4fa77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/chunked/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["chunked",":id"],"host":["{{host}}"],"query":[],"variable":[{"id":"d8ab14ed-edda-48e4-b44c-60aabba5533e","type":"any","value":"{{last_posted_chunked_file}}","key":"id"}]}},"response":[],"_postman_id":"65f81793-471d-4a42-8301-5a20f6e4fa77"}],"id":"dce28233-52bd-4853-846e-631cb352b1f6","_postman_id":"dce28233-52bd-4853-846e-631cb352b1f6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}}},{"name":"In-file speaker","item":[{"name":"Metadata","id":"1587bfa3-a39f-4734-b56b-42dfca9be8a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"metadata","value":"{\"name\": \"Alex\"}","type":"text","uuid":"73a359bd-014f-4b44-aca3-5cca6e0b6e07"}]},"url":"{{host}}/in-file-speaker/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["in-file-speaker",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1587bfa3-a39f-4734-b56b-42dfca9be8a7"},{"name":"Closest Curated Speaker","id":"109f4e5f-0b9e-41da-84a8-84af1a88e712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/in-file-speaker/:id/closest-curated-speakers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["in-file-speaker",":id","closest-curated-speakers"],"host":["{{host}}"],"query":[{"disabled":true,"key":"group","value":""},{"disabled":true,"key":"sub-group","value":null}],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"109f4e5f-0b9e-41da-84a8-84af1a88e712"}],"id":"1cdf1b3a-9a68-4ea1-b104-8894b1d83ab2","_postman_id":"1cdf1b3a-9a68-4ea1-b104-8894b1d83ab2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}}},{"name":"Curated Speakers","item":[{"name":"Get all","id":"33d77182-100b-438c-8f16-f7db100d95bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/curated-speakers?group=&sub_group=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["curated-speakers"],"host":["{{host}}"],"query":[{"key":"group","value":""},{"key":"sub_group","value":""}],"variable":[]}},"response":[],"_postman_id":"33d77182-100b-438c-8f16-f7db100d95bc"},{"name":"Delete","id":"518a600a-abf2-458c-9ea7-50e448fd34e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/curated-speaker/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["curated-speaker",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"518a600a-abf2-458c-9ea7-50e448fd34e2"}],"id":"759c6016-6851-4aa4-b029-1ee92693926a","_postman_id":"759c6016-6851-4aa4-b029-1ee92693926a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}}},{"name":"Jobs","item":[{"name":"Get Jobs Running","id":"740c8906-6ba1-4fb0-80c2-3406a647750f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{host}}/jobs/running","description":"<p>Get all currently running jobs (not SUCCESS, FAILED, or CANCELLED).</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["jobs","running"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6b874da7-0538-4ad4-ad9c-adacc42cbda2","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"{{baseUrl}}/jobs/running"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"f2a40e74-3b66-6010-43b7-2bb9a63ed68c\",\n    \"created_at\": \"1991-11-25T00:56:39.053Z\",\n    \"job_type\": \"mediastore\",\n    \"status\": \"Failed\",\n    \"current_worker\": \"not_a_worker\",\n    \"current_worker_status\": \"Cancelled\",\n    \"current_step\": 533,\n    \"total_steps\": 1292\n  },\n  {\n    \"id\": \"812b0e56-f8cf-7be1-9b1b-4a4ea6b1cce3\",\n    \"created_at\": \"1961-01-20T01:56:17.307Z\",\n    \"job_type\": \"search\",\n    \"status\": \"Pending\",\n    \"current_worker\": \"search\",\n    \"current_worker_status\": \"Retry\",\n    \"current_step\": 9841,\n    \"total_steps\": 3902\n  }\n]"}],"_postman_id":"740c8906-6ba1-4fb0-80c2-3406a647750f"},{"name":"Get Job By Id","id":"6a020d3a-f2d6-40fc-8cc6-7d6e1cc1c5ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{host}}/jobs/:job_id","description":"<p>Get a single job by its ID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["jobs",":job_id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"{{last_created_job}}","key":"job_id"}]}},"response":[{"id":"30b3a7bb-9fc4-4fba-8215-70bdc7911ad4","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/jobs/:job_id","host":["{{baseUrl}}"],"path":["jobs",":job_id"],"variable":[{"key":"job_id","value":"532566eb-e4e7-c060-9f60-d2b52571b3c1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"1b535c41-8ad2-8311-edfc-aa6b3d7f7b46\",\n  \"created_at\": \"1972-11-27T12:53:03.463Z\",\n  \"job_type\": \"file\",\n  \"status\": \"Failed\",\n  \"current_worker\": \"post_segmenter\",\n  \"current_worker_status\": \"Retry\",\n  \"current_step\": 3990,\n  \"total_steps\": 5210,\n  \"body\": {}\n}"},{"id":"1f5f0dcd-56f2-4fd5-bd73-fc93a81dd020","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/jobs/:job_id","host":["{{baseUrl}}"],"path":["jobs",":job_id"],"variable":[{"key":"job_id","value":"532566eb-e4e7-c060-9f60-d2b52571b3c1"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        7029,\n        8987\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"6a020d3a-f2d6-40fc-8cc6-7d6e1cc1c5ea"},{"name":"Get Jobs","id":"9a6333a7-aeae-47d9-8b3a-5b602b61b844","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{host}}/jobs","description":"<p>Get multiple jobs with pagination and optional filtering.</p>\n<ul>\n<li><strong>limit</strong>: Maximum number of jobs to return (default: 10, max: 100)</li>\n<li><strong>offset</strong>: Number of jobs to skip (default: 0)</li>\n<li><strong>status</strong>: Filter by status (can specify multiple)</li>\n<li><strong>job_type</strong>: Filter by job type</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["jobs"],"host":["{{host}}"],"query":[{"disabled":true,"key":"limit","value":"10"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"status","value":"Cancelled"},{"disabled":true,"key":"status","value":"Cancelled"},{"disabled":true,"key":"job_type","value":"template"}],"variable":[]}},"response":[{"id":"b1bb6511-c447-412c-a3ff-5a417b2e8530","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/jobs?limit=10&offset=0&status=Cancelled&job_type=template","host":["{{baseUrl}}"],"path":["jobs"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"status","value":"Cancelled"},{"key":"job_type","value":"template"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"984abe6c-230c-2f18-31bf-f0d1df3fd2b6\",\n    \"created_at\": \"2015-10-14T23:57:57.839Z\",\n    \"job_type\": \"question\",\n    \"status\": \"None\",\n    \"current_worker\": \"transcription_nb\",\n    \"current_worker_status\": \"Success\",\n    \"current_step\": 1711,\n    \"total_steps\": 3215\n  },\n  {\n    \"id\": \"c24a4a68-af52-edd4-1163-2dfdf63cc9b7\",\n    \"created_at\": \"1969-12-15T04:53:29.294Z\",\n    \"job_type\": \"mediastore\",\n    \"status\": \"None\",\n    \"current_worker\": \"templater\",\n    \"current_worker_status\": \"Pending\",\n    \"current_step\": 5354,\n    \"total_steps\": 2333\n  }\n]"},{"id":"d95f4b51-356a-4389-b406-6759618e6a02","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/jobs?limit=10&offset=0&status=Cancelled&job_type=template","host":["{{baseUrl}}"],"path":["jobs"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"status","value":"Cancelled"},{"key":"job_type","value":"template"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        7029,\n        8987\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"9a6333a7-aeae-47d9-8b3a-5b602b61b844"},{"name":"Get Running SrtBurnIn Jobs","id":"5f9d30fb-3fba-426f-83c0-227bb89fe282","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{host}}/jobs","description":"<p>Get multiple jobs with pagination and optional filtering.</p>\n<ul>\n<li><strong>limit</strong>: Maximum number of jobs to return (default: 10, max: 100)</li>\n<li><strong>offset</strong>: Number of jobs to skip (default: 0)</li>\n<li><strong>status</strong>: Filter by status (can specify multiple)</li>\n<li><strong>job_type</strong>: Filter by job type</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["jobs"],"host":["{{host}}"],"query":[{"disabled":true,"key":"limit","value":"10"},{"disabled":true,"key":"offset","value":"0"},{"disabled":true,"key":"status","value":"Cancelled"},{"disabled":true,"key":"status","value":"Cancelled"},{"disabled":true,"key":"job_type","value":"template"}],"variable":[]}},"response":[{"id":"b3290b6e-5310-44a3-87e1-0502dc1c88db","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/jobs?limit=10&offset=0&status=Cancelled&job_type=template","host":["{{baseUrl}}"],"path":["jobs"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"status","value":"Cancelled"},{"key":"job_type","value":"template"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"984abe6c-230c-2f18-31bf-f0d1df3fd2b6\",\n    \"created_at\": \"2015-10-14T23:57:57.839Z\",\n    \"job_type\": \"question\",\n    \"status\": \"None\",\n    \"current_worker\": \"transcription_nb\",\n    \"current_worker_status\": \"Success\",\n    \"current_step\": 1711,\n    \"total_steps\": 3215\n  },\n  {\n    \"id\": \"c24a4a68-af52-edd4-1163-2dfdf63cc9b7\",\n    \"created_at\": \"1969-12-15T04:53:29.294Z\",\n    \"job_type\": \"mediastore\",\n    \"status\": \"None\",\n    \"current_worker\": \"templater\",\n    \"current_worker_status\": \"Pending\",\n    \"current_step\": 5354,\n    \"total_steps\": 2333\n  }\n]"},{"id":"3f637487-6d20-4047-ba48-5aea1de7364b","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/jobs?limit=10&offset=0&status=Cancelled&job_type=template","host":["{{baseUrl}}"],"path":["jobs"],"query":[{"key":"limit","value":"10"},{"key":"offset","value":"0"},{"key":"status","value":"Cancelled"},{"key":"job_type","value":"template"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        7029,\n        8987\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"5f9d30fb-3fba-426f-83c0-227bb89fe282"}],"id":"8a260ab8-32e6-454f-922f-56fb0f863463","_postman_id":"8a260ab8-32e6-454f-922f-56fb0f863463","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}}},{"name":"Template","item":[{"name":"Create Template Job","event":[{"listen":"test","script":{"id":"fc07a620-9bd3-4b2e-ad25-47b850ef23b8","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"last_posted_template\", jsonData.id);\r","pm.environment.set(\"last_created_job\", jsonData.id)\r",""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"9441b66b-e532-4c30-9e3d-331e487ac9a5","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"88d436e5-42fb-4738-ae27-bf4a8456ecc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"meeting_title\": \"utredningsm_te-jennie_hallden_trollhattan_se-2025-06-03T12_36_50.web-video.mp4\",\n        \"meeting_date\": \"2026-02-16T14:38:53.501Z\"\n    },\n    \"deduplicate_answers\": false,\n    \"template_language\": \"sv\",\n    \"questions\": [\n        {\n            \"id\": \"11111111-1111-1111-1111-111111111111\",\n            \"title\": \"Deltagarlista\",\n            \"question_text\": \"Under mötet, har deltagarna presenterat sig med namn? Om nej, returnera en lista med ett enda objekt som säger att det inte fanns någon deltagarlista. Om ja, returnera en lista över de som var närvarande. Använd de namn som deltagarna själva uppger, samt roll för dem som anger en. Använd formatet 'Namn, Roll' i listan.\",\n            \"question_type\": \"bullet_list\"\n        },\n        {\n            \"id\": \"22222222-2222-2222-2222-222222222222\",\n            \"title\": \"Agendapunkter\",\n            \"question_text\": \"Din uppgift är att extrahera en minimal lista med hög-nivå agendapunkter från ett mötesprotokoll.\\\\n\\\\nDessa punkter används endast som behållare för senare sammanfattningar. De bör representera distinkta områden av beslut, ansvar eller förändring, inte samtalets flöde.\\\\n\\\\nRiktlinjer:\\\\n- Föredra färre, bredare punkter framför många snäva\\\\n- Slå ihop nära relaterade diskussioner till en punkt\\\\n- Inkludera inte procedur- eller rutinpunkter (t.ex. presentationer, bekräftelser, frågor utan resultat)\\\\n- Skapa inte separata punkter för bakgrund, förklaringar eller upprepade diskussioner om samma ämne\\\\n\\\\nHeuristik:\\\\n- En ny punkt bör endast existera om borttagning skulle orsaka betydande informationsförlust\\\\n- Om mötet inte är mycket långt (mer än en timme) och/eller följer en explicit agenda med flera oberoende punkter, returnera aldrig fler än 6 punkter.\\\\n\\\\nRegler för utdata:\\\\n- Returnera en enkel numrerad lista\\\\n- Varje punkt bör vara en kort nominalfras eller sats (inte ett stycke)\\\\n- Inkludera inte förklaringar, underpunkter eller kommentarer\\\\n\\\\nTranskriptet följer nedan.\",\n            \"question_type\": \"fanout\",\n            \"fanout\": {\n                \"child_template\": \"Din uppgift är att extrahera endast den information som måste komma ihåg senare om en enskild mötespunkt för formella mötesanteckningar.\\\\n\\\\nAnta att läsaren aldrig kommer att läsa transkriptet och inte har tid. Allt som inte förändrar förståelse, skyldigheter eller framtida åtgärder måste utelämnas.\\\\n\\\\nInkludera endast:\\\\n- Beslut som fattats\\\\n- Åtgärder som överenskommits eller initierats\\\\n- Begränsningar, avslag eller ramar som påverkar framtida arbete\\\\n- Icke-uppenbara fakta som materiellt förändrar situationen\\\\n\\\\nExkludera uttryckligen:\\\\n- Bakgrundsförklaringar\\\\n- Medicinska, personliga eller situationsdetaljer om de inte direkt påverkar ett beslut\\\\n- Rutinkontroller, överenskommelser eller avsaknad av oenighet\\\\n- Upprepa vad punkten handlar om\\\\n\\\\nRegler för utdata:\\\\n- Skriv totalt 2–5 korta meningar\\\\n- Varje mening måste stå för sig själv och förmedla ny information\\\\n- Ingen rubrik, inga listor, ingen meta-kommentar\\\\n- Förklara inte varför något diskuterades — endast vad som kom ut av det\\\\n\\\\nOm inget betydande hände för denna punkt, skriv en enda mening som anger att inga beslut eller åtgärder resulterade.\\\\n\\\\nPunkt: {{item}}\",\n                \"child_type\": \"general_question\"\n            }\n        },\n        {\n            \"id\": \"33333333-3333-3333-3333-333333333333\",\n            \"title\": \"Åtgärdspunkter\",\n            \"question_text\": \"Fanns det några specifika åtgärdspunkter som togs upp under mötet? En åtgärdspunkt är en liten uppgift som en viss person eller undergrupp ansvarar för. Större projekt är inte åtgärdspunkter. Om några åtgärdspunkter togs upp, vänligen lista dem. Om ansvarig person eller undergrupp är känd, inkludera det, men lista inte vem som diskuterade punkten, bara vem som är ansvarig. Om inga åtgärdspunkter nämndes, returnera en lista med ett enda objekt som anger att det inte fanns några åtgärdspunkter. Formatera åtgärdspunkterna så här: <Ansvarig person eller team>: <Åtgärdspunkt>.\",\n            \"question_type\": \"bullet_list\"\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{host}}/file/:file_id/template","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["file",":file_id","template"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"{{last_posted_chunked_file}}","key":"file_id"}]}},"response":[{"id":"5b8c9212-65d8-4a3a-839d-c2985dc0a3ba","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"file_id\": \"60fe7f5a-8cb2-8f4f-7a23-d4e1da551719\",\n  \"metadata\": {\n    \"meeting_title\": null,\n    \"meeting_date\": null,\n    \"duration\": null\n  },\n  \"template_language\": \"string\",\n  \"questions\": [\n    {\n      \"id\": \"b29e4bf0-0d66-4062-d076-012ea2ac537d\",\n      \"title\": \"string\",\n      \"prompt\": \"string\",\n      \"system_prompt_id\": \"e8d3a353-cb43-c6ac-484d-89af55838407\",\n      \"additional_context\": null,\n      \"example_response\": \"string\",\n      \"dependencies\": [\n        \"cb116490-f4cf-58fe-83d1-2565df3ad141\",\n        \"1664013e-00f1-2f11-b859-3b0b2d3d8b1e\"\n      ]\n    },\n    {\n      \"id\": \"86345f69-1830-b6da-e8bb-9ba6ef397d5e\",\n      \"title\": \"string\",\n      \"prompt\": \"string\",\n      \"system_prompt_id\": \"16fe40af-175b-b8aa-0ad7-23c5cde4260a\",\n      \"additional_context\": null,\n      \"example_response\": null,\n      \"dependencies\": null\n    }\n  ],\n  \"meeting_context\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/templater"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"7b59a6a7-6ffa-d55a-5024-12dadddfa5b5\",\n  \"file_id\": \"5adbf0ed-dc7a-2cdb-437a-3650e490cca4\",\n  \"created_at\": \"1959-10-21T21:10:53.663Z\",\n  \"job_type\": \"mediastore\",\n  \"status\": \"Cancelled\",\n  \"current_worker\": \"post_segmenter\",\n  \"current_worker_status\": \"Pending\",\n  \"current_step\": 7059,\n  \"total_steps\": 8415,\n  \"template_fields\": {\n    \"file_id\": \"d7a99107-9a57-b7f9-01ce-837e9cbbab25\",\n    \"transcript\": \"string\",\n    \"metadata\": {\n      \"meeting_title\": \"string\",\n      \"meeting_date\": \"1974-05-06T12:38:20.191Z\",\n      \"duration\": 5135.835451932687\n    },\n    \"template_language\": \"string\",\n    \"questions\": [\n      {\n        \"id\": \"e3f1e397-2e9d-3ae1-3c70-b192bd493432\",\n        \"title\": \"string\",\n        \"prompt\": \"string\",\n        \"system_prompt_id\": \"8f08c94d-b8b8-5a61-1979-608676282bd5\",\n        \"additional_context\": null,\n        \"example_response\": \"string\",\n        \"dependencies\": [\n          \"367fd3a4-393f-a64a-27f1-aa4167c621d6\",\n          \"71831ab6-11b7-fdc9-fa86-3b5b741e096e\"\n        ]\n      },\n      {\n        \"id\": \"5f4b39ae-0549-5114-e14f-184845eeb924\",\n        \"title\": \"string\",\n        \"prompt\": \"string\",\n        \"system_prompt_id\": \"32c1ee90-6c18-0232-8e6b-90e98c4bb9c5\",\n        \"additional_context\": null,\n        \"example_response\": null,\n        \"dependencies\": null\n      }\n    ],\n    \"meeting_context\": null,\n    \"response\": [\n      {\n        \"key_0\": \"string\"\n      },\n      {\n        \"key_0\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"2ced1128-37a4-4df8-a540-ccf810161bf3","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"file_id\": \"60fe7f5a-8cb2-8f4f-7a23-d4e1da551719\",\n  \"metadata\": {\n    \"meeting_title\": null,\n    \"meeting_date\": null,\n    \"duration\": null\n  },\n  \"template_language\": \"string\",\n  \"questions\": [\n    {\n      \"id\": \"b29e4bf0-0d66-4062-d076-012ea2ac537d\",\n      \"title\": \"string\",\n      \"prompt\": \"string\",\n      \"system_prompt_id\": \"e8d3a353-cb43-c6ac-484d-89af55838407\",\n      \"additional_context\": null,\n      \"example_response\": \"string\",\n      \"dependencies\": [\n        \"cb116490-f4cf-58fe-83d1-2565df3ad141\",\n        \"1664013e-00f1-2f11-b859-3b0b2d3d8b1e\"\n      ]\n    },\n    {\n      \"id\": \"86345f69-1830-b6da-e8bb-9ba6ef397d5e\",\n      \"title\": \"string\",\n      \"prompt\": \"string\",\n      \"system_prompt_id\": \"16fe40af-175b-b8aa-0ad7-23c5cde4260a\",\n      \"additional_context\": null,\n      \"example_response\": null,\n      \"dependencies\": null\n    }\n  ],\n  \"meeting_context\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"{{baseUrl}}/templater"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        7029,\n        8987\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"},{"id":"495260d4-8643-48a1-a274-058ab7387fd1","name":"Insurance N you Template","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"meeting_title\": \"Insurance call with Diana\",\n        \"meeting_date\": \"2025-04-04\"\n    },\n    \"template_language\": \"en\",\n    \"questions\": [\n        {\n            \"id\": \"00000000-0000-0000-0000-000000000000\",\n            \"title\": \"Summary\",\n            \"prompt\": \"Provide a 10 sentence summary of the call. In the summary, include the covered doctors, benefits of the plan such as Part B giveback, spending allowance amount, dental amount, and low copays. Whenever applicable, add a sentence regarding the outcome of the call - was the agent able to convince the person to switch to the offered insurance provider?\",\n            \"question_type\": \"general_question\",\n            \"additional_context\": \"The call was about medical insurance and it is important to ensure that the summary is accurate and does not contain any information that is not present in the transcript.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"11111111-1111-1111-1111-111111111111\",\n            \"title\": \"Discussed Topics\",\n            \"prompt\": \"Which of the following topics listed in the question metadata were discussed during the call? The order does not matter, simply list the topics that were covered, ideally with timestamp of when the topic was discussed.\",\n            \"question_type\": \"bullet_list\",\n            \"additional_context\": \"Medicaid, Plan Premium, Medical Deductible, Max Out of Pocket, Drug Deductible, PPO plan or HMO plan, Ambulance Copay, Dental coverage, Lab Copay, Primary care copay, Specialist copay, Drug/Medication Cost, Part B giveback, Emergency care copay, Outpatient Services/Surgery, Over the Counter Benefits/ Food benefits/Flex Benefits, Preventative care copay, Urgent Care Copay, Inpatient Hospital Copay, Drug Tier Copays, Transportation, Preventative care\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"22222222-2222-2222-2222-222222222222\",\n            \"title\": \"Medicare\",\n            \"prompt\": \"Did the agent ask for Medicare Parts A and B within the first 30 seconds of the call when the agent joins the call?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"33333333-3333-3333-3333-333333333333\",\n            \"title\": \"Zip Code\",\n            \"prompt\": \"Did the agent ask for the customer's zip code within the first 30 seconds of the call when the agent joins the call?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above. Zip code is needed to provide the customer with a quote for the insurance plan.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"707165ae-d939-4902-8566-899e3748c64b\",\n            \"title\": \"Reason for Calling\",\n            \"prompt\": \"What is the reason for the customer calling?\",\n            \"question_type\": \"general_question\",\n            \"additional_context\": \"The reason for call might stated during the call or inferred from the conversation, based on the benefits and plans discussed by the agent and the customer. Usually the reasons are Food, dental, insurance plan benefits update.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"44444444-4444-4444-4444-444444444444\",\n            \"title\": \"Chronic Conditions\",\n            \"prompt\": \"Did the agent ask if the customer has any chronic conditions?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"55555555-5555-5555-5555-555555555555\",\n            \"title\": \"Medicaid\",\n            \"prompt\": \"Did the agent ask if the customer has medicaid?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"66666666-6666-6666-6666-666666666666\",\n            \"title\": \"Primary Care Doctor\",\n            \"prompt\": \"Did the agent ask for the customer's primary care doctor's name?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"77777777-7777-7777-7777-777777777777\",\n            \"title\": \"Doctor in Network\",\n            \"prompt\": \"Did the agent mention whether customer's doctor is in the discussed network?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"88888888-8888-8888-8888-888888888888\",\n            \"title\": \"Specific Pharmacy\",\n            \"prompt\": \"Did the agent ask about if the customer uses a certain pharmacy?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"99999999-9999-9999-9999-999999999999\",\n            \"title\": \"Alternative Phone Number\",\n            \"prompt\": \"Did the agent ask for the customer's alternative phone number?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa\",\n            \"title\": \"Company Phone Number\",\n            \"prompt\": \"Did the agent provide the customer with the company's phone number 1-800-490-3814?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The phone number has to be provided correctly, but note that it might sometimes be misspelled by the transcriber or it might be missing from the transcript due to technical error. If at least part of the number match, don't conclude that the provided number was incorrect - rather state that the transcript might be incorrect and needs to be verified. In addition, check for the number in the entire transcript, not just the first phone number you find.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb\",\n            \"title\": \"Cards Confirmation\",\n            \"prompt\": \"Did agent let the caller know that we will be calling to make sure they got their cards?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"cccccccc-cccc-cccc-cccc-cccccccccccc\",\n            \"title\": \"Enrollment Code\",\n            \"prompt\": \"Did agent ask for the customer's enrolment code?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"d07ac31f-2057-48ad-b162-231f8a4df5fa\",\n            \"title\": \"Permission to Record Enrollment\",\n            \"prompt\": \"Scan the conversation to check if the agent ask for the customer's permission to record the enrolment?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The agent needs to ask for the customer's permission to record the enrolment to ensure that the call is compliant with the law. The permission should be explicit.\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"75f844e0-0cb1-49f3-b5d4-5db09c7476ea\",\n            \"title\": \"Benefits of the Plan\",\n            \"prompt\": \"Did agent ask for the customer's permission to review the benefits of the plan?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"The wording might be something similar to It's important that you understand the benefits included in your plan. Would you like to review them before we continue?\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"5ea22e82-4a9f-487e-9050-7386fac5e4f3\",\n            \"title\": \"Benefits Premium Change\",\n            \"prompt\": \"Did agent inform the customer that benefits, premiums, and/or copayments/co-insurance may change on January 1?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"5b931280-fa3d-4f9a-b804-973ab193c6b4\",\n            \"title\": \"Enroll in one Plan Only\",\n            \"prompt\": \"Did agent inform the customer that they may enroll in only one Medicare Advantage or Medicare Part D plan at a time?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"c5d1bab5-d8d3-403a-93f6-fe13ff327825\",\n            \"title\": \"Summary of Benefits\",\n            \"prompt\": \"Did agent inform the customer where the summary of benefits and STAR rating for this plan can be found?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"85f9d930-1dfd-4ead-86e3-f6fa65e0098d\",\n            \"title\": \"Not Every Plan Available in Area\",\n            \"prompt\": \"Did agent inform the customer that not every plan is available in their area? The agent should inform the customer that not every plan is available in their area and they should contact Medicare.gov or 1–800–MEDICARE for more information.\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"9c57d73e-9fba-43db-b29b-bced2e4dfdab\",\n            \"title\": \"Keep Parts A and B\",\n            \"prompt\": \"Did agent inform the customer that once enrolled, they must keep both Hospital (Part A) and Medical (Part B).  The agent must read the following disclosure: Once you enroll in a Medicare Advantage plan, you must keep both Hospital (Part A) and Medical (Part B).  The text might differ slightly.\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"9b77d7a5-1229-46fc-b618-8d37114bc2eb\",\n            \"title\": \"Other Prescription Coverage\",\n            \"prompt\": \"Did agent ask if the customer will have any other prescription drug coverage when this plan becomes effective?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"416be86b-9c18-47fd-bfa5-9e7d0ea5df79\",\n            \"title\": \"Medicare Advantage Plan\",\n            \"prompt\": \"Did agent confirm that the customer understands this is a Medicare Advantage plan and not a Medicare Supplement plan?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"c6ccc2e0-af81-4eb9-90be-b2f60eeb3873\",\n            \"title\": \"Getting Started Guide\",\n            \"prompt\": \"Did agent inform the customer that they will receive a Getting Started Guide including the Evidence of Coverage document?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"c2e27b47-5d5a-4886-8bba-dc9b119fcd6a\",\n            \"title\": \"Late Enrolment Penalty\",\n            \"prompt\": \"Did agent inform the customer about the potential late enrolment penalty for not signing up for credible prescription drug coverage?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"fd046037-9273-47ae-9ccd-da5b7a747eb1\",\n            \"title\": \"Extra Help Eligibility\",\n            \"prompt\": \"Did agent inform the customer about the possibility of qualifying for Extra Help with prescription drug premiums and costs?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"2feca5e2-9afe-4910-8ab1-9c6c9b8744a8\",\n            \"title\": \"Electronic Transaction Verification\",\n            \"prompt\": \"Did agent confirm that the customer is enrolling using an electronic transaction verified by an electronic signature?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"e236f3ef-b716-4836-9bd1-ccc0451a816b\",\n            \"title\": \"Electronic Transaction Agreement\",\n            \"prompt\": \"Did agent confirm that the agreement to use an electronic transaction only applies to this enrolment?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"508b33ae-d987-4920-9124-d9aad213fdec\",\n            \"title\": \"Cancel Electronic Agreement\",\n            \"prompt\": \"Did agent inform the customer that they may request to cancel the agreement to an electronic transaction?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"68d0d92c-a0b3-47d0-a94e-3a2895ad0b33\",\n            \"title\": \"Employer Union Coverage Loss\",\n            \"prompt\": \"Did agent inform the customer that they could lose employer or union healthcare coverage if they join?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"32a4a719-37be-45ca-a7fd-eeed920226e4\",\n            \"title\": \"Information Sharing Acknowledgment\",\n            \"prompt\": \"Did agent confirm that the customer acknowledges information sharing with Medicare and other plans?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"60b07eb4-fd9e-4cb2-90c7-c3c0f5caf1cd\",\n            \"title\": \"Enrolment Period Restriction\",\n            \"prompt\": \"Did agent inform the customer that enrolment in this plan is usually for an entire year?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"e20084f7-6ffe-4b2c-a96a-5485c00b067e\",\n            \"title\": \"Right to Appeal\",\n            \"prompt\": \"Did agent inform the customer about their right to appeal plan decisions?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"88e1e6e4-da42-49b5-8a3c-511466d563ba\",\n            \"title\": \"Out of Country Coverage\",\n            \"prompt\": \"Did agent inform the customer that Medicare doesn't generally cover beneficiaries out of the country?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"113d9228-d56c-492c-8661-46b099f0fe71\",\n            \"title\": \"Correct Information Provided\",\n            \"prompt\": \"Did agent inform the customer that out-of-network/non-contracted providers are not obligated to treat Plan members?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"46c6defe-5236-471e-91d2-905b316afd62\",\n            \"title\": \"Right to File Complaint\",\n            \"prompt\": \"Did agent inform the customer about their right to file a complaint regarding the quality of care or services?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"7af766c5-2167-4eda-91dd-40a4a959556f\",\n            \"title\": \"Plan Coverage Acknowledgment\",\n            \"prompt\": \"Did agent confirm that the customer understands they must get all medical and prescription drug benefits from their carrier once coverage begins?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"0a7fce0c-a27b-445f-8eb3-5f1113ef7525\",\n            \"title\": \"Enrolment Completion\",\n            \"prompt\": \"Did agent ask the customer to state their name, date of birth, and agreement to complete enrolment now? THIS IS ARGUABLY THE MOST IMPORTANT QUESTION IN THE WHOLE CALL. MAKE SURE YOU GET THIS ONE RIGHT.\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"8a1dcc4b-047f-4d31-9067-b2d8a67c7a1e\",\n            \"title\": \"Out of Network Providers\",\n            \"prompt\": \"Did the agent inform the customer about out-of-network/non-contracted providers are not obligated to treat plan members, except in emergency situations?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"Disclosure text: Out-of-network/non-contracted providers are not obligated to treat Plan members, except in emergency situations\",\n            \"example_response\": null,\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"1a8928c4-ab88-4930-a15a-ba004df8473b\",\n            \"title\": \"Authorization to Make Own Decision\",\n            \"prompt\": \"Did the agent ask the customer if they are authorized to make their own healthcare decisions, or if they have a Power of Attorney/authorized representative?\",\n            \"question_type\": \"table_entry\",\n            \"additional_context\": \"Disclosure text: Do you make your own healthcare decisions, or do you have a Power of Attorney/authorized representative?\",\n            \"example_response\": null,\n            \"dependencies\": []\n        }\n    ],\n    \"meeting_context\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{host}}/file/:file_id/template","host":["{{host}}"],"path":["file",":file_id","template"],"variable":[{"key":"file_id","value":"952ee9e6-a720-4051-a9a6-f56650ad6edf"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"66a4940d-c151-4938-8d42-5b572f0ce341","name":"Pål Jonsson - Folk och Försvar","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"meeting_title\": \"Insurance call\",\n        \"meeting_date\": \"2025-04-04\"\n    },\n    \"template_language\": \"en\",\n    \"meeting_context\": \"\",\n    \"questions\": [\n        {\n            \"id\": \"cbcd81c8-4327-5a32-9178-54d4663b4ef0\",\n            \"title\": \"Summary\",\n            \"question_text\": \"Provide a 10 sentence summary of the call. In the summary, include the covered doctors, benefits of the plan such as Part B giveback, spending allowance amount, dental amount, and low copays. Whenever applicable, add a sentence regarding the outcome of the call - was the agent able to convince the person to switch to the offered insurance provider?\",\n            \"question_type\": \"general_question\",\n            \"additional_context\": \"The call was about medical insurance and it is important to ensure that the summary is accurate and does not contain any information that is not present in the transcript.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"f670c142-75cf-5d46-81c4-b2bfac451262\",\n            \"title\": \"Discussed Topics\",\n            \"question_text\": \"Which of the following topics listed in the question metadata were discussed during the call? The order does not matter, simply list the topics that were covered, ideally with timestamp of when the topic was discussed.\",\n            \"question_type\": \"bullet_list\",\n            \"additional_context\": \"Medicaid, Plan Premium, Medical Deductible, Max Out of Pocket, Drug Deductible, PPO plan or HMO plan, Ambulance Copay, Dental coverage, Lab Copay, Primary care copay, Specialist copay, Drug/Medication Cost, Part B giveback, Emergency care copay, Outpatient Services/Surgery, Over the Counter Benefits/ Food benefits/Flex Benefits, Preventative care copay, Urgent Care Copay, Inpatient Hospital Copay, Drug Tier Copays, Transportation, Preventative care\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"50aa6b4f-9d9e-5842-9888-84d0e51ae97f\",\n            \"title\": \"Medicare\",\n            \"question_text\": \"Did the agent ask for Medicare Parts A and B within the first 30 seconds of the call when the agent joins the call?\\\"\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\\nThe call might start by a customer support representative connecting a customer to an agent. In this case, the time should be counted from the moment the agent joins the call.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"f466851c-c18d-5167-844c-7d85720a0230\",\n            \"title\": \"Zip Code\",\n            \"question_text\": \"Did the agent ask for the customer's zip code within the first 30 seconds of the call when the agent joins the call?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\\nZip code is needed to provide the customer with a quote for the insurance plan. The call might start by a customer support representative connecting a customer to an agent. In this case, the time should be counted from the moment the agent joins the call..\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"5dd132ad-9c5d-42d6-a5f3-ef75d42c3093\",\n            \"title\": \"Reason for Calling\",\n            \"question_text\": \"What is the reason for the customer calling?\",\n            \"question_type\": \"general_question\",\n            \"additional_context\": \"The reason for call might stated during the call or inferred from the conversation, based on the benefits and plans discussed by the agent and the customer. Usually the reasons are Food, dental, insurance plan benefits update.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"889ca4e6-3b87-5948-8b34-c468602715c9\",\n            \"title\": \"Chronic Conditions\",\n            \"question_text\": \"Did the agent ask if the customer has any chronic conditions?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"355ed9a0-81f3-5ec8-809d-7f8949fefe9d\",\n            \"title\": \"Medicaid\",\n            \"question_text\": \"Did the agent ask if the customer has medicaid?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"8427537e-4d2d-5ab9-905b-3f159b74d6ac\",\n            \"title\": \"Primary Care Doctor\",\n            \"question_text\": \"Did the agent ask for the customer's primary care doctor's name?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"d017d22f-c1f4-5cba-b3c1-b9916de60d36\",\n            \"title\": \"Doctor in Network\",\n            \"question_text\": \"Did the agent mention whether customer's doctor is in the discussed network?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"c7ad7ce0-f885-5f9f-9af3-f045138defca\",\n            \"title\": \"Specific Pharmacy\",\n            \"question_text\": \"Did the agent ask about if the customer uses a certain pharmacy?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"591dd5db-0a4d-5eb0-8f1a-9ee72ff57092\",\n            \"title\": \"Alternative Phone Number\",\n            \"question_text\": \"Did the agent ask for the customer's alternative phone number?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"6ee2716f-9da4-5013-b912-df58d16f7276\",\n            \"title\": \"Company Phone Number\",\n            \"question_text\": \"Did the agent provide the customer with the company's phone number 1-800-490-3814?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The phone number has to be provided correctly, but note that it might sometimes be misspelled by the transcriber or it might be missing from the transcript due to technical error. If at least part of the number match, don't conclude that the provided number was incorrect - rather state that the transcript might be incorrect and needs to be verified. In addition, check for the number in the entire transcript, not just the first phone number you find. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"97be7579-17ea-5bb1-bba5-5d853748ae19\",\n            \"title\": \"Cards Confirmation\",\n            \"question_text\": \"Did agent let the caller know that we will be calling to make sure they got their cards?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"78af0a19-43e0-5dc5-a752-68a6e83128db\",\n            \"title\": \"Enrollment Code\",\n            \"question_text\": \"Did agent ask for the customer's enrolment code?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The agent has a list of questions they must ask during the call to ensure that they can provide best possible plan for the potential customer. Scan the conversation to make sure that the agent has asked the customer to provide the information specified in the prompt above. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"5429c5b7-c0c4-580e-ab44-093003ad54f4\",\n            \"title\": \"Topics Bullet List\",\n            \"question_text\": \"For all the topics identified in the Discussed Topics question, format them to be a bullet list in the github-flavored markdown, with the Discussed Topics being the header and each topic being a bullet point. Make sure that you provide the appropriate timestamp for each topic. \",\n            \"question_type\": \"bullet_list\",\n            \"additional_context\": \"This will be included into the report that will be created for this conversation based on your responses, so please make sure that you format the numbered bullet list correctly.\",\n            \"dependencies\": [\n                \"f670c142-75cf-5d46-81c4-b2bfac451262\"\n            ]\n        },\n        {\n            \"id\": \"40aa0858-a78e-50db-93e1-ab0fa887029f\",\n            \"title\": \"Question/Mention Checklist\",\n            \"question_text\": \"Format all the relevant previous questions into a github-flavored markdown table with the following structure: \\n| Topic | Mentioned | Timestamp |\\nAll you need to do is go through the relevant answers, extract the Topic (the ID of question), and then take the Mentioned and Timestamp data from the answer. \",\n            \"question_type\": \"table\",\n            \"additional_context\": \"The previous answers are formatted in a way that if the answer was Yes, there will be a timestamp, and if No - there will be a dash. Please ensure that the entire table is formatted correctly and can be rendered in github-flavored markdown.\",\n            \"dependencies\": [\n                \"f466851c-c18d-5167-844c-7d85720a0230\",\n                \"50aa6b4f-9d9e-5842-9888-84d0e51ae97f\",\n                \"889ca4e6-3b87-5948-8b34-c468602715c9\",\n                \"355ed9a0-81f3-5ec8-809d-7f8949fefe9d\",\n                \"8427537e-4d2d-5ab9-905b-3f159b74d6ac\",\n                \"d017d22f-c1f4-5cba-b3c1-b9916de60d36\",\n                \"c7ad7ce0-f885-5f9f-9af3-f045138defca\",\n                \"591dd5db-0a4d-5eb0-8f1a-9ee72ff57092\",\n                \"6ee2716f-9da4-5013-b912-df58d16f7276\",\n                \"97be7579-17ea-5bb1-bba5-5d853748ae19\",\n                \"78af0a19-43e0-5dc5-a752-68a6e83128db\"\n            ]\n        },\n        {\n            \"id\": \"d2a339dd-1fbc-4481-9741-87877e6aee40\",\n            \"title\": \"Permission to Record Enrollment\",\n            \"question_text\": \"Scan the conversation to check if the agent ask for the customer's permission to record the enrolment?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The agent needs to ask for the customer's permission to record the enrolment to ensure that the call is compliant with the law. The permission should be explicit. Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"ea752ba6-4dca-4b2a-9ed6-85c9538dad4d\",\n            \"title\": \"Benefits of the Plan\",\n            \"question_text\": \"Did agent ask for the customer's permission to review the benefits of the plan?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"The wording might be something similar to It's important that you understand the benefits included in your plan. Would you like to review them before we continue? Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"737b5399-22f5-4278-bc99-e5bd449b44c4\",\n            \"title\": \"Benefits Premium Change\",\n            \"question_text\": \"Did agent inform the customer that benefits, premiums, and/or copayments/co-insurance may change on January 1?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"83133c81-1a18-4a04-8229-9aa611a8f052\",\n            \"title\": \"Enroll in one Plan Only\",\n            \"question_text\": \"Did agent inform the customer that they may enroll in only one Medicare Advantage or Medicare Part D plan at a time?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"85944a0f-4234-44cc-9592-12e78e632574\",\n            \"title\": \"Summary of Benefits\",\n            \"question_text\": \"Did agent inform the customer where the summary of benefits and STAR rating for this plan can be found?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"8b368173-cb65-4cbd-88a2-682a1ee8bd1b\",\n            \"title\": \"Not Every Plan Available in Area\",\n            \"question_text\": \"Did agent inform the customer that not every plan is available in their area? The agent should inform the customer that not every plan is available in their area and they should contact Medicare.gov or 1\\u2013800\\u2013MEDICARE for more information.\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"b4189a71-116e-4a37-81d8-ba910d6a8bad\",\n            \"title\": \"Keep Parts A and B\",\n            \"question_text\": \"Did agent inform the customer that once enrolled, they must keep both Hospital (Part A) and Medical (Part B).  The agent must read the following disclosure: Once you enroll in a Medicare Advantage plan, you must keep both Hospital (Part A) and Medical (Part B).  The text might differ slightly. \",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"03bf1672-b974-41c1-b12e-b8f85bdfae88\",\n            \"title\": \"Other Prescription Coverage \",\n            \"question_text\": \"Did agent ask if the customer will have any other prescription drug coverage when this plan becomes effective?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"e7c54ca4-3d13-4fd3-982c-4179e315e473\",\n            \"title\": \"Medicare Advantage Plan\",\n            \"question_text\": \"Did agent confirm that the customer understands this is a Medicare Advantage plan and not a Medicare Supplement plan?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"dc46ff07-814f-4339-9616-d8005bd3886a\",\n            \"title\": \"Getting Started Guide\",\n            \"question_text\": \"Did agent inform the customer that they will receive a Getting Started Guide including the Evidence of Coverage document?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"896ced41-5eef-49a7-95e0-fde57b9a4b61\",\n            \"title\": \"Late Enrolment Penalty\",\n            \"question_text\": \"Did agent inform the customer about the potential late enrolment penalty for not signing up for credible prescription drug coverage?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"7405a018-3cd5-47ef-9899-427e1f0023ab\",\n            \"title\": \"Extra Help Eligibility\",\n            \"question_text\": \"Did agent inform the customer about the possibility of qualifying for Extra Help with prescription drug premiums and costs?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"7daac808-1b9e-4d23-85fb-f727b80c3e35\",\n            \"title\": \"Electronic Transaction Verification\",\n            \"question_text\": \"Did agent confirm that the customer is enrolling using an electronic transaction verified by an electronic signature?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"f75c1ec9-b16c-4a0c-a5bc-2aec5d6c311f\",\n            \"title\": \"Electronic Transaction Agreement\",\n            \"question_text\": \"Did agent confirm that the agreement to use an electronic transaction only applies to this enrolment?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"14b0d76f-30b4-4f53-a004-c7f55d29d34c\",\n            \"title\": \"Cancel Electronic Agreement\",\n            \"question_text\": \"Did agent inform the customer that they may request to cancel the agreement to an electronic transaction?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"910a2b32-8af8-406b-8780-d9eb1a9651f3\",\n            \"title\": \"Employer Union Coverage Loss\",\n            \"question_text\": \"Did agent inform the customer that they could lose employer or union healthcare coverage if they join?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"bc6f1eb0-deee-4055-9cb6-c51594c2ddd2\",\n            \"title\": \"Information Sharing Acknowledgment\",\n            \"question_text\": \"Did agent confirm that the customer acknowledges information sharing with Medicare and other plans?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"801914bb-4f77-465d-853c-0a4559926b74\",\n            \"title\": \"Enrolment Period Restriction\",\n            \"question_text\": \"Did agent inform the customer that enrolment in this plan is usually for an entire year?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"c2b43ac1-9572-40f1-964c-e0ff42a85a05\",\n            \"title\": \"Right to Appeal\",\n            \"question_text\": \"Did agent inform the customer about their right to appeal plan decisions?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"db775ea6-1d7a-4ea5-b141-22bbb1f96f4c\",\n            \"title\": \"Out of Country Coverage \",\n            \"question_text\": \"Did agent inform the customer that Medicare doesn\\u2019t generally cover beneficiaries out of the country?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"71d529dd-d377-45e4-82bb-d95268549526\",\n            \"title\": \"Correct Information Provided\",\n            \"question_text\": \"Did agent inform the customer that out-of-network/non-contracted providers are not obligated to treat Plan members?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"dd81930b-3bd8-4de0-ba8f-08ccd2cb6d86\",\n            \"title\": \"Right to File Complaint\",\n            \"question_text\": \"Did agent inform the customer about their right to file a complaint regarding the quality of care or services?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"f0ae5161-234b-4f49-a536-d87247745c29\",\n            \"title\": \"Plan Coverage Acknowledgment\",\n            \"question_text\": \"Did agent confirm that the customer understands they must get all medical and prescription drug benefits from their carrier once coverage begins?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"821b1981-4033-4280-a987-41137edebbba\",\n            \"title\": \"Enrolment Completion\",\n            \"question_text\": \"Did agent ask the customer to state their name, date of birth, and agreement to complete enrolment now? THIS IS ARGUABLY THE MOST IMPORTANT QUESTION IN THE WHOLE CALL. MAKE SURE YOU GET THIS ONE RIGHT.\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"85feb1ca-00b2-49fc-a176-559b7cd60a0a\",\n            \"title\": \"Out of Network Providers\",\n            \"question_text\": \"Did the agent inform the customer about out-of-network/non-contracted providers are not obligated to treat plan members, except in emergency situations?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash. Disclosure text: Out-of-network/non-contracted providers are not obligated to treat Plan members, except in emergency situations\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"438ea0cd-0d8f-4000-a13b-55928f933a72\",\n            \"title\": \"Authorization to Make Own Decision\",\n            \"question_text\": \"Did the agent ask the customer if they are authorized to make their own healthcare decisions, or if they have a Power of Attorney/authorized representative?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": \"Structure your answer as a github flavored markdown with 3 fields: Question Name (taken from the question id),  answer (Yes or No), and if the answer is Yes - add timestamps in the HH:MM:SS format and be as precise with the timestamps as possible, if no, add a dash. Disclosure text: Do you make your own healthcare decisions, or do you have a Power of Attorney/authorized representative?\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"08911bcd-e5fb-59bc-9606-e03044abc06f\",\n            \"title\": \"Disclosures Checklist\",\n            \"question_text\": \"Format all the relevant previous questions into a github-flavored markdown table with the following structure: \\n| Topic | Mentioned | Timestamp |\\nAll you need to do is go through the relevant answers, extract the Topic (the ID of question), and then take the Mentioned and Timestamp data from the answer. \",\n            \"question_type\": \"table\",\n            \"additional_context\": \"The previous answers are formatted in a way that if the answer was Yes, there will be a timestamp, and if No - there will be a dash. Please ensure that the entire table is formatted correctly and can be rendered in github-flavored markdown.\",\n            \"dependencies\": []\n        },\n        {\n            \"id\": \"73cebc50-51ac-4bb5-8c39-4f6450f88871\",\n            \"title\": \"Scope of Appointment \",\n            \"question_text\": \"Did the agent read a scope of appointment before they went over any new plan information with the client?\",\n            \"question_type\": \"topic_mentioned\",\n            \"additional_context\": null,\n            \"dependencies\": []\n        }\n    ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{host}}/file/:file_id/template","host":["{{host}}"],"path":["file",":file_id","template"],"variable":[{"key":"file_id","value":"ffdf4bd0-2ec0-4a29-8d2a-313732d2f564"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b2a45ed7-b566-4304-bf6d-6424aaa90aef","name":"Mötesprotokoll","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"metadata\": {\n    \"meeting_title\": \"Mötessummering\",\n    \"meeting_date\": null\n  },\n  \"template_language\": \"sv\",\n  \"questions\": [\n    {\n      \"id\": \"11111111-1111-1111-1111-111111111111\",\n      \"title\": \"List of Attendees\",\n      \"question_text\": \"During the meeting, was a proper round of presentations done? If no, return an empty list. If yes, please return a list of people present. Use the names as they present them, as well as role for those who provide one. Use the format 'Name, Role' in the list.\",\n      \"question_type\": \"bullet_list\"\n    },\n    {\n      \"id\": \"22222222-2222-2222-2222-222222222222\",\n      \"title\": \"Agenda Topics\",\n      \"question_text\": \"Which topics were discussed in this meeting? Please return a list of single-line descriptions of all topics that were brought up. Ignore things that are obvious asides or are not part of the meeting itself. If the meeting circles back to a previous topic, do not list the topic twice.\",\n      \"question_type\": \"fanout\",\n      \"fanout\": {\n        \"child_template\": \"Summarise what was said in the meeting about '{{item}}'. Focus on any background provided, then arguments raised and if a decision is made, clarify what the decision was.\",\n        \"child_type\": \"general_question\"\n      }\n    },\n    {\n      \"id\": \"33333333-3333-3333-3333-333333333333\",\n      \"title\": \"Action Points\",\n      \"question_text\": \"Were there any specific action points to be taken that were brought up during the meeting? An action point is a small task that a given person or sub-team is responsible for. Larger projects are not action points. If any action points are brought up, please list them. If the person or sub-team responsible for the action point is known, please include that information. If no action points were mentioned, return an empty list.\",\n      \"question_type\": \"bullet_list\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"{{host}}/file/:file_id/template","host":["{{host}}"],"path":["file",":file_id","template"],"variable":[{"key":"file_id","value":"{{last_posted_chunked_file}}"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"88d436e5-42fb-4738-ae27-bf4a8456ecc1"},{"name":"Get Template Job","id":"15de8df2-0de5-4a8c-98c6-0255028d2887","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{host}}/file/:file_id/template/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["file",":file_id","template",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"{{last_posted_chunked_file}}","key":"file_id"},{"type":"any","value":"{{last_posted_template}}","key":"id"}]}},"response":[{"id":"f8a9dd53-2ff8-4c63-bc23-808c62ebd18e","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/templater/:id","host":["{{baseUrl}}"],"path":["templater",":id"],"variable":[{"key":"id","value":"c96be0c0-0a3a-865d-9788-df8b1bb19e02"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"7b59a6a7-6ffa-d55a-5024-12dadddfa5b5\",\n  \"file_id\": \"5adbf0ed-dc7a-2cdb-437a-3650e490cca4\",\n  \"created_at\": \"1959-10-21T21:10:53.663Z\",\n  \"job_type\": \"mediastore\",\n  \"status\": \"Cancelled\",\n  \"current_worker\": \"post_segmenter\",\n  \"current_worker_status\": \"Pending\",\n  \"current_step\": 7059,\n  \"total_steps\": 8415,\n  \"template_fields\": {\n    \"file_id\": \"d7a99107-9a57-b7f9-01ce-837e9cbbab25\",\n    \"transcript\": \"string\",\n    \"metadata\": {\n      \"meeting_title\": \"string\",\n      \"meeting_date\": \"1974-05-06T12:38:20.191Z\",\n      \"duration\": 5135.835451932687\n    },\n    \"template_language\": \"string\",\n    \"questions\": [\n      {\n        \"id\": \"e3f1e397-2e9d-3ae1-3c70-b192bd493432\",\n        \"title\": \"string\",\n        \"prompt\": \"string\",\n        \"system_prompt_id\": \"8f08c94d-b8b8-5a61-1979-608676282bd5\",\n        \"additional_context\": null,\n        \"example_response\": \"string\",\n        \"dependencies\": [\n          \"367fd3a4-393f-a64a-27f1-aa4167c621d6\",\n          \"71831ab6-11b7-fdc9-fa86-3b5b741e096e\"\n        ]\n      },\n      {\n        \"id\": \"5f4b39ae-0549-5114-e14f-184845eeb924\",\n        \"title\": \"string\",\n        \"prompt\": \"string\",\n        \"system_prompt_id\": \"32c1ee90-6c18-0232-8e6b-90e98c4bb9c5\",\n        \"additional_context\": null,\n        \"example_response\": null,\n        \"dependencies\": null\n      }\n    ],\n    \"meeting_context\": null,\n    \"response\": [\n      {\n        \"key_0\": \"string\"\n      },\n      {\n        \"key_0\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"685fd5fc-9fb8-493f-8f5c-de3592e64283","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/templater/:id","host":["{{baseUrl}}"],"path":["templater",":id"],"variable":[{"key":"id","value":"c96be0c0-0a3a-865d-9788-df8b1bb19e02"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        7029,\n        8987\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"15de8df2-0de5-4a8c-98c6-0255028d2887"},{"name":"Get Template Job Markdown","id":"614d6ae1-cf81-4501-948f-08b22d5ac585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{host}}/file/:file_id/template/:id/markdown","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["file",":file_id","template",":id","markdown"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"{{last_posted_file}}","key":"file_id"},{"type":"any","value":"{{last_posted_template}}","key":"id"}]}},"response":[{"id":"91e47ad9-945c-4c89-baa7-3498a2f1bbe3","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/templater/:id","host":["{{baseUrl}}"],"path":["templater",":id"],"variable":[{"key":"id","value":"c96be0c0-0a3a-865d-9788-df8b1bb19e02"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"7b59a6a7-6ffa-d55a-5024-12dadddfa5b5\",\n  \"file_id\": \"5adbf0ed-dc7a-2cdb-437a-3650e490cca4\",\n  \"created_at\": \"1959-10-21T21:10:53.663Z\",\n  \"job_type\": \"mediastore\",\n  \"status\": \"Cancelled\",\n  \"current_worker\": \"post_segmenter\",\n  \"current_worker_status\": \"Pending\",\n  \"current_step\": 7059,\n  \"total_steps\": 8415,\n  \"template_fields\": {\n    \"file_id\": \"d7a99107-9a57-b7f9-01ce-837e9cbbab25\",\n    \"transcript\": \"string\",\n    \"metadata\": {\n      \"meeting_title\": \"string\",\n      \"meeting_date\": \"1974-05-06T12:38:20.191Z\",\n      \"duration\": 5135.835451932687\n    },\n    \"template_language\": \"string\",\n    \"questions\": [\n      {\n        \"id\": \"e3f1e397-2e9d-3ae1-3c70-b192bd493432\",\n        \"title\": \"string\",\n        \"prompt\": \"string\",\n        \"system_prompt_id\": \"8f08c94d-b8b8-5a61-1979-608676282bd5\",\n        \"additional_context\": null,\n        \"example_response\": \"string\",\n        \"dependencies\": [\n          \"367fd3a4-393f-a64a-27f1-aa4167c621d6\",\n          \"71831ab6-11b7-fdc9-fa86-3b5b741e096e\"\n        ]\n      },\n      {\n        \"id\": \"5f4b39ae-0549-5114-e14f-184845eeb924\",\n        \"title\": \"string\",\n        \"prompt\": \"string\",\n        \"system_prompt_id\": \"32c1ee90-6c18-0232-8e6b-90e98c4bb9c5\",\n        \"additional_context\": null,\n        \"example_response\": null,\n        \"dependencies\": null\n      }\n    ],\n    \"meeting_context\": null,\n    \"response\": [\n      {\n        \"key_0\": \"string\"\n      },\n      {\n        \"key_0\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"5c6226d3-e029-4ba2-98c4-1f3ee5da9fd6","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/templater/:id","host":["{{baseUrl}}"],"path":["templater",":id"],"variable":[{"key":"id","value":"c96be0c0-0a3a-865d-9788-df8b1bb19e02"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        7029,\n        8987\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"614d6ae1-cf81-4501-948f-08b22d5ac585"},{"name":"Get Question Types","id":"97f63fea-b844-4757-a5ba-ccbf29f8c4c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"{{host}}/template/question-types","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["template","question-types"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a4f4cf92-25ea-4b33-8fdf-5b03be61e6ad","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/templater/:id","host":["{{baseUrl}}"],"path":["templater",":id"],"variable":[{"key":"id","value":"c96be0c0-0a3a-865d-9788-df8b1bb19e02"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"7b59a6a7-6ffa-d55a-5024-12dadddfa5b5\",\n  \"file_id\": \"5adbf0ed-dc7a-2cdb-437a-3650e490cca4\",\n  \"created_at\": \"1959-10-21T21:10:53.663Z\",\n  \"job_type\": \"mediastore\",\n  \"status\": \"Cancelled\",\n  \"current_worker\": \"post_segmenter\",\n  \"current_worker_status\": \"Pending\",\n  \"current_step\": 7059,\n  \"total_steps\": 8415,\n  \"template_fields\": {\n    \"file_id\": \"d7a99107-9a57-b7f9-01ce-837e9cbbab25\",\n    \"transcript\": \"string\",\n    \"metadata\": {\n      \"meeting_title\": \"string\",\n      \"meeting_date\": \"1974-05-06T12:38:20.191Z\",\n      \"duration\": 5135.835451932687\n    },\n    \"template_language\": \"string\",\n    \"questions\": [\n      {\n        \"id\": \"e3f1e397-2e9d-3ae1-3c70-b192bd493432\",\n        \"title\": \"string\",\n        \"prompt\": \"string\",\n        \"system_prompt_id\": \"8f08c94d-b8b8-5a61-1979-608676282bd5\",\n        \"additional_context\": null,\n        \"example_response\": \"string\",\n        \"dependencies\": [\n          \"367fd3a4-393f-a64a-27f1-aa4167c621d6\",\n          \"71831ab6-11b7-fdc9-fa86-3b5b741e096e\"\n        ]\n      },\n      {\n        \"id\": \"5f4b39ae-0549-5114-e14f-184845eeb924\",\n        \"title\": \"string\",\n        \"prompt\": \"string\",\n        \"system_prompt_id\": \"32c1ee90-6c18-0232-8e6b-90e98c4bb9c5\",\n        \"additional_context\": null,\n        \"example_response\": null,\n        \"dependencies\": null\n      }\n    ],\n    \"meeting_context\": null,\n    \"response\": [\n      {\n        \"key_0\": \"string\"\n      },\n      {\n        \"key_0\": \"string\"\n      }\n    ]\n  }\n}"},{"id":"8d7e4124-02e4-40d9-8717-7d528229abcc","name":"Validation Error","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"{{baseUrl}}/templater/:id","host":["{{baseUrl}}"],"path":["templater",":id"],"variable":[{"key":"id","value":"c96be0c0-0a3a-865d-9788-df8b1bb19e02"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"detail\": [\n    {\n      \"loc\": [\n        \"string\",\n        \"string\"\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    },\n    {\n      \"loc\": [\n        7029,\n        8987\n      ],\n      \"msg\": \"string\",\n      \"type\": \"string\"\n    }\n  ]\n}"}],"_postman_id":"97f63fea-b844-4757-a5ba-ccbf29f8c4c0"}],"id":"842f0d94-8c6b-4590-af4d-fa89920f7532","_postman_id":"842f0d94-8c6b-4590-af4d-fa89920f7532","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}}},{"name":"Subtitle Burn","item":[{"name":"Create Subtitle Burn Job","event":[{"listen":"test","script":{"id":"9d54a86a-1e06-4036-bf6f-645654becb08","exec":["var jsonData = pm.response.json();\r","pm.environment.set(\"last_posted_subtitle_burn_job\", jsonData.id);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"21460266-3eb3-4c9a-8435-e59701f96c39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"srt_content\": \"1\\n00:00:03,200 --> 00:00:14,960\\nspeaker_0: [Dialogue goes here]\\n\\n2\\n00:00:18,720 --> 00:00:19,040\\nspeaker_0: [Dialogue goes here]\",\r\n    \"font\": \"RobotoCondensed\",\r\n    \"transparent_background\": \"false\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/mediastore/:media_id/subtitle-burn","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["mediastore",":media_id","subtitle-burn"],"host":["{{host}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[{"type":"any","value":"{{last_posted_media}}","key":"media_id"}]}},"response":[],"_postman_id":"21460266-3eb3-4c9a-8435-e59701f96c39"},{"name":"Get Subtitle Burn Job Status","id":"4bb9a192-1bac-4782-a4d4-6bc6c4454b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/mediastore/:media_id/subtitle-burn/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}},"urlObject":{"path":["mediastore",":media_id","subtitle-burn",":id"],"host":["{{host}}"],"query":[],"variable":[{"type":"any","value":"{{last_posted_media}}","key":"media_id"},{"type":"any","value":"{{last_posted_subtitle_burn_job}}","key":"id"}]}},"response":[],"_postman_id":"4bb9a192-1bac-4782-a4d4-6bc6c4454b4a"}],"id":"76e616e6-5148-4810-9378-729aa251b57f","_postman_id":"76e616e6-5148-4810-9378-729aa251b57f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]},"isInherited":true,"source":{"_postman_id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","id":"45bf7b43-83b5-4ec2-a65e-5872a30ee350","name":"Core","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{license}}"}]}},"event":[{"listen":"prerequest","script":{"id":"c8342066-74ab-4119-82c1-c44fec7d4a61","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"985bf6cb-bff3-4755-b136-167b5df59d1d","type":"text/javascript","exec":[""]}}]}