{"info":{"_postman_id":"c8100722-9de8-4849-ae1e-c7472619c375","name":"VideoAsk","description":"<html><head></head><body><p>Welcome to the VideoAsk API documentation!</p>\n<p>Our APIs allow to create videoasks dynamically and retrieve data.</p>\n<p><strong>The best and most painless way to retrieve responses (in real-time), is to set up response webhooks in the \"Connect</strong> 🔌**\" tab of any of your videoasks inside the app.**</p>\n<p><img src=\"https://p-XwF1OejJ.b4.n0.cdn.getcloudapp.com/items/llu6N8mP/34927078-d29e-4306-a244-880a9e3f9332.gif?v=8f393425cbe3bb00be1c04b212b63578\" alt=\"\"></p>\n<p><a href=\"https://developers.videoask.com/#50000ed2-5e56-4747-b060-2dba7ef22991\">Check out the documentation</a><br>/ <a href=\"https://www.videoask.com/help/integrations/add-webhooks-to-your-videoasks\">See where to find webhooks</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"291373","collectionId":"c8100722-9de8-4849-ae1e-c7472619c375","publishedId":"SWTEdwrG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-12T14:17:08.000Z"},"item":[{"name":"Glossary of terms","item":[],"id":"741535e7-5ee6-4b38-9bc4-17cbc51b8d7b","description":"<p><strong>VideoAsk</strong></p>\n<p>The product/tool available at videoask.com</p>\n<p><strong>Form</strong> <em>(aka videoask)</em></p>\n<p>The video question sequence that can be created and sent using <strong>VideoAsk</strong>.</p>\n<p><strong>Question</strong> <em>(aka videoask step)</em></p>\n<p>An individual question/step from a <strong>form.</strong></p>\n<p><strong>Form Author</strong> <em>(aka creator)</em></p>\n<p>You! The person who creates the <strong>form</strong>.</p>\n<p><strong>Contact</strong> <em>(aka respondent)</em></p>\n<p>The person who responds to your <strong>form</strong>. </p>\n<p>If the <strong>Form</strong> has contact details collection enabled, the contact can have a <strong>name</strong>, an <strong>email</strong> and a <strong>phone number</strong> associated to it. </p>\n<p>Contacts get created on each page load of the videoask. \nAll the answers in the session will get associated with the same contact. \nHowever, if the person refreshes the page and answers the same videoask multiple times, then different contacts will be created.</p>\n<p>As the contact interacts with the videoask page, its status changes as shown in the following picture:\n<img src=\"https://res.cloudinary.com/videoask/image/upload/v1598441350/public-assets/videoask-contact-status-flow.png\" alt=\"videoask contact status flow\" /></p>\n<p><strong>Answer</strong> </p>\n<p>An individual answer from a <strong>contact</strong> to a question.</p>\n<p><strong>Response</strong></p>\n<p>The group of <strong>answers</strong> from a <strong>contact</strong> to a <strong>form</strong>.</p>\n<p><strong>Message</strong> <em>(aka reply)</em></p>\n<p>Can have two different <strong>author types</strong>:</p>\n<ul>\n<li><code>form_author</code>: messages sent from the <strong>form author</strong> to the <strong>contact.</strong></li>\n<li><code>contact</code>: messages sent from the <strong>contact</strong> to the form_author.</li>\n</ul>\n<p><strong>Conversation</strong></p>\n<p>The group of <strong>messages</strong> between a creator and a respondent.</p>\n<p><strong>Interaction</strong></p>\n<p>All-encompassing term of any interaction with a <strong>contact</strong> (answers &amp; messages).</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b793205a-59d9-45ad-8692-601437f13262","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f31afa1d-8277-4fc0-aa86-c11bce9cc07a","type":"text/javascript","exec":[""]}}],"_postman_id":"741535e7-5ee6-4b38-9bc4-17cbc51b8d7b"},{"name":"Changelog","item":[],"id":"4f790d58-4094-4e1d-ac65-057d9b973803","description":"<h2 id=\"december-28th\">December 28th</h2>\n<p>We introduced <code>folders</code> endpoints:</p>\n<ul>\n<li>Create a Folder</li>\n<li>Update a Folder</li>\n<li>Delete a Folder</li>\n</ul>\n<h2 id=\"upcoming-breaking-changes\">Upcoming breaking changes</h2>\n<h2 id=\"december-9th\">December 9th</h2>\n<p>We will change some responses from our API.</p>\n<ul>\n<li>The following endpoints will always return paginated responses:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /forms\nGET /questions/&lt;question_id&gt;/answers\nGET /messages\n</code></pre><p>to avoid any errors or interruptions please make your applications send the query-param <code>limit</code> and/or <code>offset</code> to those endpoints.</p>\n<ul>\n<li>All listing endpoints will stop including the field <code>count</code> by default. If you need this information, send the query-param <code>with_count=1</code></li>\n<li>Removal of deprecated endpoints:</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /contacts/&lt;contact_id&gt;\nGET /threads/&lt;thread_id&gt;\n</code></pre><h2 id=\"september-2nd\">September 2nd</h2>\n<p>This Thursday we introduced a new field in the contact form to show or not a consent check. It's called <code>requires_consent</code>.</p>\n<p>Also, we included a field in contact response called <code>consent_given</code>, that returns if the consent was given or not. </p>\n<h2 id=\"august-13th\">August 13th</h2>\n<p>Added the new message webhooks event types: <code>form_author_message</code> and <code>form_contact_message</code></p>\n<h2 id=\"july-30th\">July 30th</h2>\n<p>This Thursday we will be introducing a small breaking change on api <code>GET /forms</code></p>\n<ul>\n<li>field <code>respondents_count</code> will always return <code>0</code></li>\n<li>field inside poll_options <code>total_count</code>  will always return <code>0</code></li>\n<li>field inside first_question <code>answers_count</code> will always return <code>0</code></li>\n<li>field inside first_question <code>last_answer</code> will always return <code>null</code></li>\n</ul>\n<p>Later in August we’re planning to the following changes to the same endpoint:\nremove the fields mentioned above fields all together from this endpoint\nenforce pagination</p>\n<p>This what we recommend doing in order to prepare for these changes:</p>\n<ul>\n<li>always send <code>offset</code> and <code>limit</code> in the query string of <code>GET /forms</code></li>\n<li>instead of <code>respondents_count</code>, use <code>count</code> from <code>GET /forms/form_id/contacts</code></li>\n<li>for retrieving question’s <code>answer_count</code> and options's <code>total_count</code>, use the new <code>GET /questions/question_id/insights</code> endpoint</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6acb1cda-5b13-4bf7-8451-43e4d8ce65cf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c8d2ee20-9b05-40ca-b7ba-00f995a0b41b","type":"text/javascript","exec":[""]}}],"_postman_id":"4f790d58-4094-4e1d-ac65-057d9b973803"},{"name":"Authentication","item":[{"name":"Get an access token","id":"9d1d98f0-ab59-438e-8b88-6a5e5651d7f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Always set value to <code>authorization_code</code>.</p>\n","key":"grant_type","type":"text","value":"authorization_code"},{"description":"<p>Temporary authorization code.</p>\n","key":"code","type":"text","value":"{temporary_authorization_code}"},{"description":"<p>Unique VideoAsk client identifier.</p>\n","key":"client_id","type":"text","value":"{your_client_id}"},{"description":"<p>Unique secret identifier for VideoAsk clients.</p>\n","key":"client_secret","type":"text","value":"{your_client_secret}"},{"description":"<p>URL where the application should redirect. Should contain the same value as the <code>redirect_uri</code> you've given us when you requested API access. Used only for verification.</p>\n","key":"redirect_uri","type":"text","value":"https://your-example-app.com/callback"}]},"url":"https:///oauth/token","description":"<p>Now that the application has a temporary authorization code, it can request an access token with <code>POST https://auth.videoask.com/oauth/token</code>, sending the temporary authorization code, <code>client_id</code>, <code>client_secret</code>, and <code>redirect_uri</code> in the request body.</p>\n<p>Your application's <a href=\"https://auth.videoask.com/oauth/token\">https://auth.videoask.com/oauth/token</a> request, including the body, might look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --request POST \\\n  --url https://auth.videoask.com/oauth/token \\\n  --data-urlencode 'grant_type=authorization_code' \\\n  --data-urlencode 'code={temporary_authorization_code}' \\\n  --data-urlencode 'client_id={your_client_id}' \\\n  --data-urlencode 'client_secret={your_client_secret}' \\\n  --data-urlencode 'redirect_uri=https://your-example-app.com/callback'\n</code></pre><p>Your applications should then pass the access token in the Authorization header of every request.</p>\n<p>After the token expires, your application won't be able to make requests with that token. You will need to get a new token either through the OAuth2 authentication process or by using the token refresh process (below).</p>\n","urlObject":{"path":["oauth","token"],"host":["https://"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d1d98f0-ab59-438e-8b88-6a5e5651d7f9"},{"name":"Refresh your application's tokens","id":"a819a7ac-774f-461d-bf3f-39ee004d3d65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>Always set value to <code>refresh_token</code>.</p>\n","key":"grant_type","type":"text","value":"refresh_token"},{"description":"<p>Refresh token.</p>\n","key":"refresh_token","type":"text","value":"{refresh_token}"},{"description":"<p>Unique VideoAsk client identifier.</p>\n","key":"client_id","type":"text","value":"{your_client_id}"},{"description":"<p>Unique secret identifier for VideoAsk clients.</p>\n","key":"client_secret","type":"text","value":"{your_client_secret}"}]},"url":"https:///oauth/token","description":"<p>If your application needs to call the VideoAsk API over longer periods of time without user involvement, your application can request a special refresh token during the first authentication call, then use this refresh token to obtain new access tokens without asking for user permission each time.</p>\n<p>To receive a refresh token in the first place, your application must pass an extra <code>offline</code> scope during the authorization code request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://auth.videoask.com/authorize?response_type=code&amp;audience=https://api.videoask.com/&amp;client_id=${your_client_id}&amp;scope=openid%20profile%20email%20offline_access&amp;redirect_uri=${your_redirect_url}\n\n</code></pre><p>If the user agrees to grant your application the required permissions, in the authorization code response to the access token exchange request, your application will receive the <code>access_token</code> and an extra parameter called <code>refresh_token</code>. You can use the value of this <code>refresh_token</code> parameter to obtain a new access token at any time as per <a href=\"https://tools.ietf.org/html/rfc6749#section-6\">RFC 6749</a>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --request POST \\\n  --url https://auth.videoask.com/oauth/token \\\n  --data-urlencode 'grant_type=refresh_token' \\\n  --data-urlencode 'refresh_token={your_refresh_token}' \\\n  --data-urlencode 'client_id={your_client_id}' \\\n  --data-urlencode 'client_secret={your_client_secret}' \\\n  --data-urlencode 'scope=openid profile email offline_access'\n\n</code></pre><p>The response for this request is nearly identical to the response for the authorization code to the access token exchange request. A new access token will be returned in the response.</p>\n","urlObject":{"path":["oauth","token"],"host":["https://"],"query":[],"variable":[]}},"response":[],"_postman_id":"a819a7ac-774f-461d-bf3f-39ee004d3d65"}],"id":"fe1e4709-bc0b-4967-9259-d1c5b0c3151c","description":"<p>To play around with the API you should obtain your temporary authentication token by logging into <a href=\"https://app.videoask.com/app\">https://app.videoask.com/app</a> and navigating to your <a href=\"https://app.videoask.com/app/account?tab=api\"><strong>Account &gt; API section</strong></a>.</p>\n<p>To obtain your production API credentials, you should Register a new app in your <strong>Organization Settings &gt; Developer Apps</strong> section.</p>\n<p>You can find an walkthrough guide here: <a href=\"https://www.videoask.com/help/integrations/360039126292-videoask-api\">https://www.videoask.com/help/integrations/360039126292-videoask-api</a></p>\n<h1 id=\"using-production-api-credentials\">Using production API credentials</h1>\n<p>Now that we've created your app with VideoAsk, you can write the application itself using your own <code>client_id</code> and <code>client_secret</code>. Your application will need to generate an access token (and possibly also a refresh token) to integrate with VideoAsk's APIs. This requires making authorization and authentication requests through your browser-based application.</p>\n<p>The first request, <code>GET https://auth.videoask.com/authorize</code>, confirms your <code>client_id</code>, prompts the user to grant the permissions your app requires, and returns a temporary authorization code.\nThe second request, <code>POST https://api.videoask.com/oauth/token</code>, confirms your temporary authorization code and returns your access token.</p>\n<p>Your application's <a href=\"https://api.videoask.com/authorize\">https://api.videoask.com/authorize</a> link, including parameters, might look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://auth.videoask.com/authorize?response_type=code&amp;audience=https://api.videoask.com/&amp;client_id={your_client_id}&amp;scope=openid%20profile%20email&amp;redirect_uri=https://your-example-app.com/callback\n</code></pre><p>Clicking the <a href=\"https://auth.videoask.com/authorize\">https://auth.videoask.com/authorize</a> link in your app should redirect to the VideoAsk login screen so users can log in to their VideoAsk accounts. Then, they'll see a consent screen that lists the scope of access and prompts them to grant or deny access to your app.</p>\n<p>If the user grants access to your app, VideoAsk generates a temporary authorization code and redirects the browser to a URL that includes the code. Here's what that redirect URL might look like:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://your-example-app.com/callback?code={temporary_authorization_code}\n</code></pre>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c3189723-f436-4fc2-9beb-294486bbd4a1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"23fb6341-e756-4bb3-ba6b-62a4a3557b0e","type":"text/javascript","exec":[""]}}],"_postman_id":"fe1e4709-bc0b-4967-9259-d1c5b0c3151c"},{"name":"Organizations","item":[{"name":"Retrieve your own organizations","id":"dddf2ba2-8d09-4724-b9a3-69bf5ad7fd67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token"}],"url":"https://api.videoask.com/organizations","description":"<p>Retrieve information on your account and any organization you belong to.</p>\n","urlObject":{"path":["organizations"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dddf2ba2-8d09-4724-b9a3-69bf5ad7fd67"},{"name":"Invite a new team member","id":"e4b347bb-b162-4c64-ba80-af691cba6b56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"hello@videoask.com\",\n\t\"role\": \"member\",\n\t\"permissions\": {\n\t\t\"default\": \"read/write\",\n\t\t\"folders\": {}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/organizations/{{organization_id}}/invitations","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"59fd99f3-2e24-4a53-893d-b82ca6702502","id":"59fd99f3-2e24-4a53-893d-b82ca6702502","name":"Organizations","type":"folder"}},"urlObject":{"path":["organizations","{{organization_id}}","invitations"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"209a6025-de28-4870-bedb-bdc3427c6ed3","name":"Invite a new team member (admin)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"hello@videoask.com\",\n\t\"role\": \"admin\",\n\t\"permissions\": {\n\t\t\"default\": \"read/write\",\n\t\t\"folders\": {}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/organizations/{{organization_id}}/invitations"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"invitation_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"role\": \"admin\",\n\t\"email\": \"hello@videoask.com\",\n\t\"permissions\": {\n\t\t\"default\": \"read/write\",\n\t\t\"folders\": {}\n\t},\n\t\"invited_at\": \"2022-08-19T18:07:54.012603Z\"\n}"},{"id":"1c4dafd9-68f8-4592-9a11-3be9055c64f1","name":"Invite a new team member (specific folders)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"hello@videoask.com\",\n\t\"role\": \"member\",\n\t\"permissions\": {\n\t\t\"default\": null,\n\t\t\"folders\": {\n            \"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\": \"read/write\",\n\t\t\t\"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\": \"read\" \n\t\t}\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/organizations/{{organization_id}}/invitations"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"invitation_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"role\": \"member\",\n\t\"email\": \"hello@videoask.com\",\n\t\"permissions\": {\n\t\t\"default\": null,\n\t\t\"folders\": {\n\t\t\t\"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\": \"read/write\",\n\t\t\t\"xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\": \"read\" \n\t\t}\n\t},\n\t\"invited_at\": \"2022-08-19T18:41:41.767947Z\"\n}"}],"_postman_id":"e4b347bb-b162-4c64-ba80-af691cba6b56"},{"name":"Default settings for all new videoasks","id":"5924bb38-f184-471f-b36c-b10fb2ddea2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"branding\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"custom_language\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"form_settings\": {\n\t\t\"hide_branding\": false,\n\t\t\"primary_color\": \"#379CFB\",\n\t\t\"secondary_color\": \"#5CD6C8\",\n\t    \"background_color\": \"#FFFFFF\",\n\t\t\"square_button_radius\": \"25\",\n\t\t\"font_family\": \"Oswald\",\n\t\t\"font_value\": \"\\\"Oswald\\\", sans-serif\",\n        \"locale\": \"es-ES\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/organizations/{{organization_id}}/settings","description":"<p><code>branding</code> and <code>custom_language</code> parameters are optional.</p>\n<p>VideoAsk branding is the default. To hide it, set <code>hide_branding</code> to <code>true</code>.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"59fd99f3-2e24-4a53-893d-b82ca6702502","id":"59fd99f3-2e24-4a53-893d-b82ca6702502","name":"Organizations","type":"folder"}},"urlObject":{"path":["organizations","{{organization_id}}","settings"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"54db59f4-dc3b-44d8-9d63-4bb4a14bd7db","name":"Default settings for all new videoasks","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"branding\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"custom_language\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"form_settings\": {\n\t\t\"hide_branding\": false,\n\t\t\"primary_color\": \"#379CFB\",\n\t\t\"secondary_color\": \"#5CD6C8\",\n\t    \"background_color\": \"#FFFFFF\",\n\t\t\"square_button_radius\": \"25\",\n\t\t\"font_family\": \"Oswald\",\n\t\t\"font_value\": \"\\\"Oswald\\\", sans-serif\",\n        \"locale\": \"es-ES\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/organizations/{{organization_id}}/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_settings\": {\n        \"primary_color\": \"#379CFB\",\n        \"secondary_color\": \"#5CD6C8\",\n        \"background_color\": \"#FFFFFF\",\n        \"square_button_radius\": 25,\n        \"hide_branding\": false,\n        \"font_family\": \"Oswald\",\n        \"font_value\": \"\\\"Oswald\\\", sans-serif\",\n        \"locale\": \"es-ES\"\n    },\n    \"branding\": {\n        \"branding_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"name\": \"My Special Branding\",\n        \"logo\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n        \"logo_url\": \"https://media.videoask.com/images/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/image.png\",\n        \"branding_url\": \"https://typeform.com\",\n        \"favicon\": null,\n        \"favicon_url\": null,\n        \"custom_domain\": null,\n        \"dns_validated_at\": null\n    }\n}"}],"_postman_id":"5924bb38-f184-471f-b36c-b10fb2ddea2e"},{"name":"Set working hours","id":"62f2ca0e-232e-4774-b6bc-5c56557aca30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"working_hours_enabled\": true,\n\t\"working_start_time\": \"09:00\",\n\t\"working_end_time\": \"17:00\",\n\t\"working_days\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\"],\n\t\"working_timezone\": \"America/New_York\",\n\t\"vacation_mode_enabled\": false,\n\t\"vacation_start_date\": null,\n\t\"vacation_end_date\": null,\n\t\"vacation_timezone\": null\n}"},"url":"https://api.videoask.com/organizations/{{organization_id}}/working-schedule","description":"<p>You'll only receive live call notifications for your forms during the working hours and days you specify.</p>\n<p><strong>⚠️</strong> If you've invited team members to your organization, make sure all members set their working hours. Otherwise, respondents will be able to start a live call at any time of day (or night), even if you've set up your working hours as the organization owner.</p>\n","urlObject":{"path":["organizations","{{organization_id}}","working-schedule"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"a66f8a69-1dbe-447d-8fae-79ca3b8b4bf3","name":"Set working hours","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"working_hours_enabled\": true,\n\t\"working_start_time\": \"09:00\",\n\t\"working_end_time\": \"17:00\",\n\t\"working_days\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\"],\n\t\"working_timezone\": \"America/New_York\",\n\t\"vacation_mode_enabled\": false,\n\t\"vacation_start_date\": null,\n\t\"vacation_end_date\": null,\n\t\"vacation_timezone\": null\n}"},"url":"https://api.videoask.com/organizations/{{organization_id}}/working-schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"working_hours_enabled\": true,\n\t\"working_start_time\": \"09:00\",\n\t\"working_end_time\": \"17:00\",\n\t\"working_days\": [\"monday\", \"tuesday\", \"wednesday\", \"thursday\", \"friday\"],\n\t\"working_timezone\": \"America/New_York\",\n\t\"vacation_mode_enabled\": false,\n\t\"vacation_start_date\": null,\n\t\"vacation_end_date\": null,\n\t\"vacation_timezone\": null\n}"},{"id":"0397e25a-37b0-4b23-81bf-d1c45288da01","name":"Set vacation mode","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"working_hours_enabled\": false,\n\t\"working_start_time\": null,\n\t\"working_end_time\": null,\n\t\"working_days\": null,\n\t\"working_timezone\": null,\n\t\"vacation_mode_enabled\": true,\n\t\"vacation_start_date\": \"2022-09-29\",\n\t\"vacation_end_date\": \"2022-10-03\",\n\t\"vacation_timezone\": \"America/Los_Angeles\"\n}"},"url":"https://api.videoask.com/organizations/{{organization_id}}/working-schedule"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"working_hours_enabled\": false,\n    \"working_start_time\": null,\n    \"working_end_time\": null,\n    \"working_days\": null,\n    \"working_timezone\": null,\n    \"vacation_mode_enabled\": true,\n    \"vacation_start_date\": \"2022-09-29\",\n    \"vacation_end_date\": \"2022-10-03\",\n    \"vacation_timezone\": \"America/Los_Angeles\"\n}"}],"_postman_id":"62f2ca0e-232e-4774-b6bc-5c56557aca30"}],"id":"59fd99f3-2e24-4a53-893d-b82ca6702502","description":"<p>Most of the endpoints accept an optional header <code>organization-id</code> that will allow accessing resources from different organizations where you also have proper permissions.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"79446de9-b81a-46c8-bb5a-dab8c727833f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"202baaa0-2cc4-4887-930a-174fbed83bfa","type":"text/javascript","exec":[""]}}],"_postman_id":"59fd99f3-2e24-4a53-893d-b82ca6702502"},{"name":"Forms","item":[{"name":"Retrieve all forms","id":"0eac1e1f-bdb5-4bd9-8a59-31eae1750b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms?limit=20&offset=0","description":"<p>Retrieves a list of JSON descriptions for all forms (videoasks) in your VideoAsk account. Forms are sorted by creation date in descending order.</p>\n<p>Fields for pagination:</p>\n<ul>\n<li><code>offset</code>: to indicate from which answer we want to start the page</li>\n<li><code>limit</code>: to indicate the size of the page</li>\n</ul>\n","urlObject":{"path":["forms"],"host":["https://api.videoask.com"],"query":[{"key":"limit","value":"20"},{"key":"offset","value":"0"},{"disabled":true,"key":"title","value":""}],"variable":[]}},"response":[{"id":"26aacd56-3cab-4a89-ae4d-61e43f598104","name":"Get all forms","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2020 17:04:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie, Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"title\": \"My VideoAsk\",\n            \"share_id\": \"fxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/fxxxxxxxx\",\n            \"show_contact_name\": false,\n            \"show_contact_email\": false,\n            \"show_contact_phone_number\": false,\n            \"show_consent\": false,\n            \"requires_contact_name\": false,\n            \"requires_contact_email\": false,\n            \"requires_contact_phone_number\": false,\n            \"requires_consent\": false,\n            \"created_at\": \"2020-02-20T11:51:24.693974Z\",\n            \"updated_at\": \"2020-02-20T11:53:30.293714Z\",\n            \"respondents_count\": 42,\n            \"first_question\": {\n                \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                \"thumbnail\": \"https://media2.giphy.com/media/xGdvlOVSWaDvi/giphy-preview.gif?cid=c83daf250ec8b71744536fa47680b2cf219894c74518faac&rid=giphy-preview.gif\",\n                \"last_answer\": {\n                    \"answer_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"thumbnail\": null,\n                    \"media_type\": null\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"0eac1e1f-bdb5-4bd9-8a59-31eae1750b03"},{"name":"Search forms by keyword(s)","id":"8ee39d04-285e-40aa-9919-5700276f84b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/search/forms?limit=100&search=your%20search%20term","description":"<p>Search for form titles within your organization that match a specific keyword or search term.</p>\n<p>Forms are listed in chronological order; oldest forms will appear at the top of the list.</p>\n<p>The <code>limit</code> parameter can be used to limit how many matching forms are listed.</p>\n<p>Use the <code>id</code> returned in the response to retrieve more detailed information about the specific form.</p>\n","urlObject":{"path":["search","forms"],"host":["https://api.videoask.com"],"query":[{"key":"limit","value":"100"},{"key":"search","value":"your%20search%20term"}],"variable":[]}},"response":[{"id":"11c3ad6e-9982-4cb7-bcc5-4130549df257","name":"Search forms by keyword(s)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":{"raw":"https://api.videoask.com/search/forms?limit=100&search=cute%20cats","host":["https://api.videoask.com"],"path":["search","forms"],"query":[{"key":"limit","value":"100"},{"key":"search","value":"cute%20cats"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2020 17:04:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie, Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"count\": 1,\n\t\"next\": null,\n\t\"previous\": null,\n\t\"facets\": {},\n\t\"results\": [{\n\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"created_at\": \"2022-01-24T21:15:50.546500+00:00\",\n\t\t\"deleted_at\": null,\n\t\t\"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"thumbnail\": \"https://media.videoask.com/transcoded/image.0000001.jpg\",\n\t\t\"title\": \"My VideoAsk with Cute Cats\",\n\t\t\"highlight\": {}\n\t}]\n}"},{"id":"ac020685-457f-45dd-8cf5-8a23115ac693","name":"No results","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":{"raw":"https://api.videoask.com/search/forms?limit=100&search=cute%20cats","host":["https://api.videoask.com"],"path":["search","forms"],"query":[{"key":"limit","value":"100"},{"key":"search","value":"cute%20cats"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2020 17:04:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie, Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"count\": 0,\n\t\"next\": null,\n\t\"previous\": null,\n\t\"facets\": {},\n\t\"results\": []\n}"}],"_postman_id":"8ee39d04-285e-40aa-9919-5700276f84b6"},{"name":"Retrieve form by ID","id":"69ea20a1-a093-495e-9525-fa0447068f5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms/form_id","description":"<p>Retrieves a form by the given <code>form_id</code>. Includes all its questions definitions for convenience.</p>\n","urlObject":{"path":["forms","form_id"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"ee55e60c-4728-4cd9-9107-2e2882716bec","name":"Get a form","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2020 17:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie, Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"My VideoAsk\",\n    \"requires_contact_info\": false,\n    \"hide_branding\": false,\n    \"metadata\": {\n        \"primary_color\": \"#522CBB\",\n        \"secondary_color\": \"#4CD982\",\n        \"locale\": \"en-US\",\n        \"show_form_title\": true\n    },\n    \"share_id\": \"fxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/fxxxxxxxx\",\n    \"show_contact_name\": false,\n    \"show_contact_email\": false,\n    \"show_contact_phone_number\": false,\n    \"show_consent\": false,\n    \"requires_contact_name\": false,\n    \"requires_contact_email\": false,\n    \"requires_contact_phone_number\": false,\n    \"requires_consent\": false,\n    \"created_at\": \"2020-02-20T11:51:24.693974Z\",\n    \"updated_at\": \"2020-02-20T11:53:30.293714Z\",\n    \"respondents_count\": 42,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"metadata\": {\n                \"text\": \"What's the meaning of life?\",\n                \"darken_text_background\": true\n            },\n            \"type\": \"standard\",\n            \"allowed_answer_media_types\": [\n                \"text\"\n            ],\n            \"created_at\": \"2020-02-20T11:51:24.955607Z\",\n            \"updated_at\": \"2020-02-20T18:00:11.468601Z\",\n            \"thumbnail\": \"https://media2.giphy.com/media/xGdvlOVSWaDvi/giphy-preview.gif?cid=c83daf250ec8b71744536fa47680b2cf219894c74518faac&rid=giphy-preview.gif\",\n            \"transcode_status\": \"completed\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://media2.giphy.com/media/xGdvlOVSWaDvi/giphy.mp4?cid=c83daf250ec8b71744536fa47680b2cf219894c74518faac&rid=giphy.mp4\"\n        }\n    ]\n}"}],"_postman_id":"69ea20a1-a093-495e-9525-fa0447068f5f"},{"name":"Get form metrics","id":"fd82f46a-9faa-4f8b-8355-1bfec84e26ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms/form_id/metrics?interval=weekly&since=2020-06-01&until=2020-08-31","description":"<p>The response will contain full weeks report within the interval dates if interval is <code>weekly</code>.</p>\n<p>For reporting purposes, weeks will start on Mondays and end on Sundays. If the dates given as start or end doesn't correspond to the exact start or end of the week, the whole week containing that date will be included in the report (see example).</p>\n","urlObject":{"path":["forms","form_id","metrics"],"host":["https://api.videoask.com"],"query":[{"description":{"content":"<p>Can be <code>daily</code> or <code>weekly</code></p>\n","type":"text/plain"},"key":"interval","value":"weekly"},{"description":{"content":"<p>A date in YYYY-MM-DD format</p>\n","type":"text/plain"},"key":"since","value":"2020-06-01"},{"description":{"content":"<p>A date in YYYY-MM-DD format</p>\n","type":"text/plain"},"key":"until","value":"2020-08-31"},{"disabled":true,"description":{"content":"<p>Can be <code>desktop</code>, <code>mobile</code>, <code>tablet</code>, <code>other</code> or <code>unknown</code></p>\n","type":"text/plain"},"key":"platform","value":"desktop"}],"variable":[]}},"response":[{"id":"4a0594b5-c192-43da-a808-53c8fcb7088d","name":"Get form metrics","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {token}"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":{"raw":"https://api.videoask.com/forms/form_id/metrics?interval=weekly&since=2020-06-01&until=2020-08-31","host":["https://api.videoask.com"],"path":["forms","form_id","metrics"],"query":[{"key":"interval","value":"weekly","description":"Can be `daily` or `weekly`"},{"key":"since","value":"2020-06-01","description":"A date in YYYY-MM-DD format"},{"key":"until","value":"2020-08-31","description":"A date in YYYY-MM-DD format"},{"key":"platform","value":"desktop","description":"Can be `desktop`, `mobile`, `tablet`, `other` or `unknown`","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 11:15:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"interval\": \"weekly\",\n    \"since\": \"2020-06-01\",\n    \"until\": \"2020-09-06\",\n    \"platforms\": [\n        \"other\",\n        \"tablet\",\n        \"mobile\",\n        \"unknown\",\n        \"desktop\"\n    ],\n    \"totals\": {\n        \"landed\": 14,\n        \"unique_landed\": 3,\n        \"interacted\": 7,\n        \"answered\": 6,\n        \"completed\": 6\n    },\n    \"data\": [\n        {\n            \"id\": \"2020-06-01\",\n            \"landed\": 0,\n            \"unique_landed\": 0,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        },\n        {\n            \"id\": \"2020-06-08\",\n            \"landed\": 0,\n            \"unique_landed\": 0,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        },\n        {\n            \"id\": \"2020-06-15\",\n            \"landed\": 0,\n            \"unique_landed\": 0,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        },\n        {\n            \"id\": \"2020-06-22\",\n            \"landed\": 0,\n            \"unique_landed\": 0,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        },\n        {\n            \"id\": \"2020-06-29\",\n            \"landed\": 0,\n            \"unique_landed\": 0,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        },\n        {\n            \"id\": \"2020-07-06\",\n            \"landed\": 0,\n            \"unique_landed\": 0,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        },\n        {\n            \"id\": \"2020-07-13\",\n            \"landed\": 0,\n            \"unique_landed\": 0,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        },\n        {\n            \"id\": \"2020-07-20\",\n            \"landed\": 0,\n            \"unique_landed\": 0,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        },\n        {\n            \"id\": \"2020-07-27\",\n            \"landed\": 0,\n            \"unique_landed\": 0,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        },\n        {\n            \"id\": \"2020-08-03\",\n            \"landed\": 0,\n            \"unique_landed\": 0,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        },\n        {\n            \"id\": \"2020-08-10\",\n            \"landed\": 8,\n            \"unique_landed\": 1,\n            \"interacted\": 4,\n            \"answered\": 4,\n            \"completed\": 4\n        },\n        {\n            \"id\": \"2020-08-17\",\n            \"landed\": 5,\n            \"unique_landed\": 2,\n            \"interacted\": 3,\n            \"answered\": 2,\n            \"completed\": 2\n        },\n        {\n            \"id\": \"2020-08-24\",\n            \"landed\": 1,\n            \"unique_landed\": 1,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        },\n        {\n            \"id\": \"2020-08-31\",\n            \"landed\": 0,\n            \"unique_landed\": 0,\n            \"interacted\": 0,\n            \"answered\": 0,\n            \"completed\": 0\n        }\n    ]\n}"}],"_postman_id":"fd82f46a-9faa-4f8b-8355-1bfec84e26ee"},{"name":"Create a form","id":"a9237dfd-e0c1-4099-a9f1-e035d95797a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My VideoAsk\",\n    \"show_contact_name\": false,\n    \"show_contact_email\": false,\n    \"show_contact_phone_number\": false,\n    \"show_consent\": false,\n    \"requires_contact_name\": false,\n    \"requires_contact_email\": false,\n    \"requires_contact_phone_number\": false,\n    \"requires_consent\": false\n}"},"url":"https://api.videoask.com/forms","urlObject":{"path":["forms"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9237dfd-e0c1-4099-a9f1-e035d95797a1"},{"name":"Duplicate a form","id":"d85e9264-e202-4902-9953-52233481b13f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"folder_id\": \"xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n}"},"url":"https://api.videoask.com/forms/form_id/duplicate","description":"<p>folder_id is the destination for the duplicated form. Specifying a folder_id is optional.</p>\n<p>If folder_id is not specified, the duplicated form will be added to the same folder as the original form.</p>\n","urlObject":{"path":["forms","form_id","duplicate"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"730e7d08-074b-4185-a818-08e401f4ca15","name":"Duplicate a form","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"folder_id\": \"xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx\"\n}"},"url":"https://api.videoask.com/forms/form_id/duplicate"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"are_answers_public\": false,\n\t\"are_messages_public\": false,\n\t\"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"created_at\": \"2022-08-16T19:33:52.498482Z\",\n\t\"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"hide_branding\": false,\n\t\"idle_deadline_time_in_minutes\": 60,\n\t\"metadata\": {\n\t\t\"primary_color\": \"#FA6B05\",\n\t\t\"secondary_color\": \"#FBCE37\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"font_family\": \"Montserrat\",\n\t\t\"font_value\": \"\\\"Montserrat\\\", sans-serif\",\n\t\t\"locale\": \"en-US\",\n\t\t\"show_form_title\": false,\n\t\t\"live_recording\": true,\n\t\t\"show_overlay_close_button\": true,\n\t\t\"show_player_controls\": true,\n\t\t\"square_button_radius\": 10,\n\t\t\"created_from\": \"duplicate\"\n\t},\n\t\"notifications\": {\n\t\t\"send_contact_message_emails\": true\n\t},\n\t\"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"questions\": [{\n\t\t\"allowed_answer_media_types\": [\"audio\", \"video\", \"text\"],\n\t\t\"collect_contact_information\": false,\n\t\t\"created_at\": \"2022-08-16T19:33:52.518012Z\",\n\t\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"label\": \"1\",\n\t\t\"logic_actions\": [{\n\t\t\t\"action\": \"jump\",\n\t\t\t\"details\": {\n\t\t\t\t\"to\": {\n\t\t\t\t\t\"type\": \"goodbye\",\n\t\t\t\t\t\"value\": \"default\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"condition\": {\n\t\t\t\t\"op\": \"always\",\n\t\t\t\t\"vars\": []\n\t\t\t}\n\t\t}],\n\t\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"media_type\": \"video\",\n\t\t\"media_url\": \"https://player.vimeo.com/external/363031257.hd.mp4?s=0c25528f8484030b0c45da6eda102836e11a58f8&profile_id=175&oauth2_token_id=57447761\",\n\t\t\"metadata\": {},\n\t\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"share_id\": \"xxxxxxxxxxxx\",\n\t\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxxx\",\n\t\t\"thumbnail\": \"https://images.pexels.com/videos/3002769/free-video-3002769.jpg?fit=crop&w=1200&h=630&auto=compress&cs=tinysrgb\",\n\t\t\"transcode_status\": \"completed\",\n\t\t\"transcribe_status\": \"completed\",\n\t\t\"type\": \"standard\",\n\t\t\"updated_at\": \"2022-08-16T19:33:52.518487Z\"\n\t}],\n\t\"requires_consent\": false,\n\t\"requires_contact_email\": true,\n\t\"requires_contact_info\": true,\n\t\"requires_contact_name\": true,\n\t\"requires_contact_phone_number\": false,\n\t\"requires_contact_product_name\": false,\n\t\"respondents_count\": 0,\n\t\"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"share_id\": \"xxxxxxxxxxxx\",\n\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxxxx\",\n\t\"show_consent\": false,\n\t\"show_contact_email\": true,\n\t\"show_contact_name\": true,\n\t\"show_contact_phone_number\": false,\n\t\"show_contact_product_name\": false,\n\t\"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"title\": \"Hello World (copy)\",\n\t\"updated_at\": \"2022-08-16T19:33:52.505298Z\",\n\t\"is_password_protected\": false,\n\t\"drop_off_analysis\": true\n}"}],"_postman_id":"d85e9264-e202-4902-9953-52233481b13f"},{"name":"Move form to another organization","id":"97f9d153-d29b-4dba-8a53-8a9b2ad8356c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"new_organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"},"url":"https://api.videoask.com/forms/form_id/move","description":"<p>new_organization_id is the organization_id of the form's destination.</p>\n<p>To move a form from Organization A to Organization B, you must be:</p>\n<ul>\n<li>The account owner of Organization A (admin permissions are insufficient)</li>\n<li>A team member of Organization B</li>\n</ul>\n<p>The form will be moved to the root folder of the organization.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"67eca8b6-7f94-4bed-9bdd-72107b4cef9e","id":"67eca8b6-7f94-4bed-9bdd-72107b4cef9e","name":"Forms","type":"folder"}},"urlObject":{"path":["forms","form_id","move"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"97f9d153-d29b-4dba-8a53-8a9b2ad8356c"},{"name":"Restore a deleted form","id":"ac7b7dac-b036-44e0-917e-787847f51976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}\n"},"url":"https://api.videoask.com/forms/form_id/restore","description":"<p><code>folder_id</code> is the folder where the form will be restored. It is required.</p>\n<p>Set <code>folder_id</code> to <code>null</code> to restore the form to your organization's root folder.</p>\n<p>⚠️ You can only restore forms that have been deleted within the last 30 days.</p>\n","urlObject":{"path":["forms","form_id","restore"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"96f20824-91a9-4df3-a043-633fd57c21ea","name":"Restore a deleted form","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"folder_id\":\"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}\n"},"url":"https://api.videoask.com/forms/form_id/restore"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"are_answers_public\": false,\n\t\"are_messages_public\": false,\n\t\"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"created_at\": \"2022-08-18T17:32:05.584878Z\",\n\t\"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"hide_branding\": false,\n\t\"idle_deadline_time_in_minutes\": 60,\n\t\"notifications\": {\n\t\t\"send_contact_message_emails\": true\n\t},\n\t\"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"questions\": [],\n\t\"requires_consent\": false,\n\t\"requires_contact_email\": false,\n\t\"requires_contact_info\": false,\n\t\"requires_contact_name\": false,\n\t\"requires_contact_phone_number\": false,\n\t\"requires_contact_product_name\": false,\n\t\"respondents_count\": 0,\n\t\"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"share_id\": \"xxxxxxxxxx\",\n\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\"show_consent\": false,\n\t\"show_contact_email\": false,\n\t\"show_contact_name\": false,\n\t\"show_contact_phone_number\": false,\n\t\"show_contact_product_name\": false,\n\t\"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"title\": \"08/18/2022\",\n\t\"updated_at\": \"2022-08-31T20:08:34.763778Z\",\n\t\"is_password_protected\": false,\n\t\"drop_off_analysis\": true\n}"}],"_postman_id":"ac7b7dac-b036-44e0-917e-787847f51976"},{"name":"Update a form","id":"f5c283e7-5704-43a5-a7f6-8a9987cd30fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My new title\",\n    \"are_answers_public\": false,\n    \"are_messages_public\": false\n}"},"url":"https://api.videoask.com/forms/form_id","description":"<p><strong>💡 PRO TIP:</strong> Click on the name of the request here in our API docs to view all of the ways in which you can update your form.</p>\n<img src=\"https://content.pstmn.io/cc0c5267-0900-4672-bb18-b7560cd8928c/MjAyMi0xMS0yOF8wOS01OS0zOS5wbmc=\" alt height=\"161\" width=\"262\" />","urlObject":{"path":["forms","form_id"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"540fd3aa-6b62-475a-a831-5bcecaea9c3e","name":"Disabling the contact message emails","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"notifications\": {\n        \"send_contact_message_emails\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Aug 2020 09:47:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.19.1"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n    \"title\": \"My new title\",\n    \"requires_contact_info\": true,\n    \"requires_contact_email\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"hide_branding\": false,\n    \"metadata\": {\n        \"primary_color\": \"#522CBB\",\n        \"secondary_color\": \"#4CD982\",\n        \"locale\": \"en-US\",\n        \"show_form_title\": true\n    },\n    \"share_id\": \"f72l3mugt\",\n    \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n    \"created_at\": \"2020-03-30T15:53:59.331687Z\",\n    \"updated_at\": \"2020-08-13T09:47:46.757713Z\",\n    \"respondents_count\": 13,\n    \"author_id\": \"8a484e48-2e8e-423d-8d91-b1d6c98b60f2\",\n    \"questions\": [\n        {\n            \"answers_count\": 9,\n            \"created_at\": \"2020-03-30T15:53:59.697150Z\",\n            \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n            \"media_id\": \"e627bdd1-a9db-41a9-80db-a6546c9c6ba6\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy.mp4?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&rid=giphy.mp4\",\n            \"metadata\": {\n                \"text\": \"What's your favorite fruit?\",\n                \"darken_text_background\": true,\n                \"fit_video\": false\n            },\n            \"poll_options\": [\n                {\n                    \"id\": \"27b7cd85-db1e-4316-8dbe-772523feb098\",\n                    \"content\": \"Bananas\",\n                    \"total_count\": 3\n                },\n                {\n                    \"id\": \"38ee39f0-aca3-4f3a-a74b-ec65beb139b3\",\n                    \"content\": \"Strawberries\",\n                    \"total_count\": 4\n                },\n                {\n                    \"id\": \"b15efc9c-ae2e-4254-b653-50c8ef2b7364\",\n                    \"content\": \"Apples\",\n                    \"total_count\": 0\n                },\n                {\n                    \"id\": \"3c4a9c2e-fab0-47bf-b545-ff2d77ce3b21\",\n                    \"content\": \"Grapes\",\n                    \"total_count\": 1\n                },\n                {\n                    \"id\": \"6daada9f-cc7b-4ffe-9529-f16f35517770\",\n                    \"content\": \"Other\",\n                    \"total_count\": 1\n                }\n            ],\n            \"allow_multiple_selection\": false,\n            \"question_id\": \"4d73e927-e0ef-4b73-a5da-cdda038545e1\",\n            \"share_id\": \"f72l3mugt\",\n            \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n            \"thumbnail\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy-preview.gif?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&rid=giphy-preview.gif\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"poll\",\n            \"updated_at\": \"2020-03-30T15:57:11.319072Z\"\n        },\n        {\n            \"allowed_answer_media_types\": [\n                \"video\",\n                \"audio\",\n                \"text\"\n            ],\n            \"created_at\": \"2020-03-30T15:57:10.931514Z\",\n            \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n            \"media_id\": \"8031b331-c5e1-4fda-8523-314c2fa5cdd8\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy.mp4?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&rid=giphy.mp4\",\n            \"metadata\": {\n                \"text\": \"Why do you love that fruit?\",\n                \"darken_text_background\": true,\n                \"fit_video\": false\n            },\n            \"allow_multiple_selection\": false,\n            \"question_id\": \"a74ac70a-b207-492d-a3c8-43c8508f5c7a\",\n            \"share_id\": \"f72l3mugt\",\n            \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n            \"thumbnail\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy-preview.gif?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&rid=giphy-preview.gif\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"standard\",\n            \"updated_at\": \"2020-03-30T15:57:11.324552Z\"\n        }\n    ],\n    \"are_answers_public\": false,\n    \"notifications\": {\n        \"send_contact_message_emails\": false\n    }\n}"},{"id":"d642f5d4-89ff-4101-b56b-f13892ba54e1","name":"Make videoask private","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":" {\n    \"is_password_protected\": true,\n    \"password\": \"OpenSesame1337!\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Aug 2020 09:47:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.19.1"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":""},{"id":"9e8386c2-03c8-46ae-b4f6-a3c9ad455cc2","name":"Update font","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"font_family\": \"Philosopher\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Aug 2020 09:47:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.19.1"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"are_answers_public\": true,\n\t\"are_messages_public\": true,\n\t\"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"canvas_metadata\": {\n\t\t\"positions\": {\n\t\t\t\"question:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\": {\n\t\t\t\t\"x\": 1200,\n\t\t\t\t\"y\": 0\n\t\t\t}\n\t\t},\n\t\t\"auto_layout\": true\n\t},\n\t\"created_at\": \"2022-08-10T15:35:27.256229Z\",\n\t\"custom_language\": {\n\t\t\"custom_language_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"name\": \"My Custom Language\",\n\t\t\"base_language\": \"en-US\",\n\t\t\"values\": {\n\t\t\t\"form-page.actions.answer-type-picker\": \"Choose an option below...\"\n\t\t}\n\t},\n\t\"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"hide_branding\": false,\n\t\"idle_deadline_time_in_minutes\": 60,\n\t\"metadata\": {\n\t\t\"primary_color\": \"#FA6B05\",\n\t\t\"secondary_color\": \"#FBCE37\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"font_family\": \"Philosopher\",\n\t\t\"font_value\": \"\\\"Montserrat\\\", sans-serif\",\n\t\t\"locale\": \"en-US\",\n\t\t\"transcription_locale\": \"en-US\",\n\t\t\"filter_profanities\": false,\n\t\t\"show_form_title\": false,\n\t\t\"live_recording\": true,\n\t\t\"show_overlay_close_button\": true,\n\t\t\"show_player_controls\": true,\n\t\t\"show_subtitles_by_default\": false,\n\t\t\"pause_autoplay\": false,\n\t\t\"enhance_video_button\": false,\n\t\t\"overlay_text_color\": \"#FFFFFF\",\n\t\t\"square_button_radius\": 10,\n\t\t\"expired_at_timezone\": \"America/New_York\"\n\t},\n\t\"notifications\": {\n\t\t\"send_contact_message_emails\": true\n\t},\n\t\"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"questions\": [{\n\t\t\"allow_multiple_selection\": false,\n\t\t\"answers_count\": 0,\n\t\t\"collect_contact_information\": true,\n\t\t\"created_at\": \"2022-08-10T15:35:31.174863Z\",\n\t\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"label\": \"1 Hello world\",\n\t\t\"logic_actions\": [{\n\t\t\t\"action\": \"jump\",\n\t\t\t\"details\": {\n\t\t\t\t\"to\": {\n\t\t\t\t\t\"type\": \"question\",\n\t\t\t\t\t\"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"condition\": {\n\t\t\t\t\"op\": \"always\",\n\t\t\t\t\"vars\": []\n\t\t\t}\n\t\t}],\n\t\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"media_type\": \"video\",\n\t\t\"media_url\": \"https://player.vimeo.com/external/236075858.sd.mp4?s=488e67b8e35ca33ef18880b46bb4752da56a4035&profile_id=165&oauth2_token_id=57447761\",\n\t\t\"metadata\": {\n\t\t\t\"text\": \"Hello world\",\n\t\t\t\"darken_text_background\": true,\n\t\t\t\"fit_video\": false,\n\t\t\t\"disable_data_collection\": false,\n\t\t\t\"overlay_text_size\": 5\n\t\t},\n\t\t\"poll_options\": [{\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option A\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}, {\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option B\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}, {\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option C\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}],\n\t\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"share_id\": \"xxxxxxxxxx\",\n\t\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\t\"thumbnail\": \"https://images.pexels.com/videos/857251/free-video-857251.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n\t\t\"title\": \"My VideoAsk\",\n\t\t\"transcode_status\": \"completed\",\n\t\t\"transcribe_status\": \"completed\",\n\t\t\"type\": \"poll\",\n\t\t\"updated_at\": \"2022-08-15T19:33:06.481182Z\"\n\t}, {\n\t\t\"allowed_answer_media_types\": [\"audio\", \"video\", \"text\"],\n\t\t\"collect_contact_information\": false,\n\t\t\"created_at\": \"2022-08-10T15:36:25.248804Z\",\n\t\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"label\": \"2 Please record your question:\",\n\t\t\"logic_actions\": [{\n\t\t\t\"action\": \"jump\",\n\t\t\t\"details\": {\n\t\t\t\t\"to\": {\n\t\t\t\t\t\"type\": \"question\",\n\t\t\t\t\t\"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"condition\": {\n\t\t\t\t\"op\": \"always\",\n\t\t\t\t\"vars\": []\n\t\t\t}\n\t\t}],\n\t\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"media_type\": \"video\",\n\t\t\"media_url\": \"https://player.vimeo.com/external/236075858.sd.mp4?s=488e67b8e35ca33ef18880b46bb4752da56a4035&profile_id=165&oauth2_token_id=57447761\",\n\t\t\"metadata\": {\n\t\t\t\"text\": \"Please record your question:\",\n\t\t\t\"darken_text_background\": true,\n\t\t\t\"fit_video\": false,\n\t\t\t\"overlay_text_size\": 5\n\t\t},\n\t\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"share_id\": \"xxxxxxxxxx\",\n\t\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\t\"thumbnail\": \"https://images.pexels.com/videos/857251/free-video-857251.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n\t\t\"title\": \"Enter Question\",\n\t\t\"transcode_status\": \"completed\",\n\t\t\"transcribe_status\": \"completed\",\n\t\t\"type\": \"standard\",\n\t\t\"updated_at\": \"2022-08-15T16:59:04.377396Z\"\n\t}, {\n\t\t\"allow_multiple_selection\": false,\n\t\t\"answers_count\": 0,\n\t\t\"collect_contact_information\": false,\n\t\t\"created_at\": \"2022-08-15T16:59:03.101588Z\",\n\t\t\"form_id\": \"13d372e3-8f20-454c-b057-1e11efb470aa\",\n\t\t\"label\": \"3\",\n\t\t\"logic_actions\": [{\n\t\t\t\"action\": \"jump\",\n\t\t\t\"details\": {\n\t\t\t\t\"to\": {\n\t\t\t\t\t\"type\": \"goodbye\",\n\t\t\t\t\t\"value\": \"default\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"condition\": {\n\t\t\t\t\"op\": \"always\",\n\t\t\t\t\"vars\": []\n\t\t\t}\n\t\t}],\n\t\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"media_type\": \"video\",\n\t\t\"media_url\": \"https://player.vimeo.com/external/363031257.hd.mp4?s=0c25528f8484030b0c45da6eda102836e11a58f8&profile_id=175&oauth2_token_id=57447761\",\n\t\t\"metadata\": {},\n\t\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"share_id\": \"xxxxxxxxxx\",\n\t\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\t\"thumbnail\": \"https://images.pexels.com/videos/3002769/free-video-3002769.jpg?fit=crop&w=1200&h=630&auto=compress&cs=tinysrgb\",\n\t\t\"transcode_status\": \"completed\",\n\t\t\"transcribe_status\": \"completed\",\n\t\t\"type\": \"poll\",\n\t\t\"updated_at\": \"2022-08-15T16:59:18.985659Z\",\n\t\t\"poll_options\": [{\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option D\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}, {\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option E\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}, {\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option F\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}]\n\t}],\n\t\"requires_consent\": false,\n\t\"requires_contact_email\": true,\n\t\"requires_contact_info\": true,\n\t\"requires_contact_name\": true,\n\t\"requires_contact_phone_number\": false,\n\t\"requires_contact_product_name\": false,\n\t\"respondents_count\": 0,\n\t\"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"share_id\": \"xxxxxxxxxx\",\n\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\"show_consent\": false,\n\t\"show_contact_email\": true,\n\t\"show_contact_name\": true,\n\t\"show_contact_phone_number\": false,\n\t\"show_contact_product_name\": false,\n\t\"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"title\": \"Hello World Demo\",\n\t\"updated_at\": \"2022-08-15T19:42:57.696772Z\",\n\t\"is_password_protected\": false,\n\t\"password\": \"MyUltraSecretPassword123\",\n\t\"drop_off_analysis\": true\n}"},{"id":"4bc1c5ba-4c5f-4eec-ab79-eed3f5754e41","name":"Update colors","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"primary_color\": \"#5C66D6\",\n\t\t\"secondary_color\": \"#C82CDA\",\n\t\t\"background_color\": \"#EDED20\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {\n            \"start:default\": {\n                \"x\": 0,\n                \"y\": 0\n            },\n            \"goodbye:default\": {\n                \"x\": 1016,\n                \"y\": 4\n            },\n            \"question:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\": {\n                \"x\": 452,\n                \"y\": 22\n            }\n        },\n        \"auto_layout\": false\n    },\n    \"created_at\": \"2022-08-17T23:20:54.206547Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": false,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#5C66D6\",\n        \"secondary_color\": \"#C82CDA\",\n        \"background_color\": \"#EDED20\",\n        \"font_family\": \"Arial\",\n        \"font_value\": \"Arial, sans-serif\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"en-US\",\n        \"filter_profanities\": false,\n        \"show_form_title\": false,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": true,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": false,\n        \"enhance_video_button\": false,\n        \"overlay_text_color\": \"#FFFFFF\",\n        \"square_button_radius\": 16,\n        \"expired_at_timezone\": \"America/Los_Angeles\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": true\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"collect_contact_information\": false,\n            \"created_at\": \"2022-09-19T21:43:20.786504Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxx\",\n            \"metadata\": {\n                \"custom_type\": \"payment\",\n                \"currency\": \"usd\",\n                \"amount\": 50\n            },\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"payment\",\n            \"updated_at\": \"2022-09-20T16:22:49.349548Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": false,\n    \"requires_contact_info\": false,\n    \"requires_contact_name\": false,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_contact_email\": false,\n    \"show_contact_name\": false,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"videoask example\",\n    \"updated_at\": \"2022-09-21T22:19:02.932307Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true\n}"},{"id":"fa8bd555-fe62-4c29-9f5f-715cddcbcac8","name":"Update overlay text colors","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"overlay_text_color\":\"#FBCE37\",\n        \"overlay_text_background_color\" : \"#026451\"\n            }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {},\n        \"auto_layout\": true\n    },\n    \"created_at\": \"2022-09-27T14:12:17.920364Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": true,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#026451\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Apercu Pro\",\n        \"font_value\": \"Apercu Pro\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"fr-FR\",\n        \"filter_profanities\": false,\n        \"show_form_title\": true,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": false,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": true,\n        \"enhance_video_button\": true,\n        \"overlay_text_color\": \"#FBCE37\",\n        \"overlay_text_background_color\": \"#026451\",\n        \"square_button_radius\": 20,\n        \"expired_at_timezone\": \"Europe/Madrid\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": true\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-09-27T14:12:30.179763Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxx\",\n            \"metadata\": {\n            },\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"voice\",\n            \"updated_at\": \"2022-09-30T14:22:44.465339Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": true,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"videoask example\",\n    \"updated_at\": \"2022-10-05T12:41:00.236940Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 300\n}"},{"id":"0157674d-8616-447f-8da6-474f7f7335a9","name":"Show close overlay text button","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"show_overlay_close_button\": true \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {},\n        \"auto_layout\": true\n    },\n    \"created_at\": \"2022-09-27T14:12:17.920364Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": true,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#026451\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Apercu Pro\",\n        \"font_value\": \"Apercu Pro\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"fr-FR\",\n        \"filter_profanities\": false,\n        \"show_form_title\": true,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": true,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": true,\n        \"enhance_video_button\": true,\n        \"overlay_text_color\": \"#FBCE37\",\n        \"overlay_text_background_color\": \"#026451\",\n        \"square_button_radius\": 20,\n        \"expired_at_timezone\": \"Europe/Madrid\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": true\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-09-27T14:12:30.179763Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxx\",\n            \"metadata\": {\n            },\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"voice\",\n            \"updated_at\": \"2022-09-30T14:22:44.465339Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": true,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"videoask example\",\n    \"updated_at\": \"2022-10-05T13:36:24.638952Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 300\n}"},{"id":"195c9d4f-c1e4-4e0d-8cb7-6a78eadd7f1d","name":"Update language","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"locale\": \"es-ES\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Aug 2020 09:47:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.19.1"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"are_answers_public\": true,\n\t\"are_messages_public\": true,\n\t\"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"canvas_metadata\": {\n\t\t\"positions\": {\n\t\t\t\"question:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\": {\n\t\t\t\t\"x\": 1200,\n\t\t\t\t\"y\": 0\n\t\t\t}\n\t\t},\n\t\t\"auto_layout\": true\n\t},\n\t\"created_at\": \"2022-08-10T15:35:27.256229Z\",\n\t\"custom_language\": {\n\t\t\"custom_language_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"name\": \"My Custom Language\",\n\t\t\"base_language\": \"en-US\",\n\t\t\"values\": {\n\t\t\t\"form-page.actions.answer-type-picker\": \"Choose an option below...\"\n\t\t}\n\t},\n\t\"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"hide_branding\": false,\n\t\"idle_deadline_time_in_minutes\": 60,\n\t\"metadata\": {\n\t\t\"primary_color\": \"#FA6B05\",\n\t\t\"secondary_color\": \"#FBCE37\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"font_family\": \"Philosopher\",\n\t\t\"font_value\": \"\\\"Montserrat\\\", sans-serif\",\n\t\t\"locale\": \"es-ES\",\n\t\t\"transcription_locale\": \"en-US\",\n\t\t\"filter_profanities\": false,\n\t\t\"show_form_title\": false,\n\t\t\"live_recording\": true,\n\t\t\"show_overlay_close_button\": true,\n\t\t\"show_player_controls\": true,\n\t\t\"show_subtitles_by_default\": false,\n\t\t\"pause_autoplay\": false,\n\t\t\"enhance_video_button\": false,\n\t\t\"overlay_text_color\": \"#FFFFFF\",\n\t\t\"square_button_radius\": 10,\n\t\t\"expired_at_timezone\": \"America/New_York\"\n\t},\n\t\"notifications\": {\n\t\t\"send_contact_message_emails\": true\n\t},\n\t\"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"questions\": [{\n\t\t\"allow_multiple_selection\": false,\n\t\t\"answers_count\": 0,\n\t\t\"collect_contact_information\": true,\n\t\t\"created_at\": \"2022-08-10T15:35:31.174863Z\",\n\t\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"label\": \"1 Hello world\",\n\t\t\"logic_actions\": [{\n\t\t\t\"action\": \"jump\",\n\t\t\t\"details\": {\n\t\t\t\t\"to\": {\n\t\t\t\t\t\"type\": \"question\",\n\t\t\t\t\t\"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"condition\": {\n\t\t\t\t\"op\": \"always\",\n\t\t\t\t\"vars\": []\n\t\t\t}\n\t\t}],\n\t\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"media_type\": \"video\",\n\t\t\"media_url\": \"https://player.vimeo.com/external/236075858.sd.mp4?s=488e67b8e35ca33ef18880b46bb4752da56a4035&profile_id=165&oauth2_token_id=57447761\",\n\t\t\"metadata\": {\n\t\t\t\"text\": \"Hello world\",\n\t\t\t\"darken_text_background\": true,\n\t\t\t\"fit_video\": false,\n\t\t\t\"disable_data_collection\": false,\n\t\t\t\"overlay_text_size\": 5\n\t\t},\n\t\t\"poll_options\": [{\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option A\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}, {\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option B\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}, {\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option C\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}],\n\t\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"share_id\": \"xxxxxxxxxx\",\n\t\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\t\"thumbnail\": \"https://images.pexels.com/videos/857251/free-video-857251.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n\t\t\"title\": \"My VideoAsk\",\n\t\t\"transcode_status\": \"completed\",\n\t\t\"transcribe_status\": \"completed\",\n\t\t\"type\": \"poll\",\n\t\t\"updated_at\": \"2022-08-15T19:33:06.481182Z\"\n\t}, {\n\t\t\"allowed_answer_media_types\": [\"audio\", \"video\", \"text\"],\n\t\t\"collect_contact_information\": false,\n\t\t\"created_at\": \"2022-08-10T15:36:25.248804Z\",\n\t\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"label\": \"2 Please record your question:\",\n\t\t\"logic_actions\": [{\n\t\t\t\"action\": \"jump\",\n\t\t\t\"details\": {\n\t\t\t\t\"to\": {\n\t\t\t\t\t\"type\": \"question\",\n\t\t\t\t\t\"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"condition\": {\n\t\t\t\t\"op\": \"always\",\n\t\t\t\t\"vars\": []\n\t\t\t}\n\t\t}],\n\t\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"media_type\": \"video\",\n\t\t\"media_url\": \"https://player.vimeo.com/external/236075858.sd.mp4?s=488e67b8e35ca33ef18880b46bb4752da56a4035&profile_id=165&oauth2_token_id=57447761\",\n\t\t\"metadata\": {\n\t\t\t\"text\": \"Please record your question:\",\n\t\t\t\"darken_text_background\": true,\n\t\t\t\"fit_video\": false,\n\t\t\t\"overlay_text_size\": 5\n\t\t},\n\t\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"share_id\": \"xxxxxxxxxx\",\n\t\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\t\"thumbnail\": \"https://images.pexels.com/videos/857251/free-video-857251.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n\t\t\"title\": \"Enter Question\",\n\t\t\"transcode_status\": \"completed\",\n\t\t\"transcribe_status\": \"completed\",\n\t\t\"type\": \"standard\",\n\t\t\"updated_at\": \"2022-08-15T16:59:04.377396Z\"\n\t}, {\n\t\t\"allow_multiple_selection\": false,\n\t\t\"answers_count\": 0,\n\t\t\"collect_contact_information\": false,\n\t\t\"created_at\": \"2022-08-15T16:59:03.101588Z\",\n\t\t\"form_id\": \"13d372e3-8f20-454c-b057-1e11efb470aa\",\n\t\t\"label\": \"3\",\n\t\t\"logic_actions\": [{\n\t\t\t\"action\": \"jump\",\n\t\t\t\"details\": {\n\t\t\t\t\"to\": {\n\t\t\t\t\t\"type\": \"goodbye\",\n\t\t\t\t\t\"value\": \"default\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"condition\": {\n\t\t\t\t\"op\": \"always\",\n\t\t\t\t\"vars\": []\n\t\t\t}\n\t\t}],\n\t\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"media_type\": \"video\",\n\t\t\"media_url\": \"https://player.vimeo.com/external/363031257.hd.mp4?s=0c25528f8484030b0c45da6eda102836e11a58f8&profile_id=175&oauth2_token_id=57447761\",\n\t\t\"metadata\": {},\n\t\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"share_id\": \"xxxxxxxxxx\",\n\t\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\t\"thumbnail\": \"https://images.pexels.com/videos/3002769/free-video-3002769.jpg?fit=crop&w=1200&h=630&auto=compress&cs=tinysrgb\",\n\t\t\"transcode_status\": \"completed\",\n\t\t\"transcribe_status\": \"completed\",\n\t\t\"type\": \"poll\",\n\t\t\"updated_at\": \"2022-08-15T16:59:18.985659Z\",\n\t\t\"poll_options\": [{\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option D\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}, {\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option E\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}, {\n\t\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\"content\": \"Option F\",\n\t\t\t\"total_count\": 0,\n\t\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t}]\n\t}],\n\t\"requires_consent\": false,\n\t\"requires_contact_email\": true,\n\t\"requires_contact_info\": true,\n\t\"requires_contact_name\": true,\n\t\"requires_contact_phone_number\": false,\n\t\"requires_contact_product_name\": false,\n\t\"respondents_count\": 0,\n\t\"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"share_id\": \"xxxxxxxxxx\",\n\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\"show_consent\": false,\n\t\"show_contact_email\": true,\n\t\"show_contact_name\": true,\n\t\"show_contact_phone_number\": false,\n\t\"show_contact_product_name\": false,\n\t\"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"title\": \"Hello World Demo\",\n\t\"updated_at\": \"2022-08-15T19:42:57.696772Z\",\n\t\"is_password_protected\": false,\n\t\"password\": \"MyUltraSecretPassword123\",\n\t\"drop_off_analysis\": true\n}"},{"id":"c0092d8c-0fc7-4b09-89f8-bde7fd054d55","name":"Use custom language","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"custom_language\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Aug 2020 09:47:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.19.1"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n\t\"are_answers_public\": false,\n\t\"are_messages_public\": false,\n\t\"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"created_at\": \"2022-08-26T18:29:55.531896Z\",\n\t\"custom_language\": {\n\t\t\"custom_language_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"name\": \"My Custom Language\",\n\t\t\"base_language\": \"en-US\",\n\t\t\"values\": {\n\t\t\t\"form-page.actions.answer-type-picker\": \" \"\n\t\t}\n\t},\n\t\"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"hide_branding\": false,\n\t\"idle_deadline_time_in_minutes\": 60,\n\t\"metadata\": {\n\t\t\"primary_color\": \"#FA6B05\",\n\t\t\"secondary_color\": \"#FBCE37\",\n\t\t\"background_color\": \"#FFFFFF\",\n\t\t\"font_family\": \"Montserrat\",\n\t\t\"font_value\": \"\\\"Montserrat\\\", sans-serif\",\n\t\t\"locale\": \"en-US\",\n\t\t\"transcription_locale\": \"en-US\",\n\t\t\"filter_profanities\": false,\n\t\t\"show_form_title\": false,\n\t\t\"live_recording\": true,\n\t\t\"show_overlay_close_button\": true,\n\t\t\"show_player_controls\": true,\n\t\t\"show_subtitles_by_default\": false,\n\t\t\"pause_autoplay\": false,\n\t\t\"enhance_video_button\": false,\n\t\t\"overlay_text_color\": \"#FFFFFF\",\n\t\t\"square_button_radius\": 10,\n\t\t\"expired_at_timezone\": \"America/New_York\"\n\t},\n\t\"notifications\": {\n\t\t\"send_contact_message_emails\": true\n\t},\n\t\"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"questions\": [{\n\t\t\"allowed_answer_media_types\": [\"audio\", \"video\", \"text\"],\n\t\t\"collect_contact_information\": false,\n\t\t\"created_at\": \"2022-08-26T18:29:59.050425Z\",\n\t\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"label\": \"1\",\n\t\t\"logic_actions\": [{\n\t\t\t\"action\": \"jump\",\n\t\t\t\"details\": {\n\t\t\t\t\"to\": {\n\t\t\t\t\t\"type\": \"goodbye\",\n\t\t\t\t\t\"value\": \"default\"\n\t\t\t\t}\n\t\t\t},\n\t\t\t\"condition\": {\n\t\t\t\t\"op\": \"always\",\n\t\t\t\t\"vars\": []\n\t\t\t}\n\t\t}],\n\t\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"media_type\": \"video\",\n\t\t\"media_url\": \"https://player.vimeo.com/external/363031257.hd.mp4?s=0c25528f8484030b0c45da6eda102836e11a58f8&profile_id=175&oauth2_token_id=57447761\",\n\t\t\"metadata\": {},\n\t\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"share_id\": \"xxxxxxxxxx\",\n\t\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxxx\",\n\t\t\"thumbnail\": \"https://images.pexels.com/videos/3002769/free-video-3002769.jpg?fit=crop&w=1200&h=630&auto=compress&cs=tinysrgb\",\n\t\t\"transcode_status\": \"completed\",\n\t\t\"transcribe_status\": \"completed\",\n\t\t\"type\": \"standard\",\n\t\t\"updated_at\": \"2022-08-26T18:29:59.278889Z\"\n\t}],\n\t\"requires_consent\": false,\n\t\"requires_contact_email\": false,\n\t\"requires_contact_info\": false,\n\t\"requires_contact_name\": false,\n\t\"requires_contact_phone_number\": false,\n\t\"requires_contact_product_name\": false,\n\t\"respondents_count\": 0,\n\t\"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"share_id\": \"xxxxxxxxxx\",\n\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\"show_consent\": false,\n\t\"show_contact_email\": false,\n\t\"show_contact_name\": false,\n\t\"show_contact_phone_number\": false,\n\t\"show_contact_product_name\": false,\n\t\"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"title\": \"Hello World\",\n\t\"updated_at\": \"2022-08-26T18:49:44.970405Z\",\n\t\"is_password_protected\": false,\n\t\"drop_off_analysis\": true\n}"},{"id":"b74addd4-ed10-4428-a98d-cacb541f39a6","name":"Update form title","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My new title\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Aug 2020 09:46:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.19.1"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n    \"title\": \"My new title\",\n    \"requires_contact_info\": true,\n    \"requires_contact_email\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"hide_branding\": false,\n    \"metadata\": {\n        \"primary_color\": \"#522CBB\",\n        \"secondary_color\": \"#4CD982\",\n        \"locale\": \"en-US\",\n        \"show_form_title\": true\n    },\n    \"share_id\": \"f72l3mugt\",\n    \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n    \"created_at\": \"2020-03-30T15:53:59.331687Z\",\n    \"updated_at\": \"2020-08-13T09:46:27.520152Z\",\n    \"respondents_count\": 13,\n    \"author_id\": \"8a484e48-2e8e-423d-8d91-b1d6c98b60f2\",\n    \"questions\": [\n        {\n            \"answers_count\": 9,\n            \"created_at\": \"2020-03-30T15:53:59.697150Z\",\n            \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n            \"media_id\": \"e627bdd1-a9db-41a9-80db-a6546c9c6ba6\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy.mp4?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&rid=giphy.mp4\",\n            \"metadata\": {\n                \"text\": \"What's your favorite fruit?\",\n                \"darken_text_background\": true,\n                \"fit_video\": false\n            },\n            \"poll_options\": [\n                {\n                    \"id\": \"27b7cd85-db1e-4316-8dbe-772523feb098\",\n                    \"content\": \"Bananas\",\n                    \"total_count\": 3\n                },\n                {\n                    \"id\": \"38ee39f0-aca3-4f3a-a74b-ec65beb139b3\",\n                    \"content\": \"Strawberries\",\n                    \"total_count\": 4\n                },\n                {\n                    \"id\": \"b15efc9c-ae2e-4254-b653-50c8ef2b7364\",\n                    \"content\": \"Apples\",\n                    \"total_count\": 0\n                },\n                {\n                    \"id\": \"3c4a9c2e-fab0-47bf-b545-ff2d77ce3b21\",\n                    \"content\": \"Grapes\",\n                    \"total_count\": 1\n                },\n                {\n                    \"id\": \"6daada9f-cc7b-4ffe-9529-f16f35517770\",\n                    \"content\": \"Other\",\n                    \"total_count\": 1\n                }\n            ],\n            \"allow_multiple_selection\": false,\n            \"question_id\": \"4d73e927-e0ef-4b73-a5da-cdda038545e1\",\n            \"share_id\": \"f72l3mugt\",\n            \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n            \"thumbnail\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy-preview.gif?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&rid=giphy-preview.gif\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"poll\",\n            \"updated_at\": \"2020-03-30T15:57:11.319072Z\"\n        },\n        {\n            \"allowed_answer_media_types\": [\n                \"video\",\n                \"audio\",\n                \"text\"\n            ],\n            \"created_at\": \"2020-03-30T15:57:10.931514Z\",\n            \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n            \"media_id\": \"8031b331-c5e1-4fda-8523-314c2fa5cdd8\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy.mp4?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&rid=giphy.mp4\",\n            \"metadata\": {\n                \"text\": \"Why do you love that fruit?\",\n                \"darken_text_background\": true,\n                \"fit_video\": false\n            },\n            \"allow_multiple_selection\": false,\n            \"question_id\": \"a74ac70a-b207-492d-a3c8-43c8508f5c7a\",\n            \"share_id\": \"f72l3mugt\",\n            \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n            \"thumbnail\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy-preview.gif?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&rid=giphy-preview.gif\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"standard\",\n            \"updated_at\": \"2020-03-30T15:57:11.324552Z\"\n        }\n    ],\n    \"are_answers_public\": false,\n    \"notifications\": {\n        \"send_contact_message_emails\": false\n    }\n}"},{"id":"a90d57d0-78a5-403d-952f-6bcb0916829b","name":"Show videoask title","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"show_form_title\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {},\n        \"auto_layout\": true\n    },\n    \"created_at\": \"2022-09-27T14:12:17.920364Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": true,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#026451\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Apercu Pro\",\n        \"font_value\": \"Apercu Pro\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"fr-FR\",\n        \"filter_profanities\": false,\n        \"show_form_title\": true,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": false,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": true,\n        \"enhance_video_button\": true,\n        \"overlay_text_color\": \"#FBCE37\",\n        \"overlay_text_background_color\": \"#026451\",\n        \"square_button_radius\": 20,\n        \"expired_at_timezone\": \"Europe/Madrid\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": false\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-09-27T14:12:30.179763Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxx\",\n            \"metadata\": {\n            },\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"voice\",\n            \"updated_at\": \"2022-09-30T14:22:44.465339Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": true,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"videoask example\",\n    \"updated_at\": \"2022-10-05T11:00:44.677591Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 300\n}"},{"id":"a7393bc3-3a01-45cf-ad54-ef9c28eba6a6","name":"Show captions by default","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"show_subtitles_by_default\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {},\n        \"auto_layout\": true\n    },\n    \"created_at\": \"2022-09-27T14:12:17.920364Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": true,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#026451\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Apercu Pro\",\n        \"font_value\": \"Apercu Pro\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"fr-FR\",\n        \"filter_profanities\": false,\n        \"show_form_title\": true,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": true,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": true,\n        \"pause_autoplay\": true,\n        \"enhance_video_button\": true,\n        \"overlay_text_color\": \"#FBCE37\",\n        \"overlay_text_background_color\": \"#026451\",\n        \"square_button_radius\": 20,\n        \"expired_at_timezone\": \"Europe/Madrid\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": true\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-09-27T14:12:30.179763Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxx\",\n            \"metadata\": {\n            },\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"voice\",\n            \"updated_at\": \"2022-09-30T14:22:44.465339Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": true,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"videoask example\",\n    \"updated_at\": \"2022-10-10T12:31:41.648598Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 300\n}"},{"id":"bbeb219e-328c-4df2-9ce1-b0fd0858ae7a","name":"Adding custom variables","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"variables\": [\n        {\"key\":\"my_first_variable\"},\n        {\"key\":\"my_second_variable\"}\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"c62ee39a-2964-4f81-8e2c-ae7af4b0fc5c","name":"Add a custom branding to a form","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hide_branding\": false,\n    \"branding\": \"6b398199-1a19-4abd-90f0-4d0fb81c3bd6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"cd4631c6-2d2e-4b0a-863f-594996c696f3","name":"Share all interactions","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"are_answers_public\": true,\n\t\"are_messages_public\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": true,\n    \"are_messages_public\": true,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"created_at\": \"2022-09-01T15:51:33.168689Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": false,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#FA6B05\",\n        \"secondary_color\": \"#FBCE37\",\n        \"background_color\": \"#FFFFFF\",\n        \"font_family\": \"Montserrat\",\n        \"font_value\": \"\\\"Montserrat\\\", sans-serif\",\n        \"locale\": \"en-US\",\n        \"show_form_title\": false,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": true,\n        \"show_player_controls\": true,\n        \"square_button_radius\": 10,\n        \"goodbye_screen\": {\n            \"title\": \"Thanks for responding!\",\n            \"subtitle\": \"We'll follow up shortly.\",\n            \"use_brand\": true,\n            \"background_color\": \"#379CFB\",\n            \"show_social_media_share_buttons\": true\n        }\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": true\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"allowed_answer_media_types\": [\n                \"audio\",\n                \"video\",\n                \"text\"\n            ],\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-09-01T15:51:37.596949Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"question\",\n                            \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/363031257.hd.mp4\",\n            \"metadata\": {},\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/3002769/free-video-3002769.jpg\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"standard\",\n            \"updated_at\": \"2022-09-06T17:56:29.488324Z\"\n        },\n        {\n            \"allow_multiple_selection\": false,\n            \"answers_count\": 0,\n            \"collect_contact_information\": false,\n            \"created_at\": \"2022-09-06T17:56:28.857297Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"2\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"question\",\n                            \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                        },\n                        \"operations\": [\n                            {\n                                \"type\": \"add\",\n                                \"value\": 0,\n                                \"variable\": \"@score\"\n                            }\n                        ]\n                    },\n                    \"condition\": {\n                        \"op\": \"is\",\n                        \"vars\": [\n                            {\n                                \"type\": \"question\",\n                                \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                            },\n                            {\n                                \"type\": \"option\",\n                                \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"question\",\n                            \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"is\",\n                        \"vars\": [\n                            {\n                                \"type\": \"question\",\n                                \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                            },\n                            {\n                                \"type\": \"option\",\n                                \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/363031257.hd.mp4\",\n            \"metadata\": {},\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/3002769/free-video-3002769.jpg\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"poll\",\n            \"updated_at\": \"2022-09-06T17:57:04.022415Z\",\n            \"poll_options\": [\n                {\n                    \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"content\": \"x\",\n                    \"total_count\": 0,\n                    \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                },\n                {\n                    \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"content\": \"x\",\n                    \"total_count\": 0,\n                    \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                }\n            ]\n        },\n        {\n            \"allowed_answer_media_types\": [\n                \"audio\",\n                \"video\",\n                \"text\"\n            ],\n            \"collect_contact_information\": false,\n            \"created_at\": \"2022-09-06T17:57:03.657662Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"3\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"question\",\n                            \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"and\",\n                        \"vars\": [\n                            {\n                                \"op\": \"is\",\n                                \"vars\": [\n                                    {\n                                        \"type\": \"question\",\n                                        \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                                    },\n                                    {\n                                        \"type\": \"option\",\n                                        \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                                    }\n                                ]\n                            },\n                            {\n                                \"op\": \"eq\",\n                                \"vars\": [\n                                    {\n                                        \"type\": \"numeric\",\n                                        \"value\": 0,\n                                        \"variable\": \"@score\"\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/363031257.hd.mp4\",\n            \"metadata\": {},\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/3002769/free-video-3002769.jpg\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"standard\",\n            \"updated_at\": \"2022-09-06T17:57:43.538408Z\"\n        }\n    ],\n    \"requires_consent\": true,\n    \"requires_contact_email\": false,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": true,\n    \"show_contact_email\": false,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"title\": \"Hello World\",\n    \"updated_at\": \"2022-09-12T19:06:31.804189Z\",\n    \"variables\": [\n        {\n            \"key\": \"favorite_color\"\n        }\n    ],\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true\n}"},{"id":"0b30190e-398a-46ff-b6a4-36e640f4299e","name":"Show video controls","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"show_player_controls\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {},\n        \"auto_layout\": true\n    },\n    \"created_at\": \"2022-09-27T14:12:17.920364Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": true,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#026451\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Apercu Pro\",\n        \"font_value\": \"Apercu Pro\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"fr-FR\",\n        \"filter_profanities\": false,\n        \"show_form_title\": true,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": false,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": false,\n        \"enhance_video_button\": false,\n        \"overlay_text_color\": \"#FBCE37\",\n        \"overlay_text_background_color\": \"#026451\",\n        \"square_button_radius\": 20,\n        \"expired_at_timezone\": \"Europe/Madrid\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": false\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-09-27T14:12:30.179763Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxx\",\n            \"metadata\": {\n            },\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"voice\",\n            \"updated_at\": \"2022-09-30T14:22:44.465339Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": true,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"videask example\",\n    \"updated_at\": \"2022-10-04T16:29:33.895242Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 300\n}"},{"id":"803c34fc-bcf4-4efc-82fc-f2a841e08c23","name":"Pause auto-play","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"pause_autoplay\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {},\n        \"auto_layout\": true\n    },\n    \"created_at\": \"2022-09-27T14:12:17.920364Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": true,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#026451\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Apercu Pro\",\n        \"font_value\": \"Apercu Pro\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"fr-FR\",\n        \"filter_profanities\": false,\n        \"show_form_title\": true,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": false,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": true,\n        \"enhance_video_button\": false,\n        \"overlay_text_color\": \"#FBCE37\",\n        \"overlay_text_background_color\": \"#026451\",\n        \"square_button_radius\": 20,\n        \"expired_at_timezone\": \"Europe/Madrid\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": false\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-09-27T14:12:30.179763Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxx\",\n            \"metadata\": {\n                ]\n            },\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"voice\",\n            \"updated_at\": \"2022-09-30T14:22:44.465339Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": true,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"videoask example\",\n    \"updated_at\": \"2022-10-05T09:09:03.700631Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 300\n}"},{"id":"ec0e29ae-5ce7-4bc1-b0dc-663559cb74a6","name":"Oversize the video button","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"enhance_video_button\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {},\n        \"auto_layout\": true\n    },\n    \"created_at\": \"2022-09-27T14:12:17.920364Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": true,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#026451\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Apercu Pro\",\n        \"font_value\": \"Apercu Pro\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"fr-FR\",\n        \"filter_profanities\": false,\n        \"show_form_title\": true,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": false,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": true,\n        \"enhance_video_button\": true,\n        \"overlay_text_color\": \"#FBCE37\",\n        \"overlay_text_background_color\": \"#026451\",\n        \"square_button_radius\": 20,\n        \"expired_at_timezone\": \"Europe/Madrid\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": false\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-09-27T14:12:30.179763Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxx\",\n            \"metadata\": {\n                ]\n            },\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"voice\",\n            \"updated_at\": \"2022-09-30T14:22:44.465339Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": true,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"videoask example\",\n    \"updated_at\": \"2022-10-05T09:50:19.288084Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 300\n}"},{"id":"3a0fba12-0f37-40c4-b64c-e255c1ddc37a","name":"Update button border radius","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"square_button_radius\": 20\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {},\n        \"auto_layout\": true\n    },\n    \"created_at\": \"2022-09-27T14:12:17.920364Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": true,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#026451\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Apercu Pro\",\n        \"font_value\": \"Apercu Pro\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"fr-FR\",\n        \"filter_profanities\": false,\n        \"show_form_title\": true,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": false,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": true,\n        \"enhance_video_button\": true,\n        \"overlay_text_color\": \"#FBCE37\",\n        \"overlay_text_background_color\": \"#026451\",\n        \"square_button_radius\": 20,\n        \"expired_at_timezone\": \"Europe/Madrid\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": false\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-09-27T14:12:30.179763Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxx\",\n            \"metadata\": {\n            },\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"voice\",\n            \"updated_at\": \"2022-09-30T14:22:44.465339Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": true,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"videoask example\",\n    \"updated_at\": \"2022-10-05T11:18:44.057575Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 300\n}"},{"id":"4ab770ae-b071-4e49-995c-4a71bc7b8fee","name":"Update reply notifications","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"notifications\": {\n        \"send_contact_message_emails\": true \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {},\n        \"auto_layout\": true\n    },\n    \"created_at\": \"2022-09-27T14:12:17.920364Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": true,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#026451\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Apercu Pro\",\n        \"font_value\": \"Apercu Pro\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"fr-FR\",\n        \"filter_profanities\": false,\n        \"show_form_title\": true,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": false,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": true,\n        \"enhance_video_button\": true,\n        \"overlay_text_color\": \"#FBCE37\",\n        \"overlay_text_background_color\": \"#026451\",\n        \"square_button_radius\": 20,\n        \"expired_at_timezone\": \"Europe/Madrid\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": true\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-09-27T14:12:30.179763Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxx\",\n            \"metadata\": {\n            },\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"voice\",\n            \"updated_at\": \"2022-09-30T14:22:44.465339Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": true,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"videoask example\",\n    \"updated_at\": \"2022-10-05T11:31:16.900283Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 300\n}"},{"id":"bcc3744a-8931-4e6e-8cca-448029d69a2d","name":"Update transcript language","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"transcription_locale\": \"fr-FR\" \n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {},\n        \"auto_layout\": true\n    },\n    \"created_at\": \"2022-09-27T14:12:17.920364Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": true,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#026451\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Apercu Pro\",\n        \"font_value\": \"Apercu Pro\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"fr-FR\",\n        \"filter_profanities\": false,\n        \"show_form_title\": true,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": false,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": true,\n        \"enhance_video_button\": true,\n        \"overlay_text_color\": \"#FBCE37\",\n        \"overlay_text_background_color\": \"#026451\",\n        \"square_button_radius\": 20,\n        \"expired_at_timezone\": \"Europe/Madrid\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": true\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-09-27T14:12:30.179763Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxx\",\n            \"metadata\": {\n            },\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"voice\",\n            \"updated_at\": \"2022-09-30T14:22:44.465339Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": true,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"videoask example\",\n    \"updated_at\": \"2022-10-05T12:32:00.155210Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 300\n}"},{"id":"4b2748a7-4206-4312-8cec-fc034d3fbe62","name":"Update respondent reply time","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"reply_media_time_limit\": 60\n}"},"url":"https://api.videoask.com/forms/form_id"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"},\n    \"notifications\": {\n        \"send_contact_message_emails\": false\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"allow_multiple_selection\": false,\n            \"answers_count\": 0,\n            \"collect_contact_information\": false,\n            \"created_at\": \"2022-10-05T22:07:38.699502Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/271510997.hd.mp4?s=09438f2556bc75ada9d8b69908d42463e9d12e3a&profile_id=171&oauth2_token_id=xxxxxxxx\",\n            \"metadata\": {\n                \"custom_type\": \"button\",\n                \"disable_data_collection\": true\n            },\n            \"poll_options\": [\n                {\n                    \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"content\": \"Let's go\",\n                    \"total_count\": 0,\n                    \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                }\n            ],\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/xxxxxxx/free-video-1110140.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"poll\",\n            \"updated_at\": \"2022-10-06T20:34:52.528929Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": false,\n    \"requires_contact_info\": false,\n    \"requires_contact_name\": false,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": false,\n    \"show_contact_name\": false,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"title\": \"Limit respondent replies\",\n    \"updated_at\": \"2022-10-06T20:35:10.678497Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 60\n}"},{"id":"0a5e076a-3340-4249-91d7-a3b82509de85","name":"Make all interactions shareable","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"are_answers_public\": true,\n    \"are_messages_public\": true\n}"},"url":"https://api.videoask.com/forms/form_id"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": true,\n    \"are_messages_public\": true,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {\n            \"question:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\": {\n                \"x\": 184,\n                \"y\": 0\n            }\n        }\n    },\n    \"created_at\": \"2022-10-14T21:43:37.532852Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": false,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#7D00FE\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Arial\",\n        \"font_value\": \"Arial, sans-serif\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"en-US\",\n        \"filter_profanities\": false,\n        \"show_form_title\": false,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": true,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": false,\n        \"enhance_video_button\": false,\n        \"overlay_text_color\": \"#FFFFFF\",\n        \"square_button_radius\": 16,\n        \"expired_at_timezone\": \"America/Los_Angeles\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": true\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"allowed_answer_media_types\": [\n                \"audio\",\n                \"video\",\n                \"text\"\n            ],\n            \"collect_contact_information\": false,\n            \"created_at\": \"2022-10-14T21:43:46.457666Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/206536303.hd.mp4?s=00eda3b3b469915bdde994f838ab3a5f5354d651&profile_id=119&oauth2_token_id=xxxxxxxx\",\n            \"metadata\": {},\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/xxxxxxx/free-video-1110140.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"standard\",\n            \"updated_at\": \"2022-10-14T21:43:46.998254Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": false,\n    \"requires_contact_info\": false,\n    \"requires_contact_name\": false,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_footnote\": false,\n    \"show_contact_email\": false,\n    \"show_contact_name\": false,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n    \"title\": \"My videoask\",\n    \"updated_at\": \"2022-10-14T22:02:29.248160Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"reply_media_time_limit\": 300\n}"}],"_postman_id":"f5c283e7-5704-43a5-a7f6-8a9987cd30fc"},{"name":"Add contact form","id":"03f79ed4-5277-420e-85a8-f36d8ea953ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms/form_id","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"67eca8b6-7f94-4bed-9bdd-72107b4cef9e","id":"67eca8b6-7f94-4bed-9bdd-72107b4cef9e","name":"Forms","type":"folder"}},"urlObject":{"path":["forms","form_id"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"e53c29fd-b82f-4977-a7b0-9cff2233d68e","name":"Add contact form","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"collect_contact_information\": true,\n    \"requires_consent\": true,\n    \"requires_contact_email\": true,\n    \"requires_contact_name\": true,\n    \"default_country_code\": null,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"show_consent\": true,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"show_footnote\": true,\n        \"metadata\": {\n            \"consent_label\": \"This is my consent message\",\n            \"footnote_label\": \"My notes\"\n        }\n}"},"url":"https://api.videoask.com/forms/form_id"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"canvas_metadata\": {\n        \"positions\": {\n            \"start:default\": {\n                \"x\": 0,\n                \"y\": 0\n            },\n            \"goodbye:default\": {\n                \"x\": 960,\n                \"y\": 0\n            },\n            \"question:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\": {\n                \"x\": 556,\n                \"y\": -25\n            }\n        },\n        \"auto_layout\": false\n    },\n    \"created_at\": \"2022-10-20T22:50:26.747638Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": false,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#7D00FE\",\n        \"secondary_color\": \"#36CF71\",\n        \"background_color\": \"#ffffff\",\n        \"font_family\": \"Arial\",\n        \"font_value\": \"Arial, sans-serif\",\n        \"locale\": \"en-US\",\n        \"show_form_title\": false,\n        \"live_recording\": true,\n        \"consent_label\": \"This is my consent message\",\n        \"footnote_label\": \"My notes\",\n        \"show_overlay_close_button\": true,\n        \"show_player_controls\": true,\n        \"square_button_radius\": 16\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": true\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"allowed_answer_media_types\": [\n                \"audio\",\n                \"video\",\n                \"text\"\n            ],\n            \"collect_contact_information\": true,\n            \"created_at\": \"2022-10-20T22:50:32.526146Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/332588783.hd.mp4?s=b2ef707298773aa9fcd7347cf170509533a86f5e&profile_id=175&oauth2_token_id=xxxxxxxx\",\n            \"metadata\": {},\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/2231485/free-video-2231485.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"standard\",\n            \"updated_at\": \"2022-10-24T22:45:25.584922Z\"\n        }\n    ],\n    \"requires_consent\": true,\n    \"requires_contact_email\": true,\n    \"requires_contact_info\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": true,\n    \"show_footnote\": true,\n    \"show_contact_email\": true,\n    \"show_contact_name\": true,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"My videoask\",\n    \"updated_at\": \"2022-10-24T22:52:22.024259Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true,\n    \"is_respondent_confirmation_email_enabled\": false,\n    \"reply_media_time_limit\": 300\n}"}],"_postman_id":"03f79ed4-5277-420e-85a8-f36d8ea953ee"},{"name":"Schedule a close date","id":"0e04f7a5-9a3c-4b0e-85b5-b9a34223b2a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"expired_at\": \"2022-08-25T20:34:15+00:00\",\n\t\"metadata\": {\n\n\t\t\"schedule_close_date_message\": \"Goodbye, world!\",\n\t\t\"expired_at_timezone\": \"America/New_York\"\n\t}\n}"},"url":"https://api.videoask.com/forms/form_id","description":"<p>Consider using this <a href=\"https://time.lol/\">third-party tool</a> (not affiliated with or endorsed by Typeform) to convert between the required ISO 8601 time format and human-readable time.</p>\n","urlObject":{"path":["forms","form_id"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"16bc0651-aafd-47b4-9885-24060f4177df","name":"Schedule a close date","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"expired_at\": \"2022-08-25T20:34:15+00:00\",\n\t\"metadata\": {\n\n\t\t\"schedule_close_date_message\": \"Goodbye, world!\",\n\t\t\"expired_at_timezone\": \"America/New_York\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"created_at\": \"2022-08-24T13:09:04.103907Z\",\n    \"expired_at\": \"2022-08-25T20:34:15.000000Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": false,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#FA6B05\",\n        \"secondary_color\": \"#FBCE37\",\n        \"background_color\": \"#FFFFFF\",\n        \"font_family\": \"Montserrat\",\n        \"font_value\": \"\\\"Montserrat\\\", sans-serif\",\n        \"schedule_close_date_message\": \"Goodbye, world!\",\n        \"locale\": \"en-US\",\n        \"transcription_locale\": \"en-US\",\n        \"filter_profanities\": false,\n        \"show_form_title\": false,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": true,\n        \"show_player_controls\": true,\n        \"show_subtitles_by_default\": false,\n        \"pause_autoplay\": false,\n        \"enhance_video_button\": false,\n        \"overlay_text_color\": \"#FFFFFF\",\n        \"square_button_radius\": 10,\n        \"expired_at_timezone\": \"America/New_York\"\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": true\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"allow_multiple_selection\": false,\n            \"answers_count\": 0,\n            \"collect_contact_information\": false,\n            \"created_at\": \"2022-08-24T13:09:22.781088Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"url\",\n                            \"value\": \"https://www.videoask.com/xxxxxxxxxx\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"is\",\n                        \"vars\": [\n                            {\n                                \"type\": \"question\",\n                                \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                            },\n                            {\n                                \"type\": \"option\",\n                                \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/373966277.hd.mp4\",\n            \"metadata\": {\n                \"randomize_poll_options\": true\n            },\n            \"poll_options\": [\n                {\n                    \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"content\": \"Choice A\",\n                    \"total_count\": 0,\n                    \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                },\n                {\n                    \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n                    \"content\": \"Choice B\",\n                    \"total_count\": 0,\n                    \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n                }\n            ],\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/3249935.jpg\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"poll\",\n            \"updated_at\": \"2022-08-24T16:17:31.117023Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": false,\n    \"requires_contact_info\": false,\n    \"requires_contact_name\": false,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"fvog3ag3y\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_contact_email\": false,\n    \"show_contact_name\": false,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"My VideoAsk\",\n    \"updated_at\": \"2022-08-24T20:45:36.439081Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true\n}"}],"_postman_id":"0e04f7a5-9a3c-4b0e-85b5-b9a34223b2a7"},{"name":"Edit end screen","id":"fdd63724-234e-45d6-bde9-1d5c58b51738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\n{\n\t\"metadata\": {\n\t\t\"goodbye_screen\": {\n\t\t\t\"title\": \"Thanks for responding!\",\n\t\t\t\"subtitle\": \"We'll follow up shortly.\",\n\t\t\t\"use_brand\": true,\n\t\t\t\"background_color\": \"#379CFB\",\n\t\t\t\"show_social_media_share_buttons\": true\n\t\t}\n\t}\n}\n"},"url":"https://api.videoask.com/forms/form_id","urlObject":{"path":["forms","form_id"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"4e6fecaa-6ea6-40f8-9113-dc39bb5eeb57","name":"Edit end screen","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"\n{\n\t\"metadata\": {\n\t\t\"goodbye_screen\": {\n\t\t\t\"title\": \"Thanks for responding!\",\n\t\t\t\"subtitle\": \"We'll follow up shortly.\",\n\t\t\t\"use_brand\": true,\n\t\t\t\"background_color\": \"#379CFB\",\n\t\t\t\"show_social_media_share_buttons\": true\n\t\t}\n\t}\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"created_at\": \"2022-09-06T19:34:55.910336Z\",\n    \"folder_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"hide_branding\": false,\n    \"idle_deadline_time_in_minutes\": 60,\n    \"metadata\": {\n        \"primary_color\": \"#FA6B05\",\n        \"secondary_color\": \"#FBCE37\",\n        \"background_color\": \"#FFFFFF\",\n        \"font_family\": \"Montserrat\",\n        \"font_value\": \"\\\"Montserrat\\\", sans-serif\",\n        \"locale\": \"en-US\",\n        \"show_form_title\": false,\n        \"live_recording\": true,\n        \"show_overlay_close_button\": true,\n        \"show_player_controls\": true,\n        \"square_button_radius\": 10,\n        \"goodbye_screen\": {\n            \"title\": \"My big title\",\n            \"subtitle\": \"My small title\",\n            \"use_brand\": false,\n            \"background_color\": \"#379CFB\",\n            \"show_social_media_share_buttons\": true\n        }\n    },\n    \"notifications\": {\n        \"send_contact_message_emails\": true\n    },\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"questions\": [\n        {\n            \"allowed_answer_media_types\": [\n                \"audio\",\n                \"video\",\n                \"text\"\n            ],\n            \"collect_contact_information\": false,\n            \"created_at\": \"2022-09-06T19:35:00.296029Z\",\n            \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"label\": \"1\",\n            \"logic_actions\": [\n                {\n                    \"action\": \"jump\",\n                    \"details\": {\n                        \"to\": {\n                            \"type\": \"goodbye\",\n                            \"value\": \"default\"\n                        }\n                    },\n                    \"condition\": {\n                        \"op\": \"always\",\n                        \"vars\": []\n                    }\n                }\n            ],\n            \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"media_type\": \"video\",\n            \"media_url\": \"https://player.vimeo.com/external/363031257.hd.mp4\",\n            \"metadata\": {},\n            \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"share_id\": \"xxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n            \"thumbnail\": \"https://images.pexels.com/videos/3002769/free-video-3002769.jpg\",\n            \"transcode_status\": \"completed\",\n            \"transcribe_status\": \"completed\",\n            \"type\": \"standard\",\n            \"updated_at\": \"2022-09-06T19:35:00.513627Z\"\n        }\n    ],\n    \"requires_consent\": false,\n    \"requires_contact_email\": false,\n    \"requires_contact_info\": false,\n    \"requires_contact_name\": false,\n    \"requires_contact_phone_number\": false,\n    \"requires_contact_product_name\": false,\n    \"respondents_count\": 0,\n    \"responses_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"responses_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"show_consent\": false,\n    \"show_contact_email\": false,\n    \"show_contact_name\": false,\n    \"show_contact_phone_number\": false,\n    \"show_contact_product_name\": false,\n    \"tag_share_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"tag_share_url\": \"https://www.videoask.com/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"title\": \"My VideoAsk\",\n    \"updated_at\": \"2022-09-06T19:36:32.583221Z\",\n    \"is_password_protected\": false,\n    \"drop_off_analysis\": true\n}"}],"_postman_id":"fdd63724-234e-45d6-bde9-1d5c58b51738"},{"name":"Delete form","id":"de6fd118-c2d1-4341-97fa-1ba4ce5528cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms/form_id?soft_delete=true","urlObject":{"path":["forms","form_id"],"host":["https://api.videoask.com"],"query":[{"key":"soft_delete","value":"true"}],"variable":[]}},"response":[{"id":"54084015-8214-426c-a0db-f525afb79e05","name":"Delete form","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":{"raw":"https://api.videoask.com/forms/form_id?soft_delete=true","host":["https://api.videoask.com"],"path":["forms","form_id"],"query":[{"key":"soft_delete","value":"true"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"de6fd118-c2d1-4341-97fa-1ba4ce5528cc"}],"id":"67eca8b6-7f94-4bed-9bdd-72107b4cef9e","description":"<p>The Forms API lets you retrieve details about the videoasks in your account. Either as a list or individually.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6ff97acf-034b-4565-8faf-50c7093f8311","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c0ee8c4c-69d1-41ca-b14f-b24f81784c85","type":"text/javascript","exec":[""]}}],"_postman_id":"67eca8b6-7f94-4bed-9bdd-72107b4cef9e"},{"name":"Filters","item":[{"name":"Filter responses","id":"9c828ca2-15e9-4d0b-bae7-984ac8257637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms/form_id/conversations?exclude_humans=true&limit=100&only_unread=false&only_without_tags=false&message_status=without_reply&score_gt=10&score_lt=25&tag={{tag_id}}&created_at_start_date=2022-12-01&created_at_end_date=2022-02-01&order_by=-latest_interaction","urlObject":{"protocol":"https","path":["forms","form_id","conversations"],"host":["api","videoask","com"],"query":[{"description":{"content":"<p>Can be <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"exclude_humans","value":"true"},{"key":"limit","value":"100"},{"description":{"content":"<p>Can be <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"only_unread","value":"false"},{"description":{"content":"<p>Can be <code>true</code> or <code>false</code></p>\n","type":"text/plain"},"key":"only_without_tags","value":"false"},{"description":{"content":"<p>Can be <code>without_reply</code> or <code>with_reply</code></p>\n","type":"text/plain"},"key":"message_status","value":"without_reply"},{"description":{"content":"<p>Score greater than</p>\n","type":"text/plain"},"key":"score_gt","value":"10"},{"description":{"content":"<p>Score less than</p>\n","type":"text/plain"},"key":"score_lt","value":"25"},{"key":"tag","value":"{{tag_id}}"},{"description":{"content":"<p>A date in YYYY-MM-DD format</p>\n","type":"text/plain"},"key":"created_at_start_date","value":"2022-12-01"},{"description":{"content":"<p>A date in YYYY-MM-DD format</p>\n","type":"text/plain"},"key":"created_at_end_date","value":"2022-02-01"},{"key":"order_by","value":"-latest_interaction"}],"variable":[]}},"response":[{"id":"957d9ce6-0c2b-4c10-b32a-c02a337069aa","name":"Filter responses","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":{"raw":"https://api.videoask.com/forms/form_id/conversations?exclude_humans=true&limit=100&only_unread=false&only_without_tags=false&message_status=without_reply&score_gt=10&score_lt=25&tag={{tag_id}}&created_at_start_date=2022-12-01&created_at_end_date=2022-02-01&order_by=-latest_interaction","protocol":"https","host":["api","videoask","com"],"path":["forms","form_id","conversations"],"query":[{"key":"exclude_humans","value":"true","type":"text"},{"key":"limit","value":"100"},{"key":"only_unread","value":"false"},{"key":"only_without_tags","value":"false"},{"key":"message_status","value":"without_reply"},{"key":"score_gt","value":"10"},{"key":"score_lt","value":"25"},{"key":"tag","value":"{{tag_id}}"},{"key":"created_at_start_date","value":"2022-12-01"},{"key":"created_at_end_date","value":"2022-02-01"},{"key":"order_by","value":"-latest_interaction"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"contact_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"respondent_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"s\",\n            \"product_name\": null,\n            \"email\": \"s@example.com\",\n            \"phone_number\": null,\n            \"thumbnail\": null,\n            \"status\": \"completed\",\n            \"created_at\": \"2022-02-01T20:08:23.192505Z\",\n            \"updated_at\": \"2022-02-01T20:08:36.974143Z\",\n            \"platform\": \"desktop\",\n            \"tags\": [],\n            \"variables\": null,\n            \"are_answers_public\": false,\n            \"are_messages_public\": false,\n            \"share_id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"consent_given\": null,\n            \"scoring\": {\n                \"@score\": 20\n            },\n            \"read\": true,\n            \"latest_interaction_at\": \"2022-02-01T20:08:37.004534Z\"\n        },\n        {\n            \"contact_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"respondent_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"e\",\n            \"product_name\": null,\n            \"email\": \"e@example.com\",\n            \"phone_number\": null,\n            \"thumbnail\": null,\n            \"status\": \"completed\",\n            \"created_at\": \"2022-02-01T20:07:31.381956Z\",\n            \"updated_at\": \"2022-02-01T20:07:44.724222Z\",\n            \"platform\": \"desktop\",\n            \"tags\": [],\n            \"variables\": null,\n            \"are_answers_public\": false,\n            \"are_messages_public\": false,\n            \"share_id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"consent_given\": null,\n            \"scoring\": {\n                \"@score\": 20\n            },\n            \"read\": true,\n            \"latest_interaction_at\": \"2022-02-01T20:07:44.761688Z\"\n        },\n        {\n            \"contact_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"respondent_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"name\": \"a\",\n            \"product_name\": null,\n            \"email\": \"a@example.com\",\n            \"phone_number\": null,\n            \"thumbnail\": null,\n            \"status\": \"completed\",\n            \"created_at\": \"2022-02-01T20:00:12.926587Z\",\n            \"updated_at\": \"2022-02-01T20:00:38.425970Z\",\n            \"platform\": \"desktop\",\n            \"tags\": [],\n            \"variables\": null,\n            \"are_answers_public\": false,\n            \"are_messages_public\": false,\n            \"share_id\": \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"share_url\": \"https://www.videoask.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\n            \"consent_given\": null,\n            \"scoring\": {\n                \"@score\": 20\n            },\n            \"read\": true,\n            \"latest_interaction_at\": \"2022-02-01T20:00:43.670982Z\"\n        }\n    ],\n    \"count\": 3\n}"}],"_postman_id":"9c828ca2-15e9-4d0b-bae7-984ac8257637"}],"id":"bfa6d775-b823-45bb-9b69-7907a4fb999b","_postman_id":"bfa6d775-b823-45bb-9b69-7907a4fb999b","description":""},{"name":"Questions","item":[{"name":"Retrieve a question","id":"aeb3de15-109e-49f6-af69-3ffffb7f74a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/questions/question_id","description":"<p>Retrieves a question by the given <code>question_id</code>.</p>\n","urlObject":{"path":["questions","question_id"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"d15b33b5-c6f7-4d28-b6f9-70f0110ca6dc","name":"Retrieve a question","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Nov 2020 00:57:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"allow","value":"GET, DELETE, PATCH"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n  \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"metadata\": {\n    \"text\": \"What's the meaning of life?\",\n    \"darken_text_background\": true\n  },\n  \"type\": \"standard\",\n  \"allowed_answer_media_types\": [\"text\"],\n  \"created_at\": \"2020-02-20T11:51:24.955607Z\",\n  \"updated_at\": \"2020-02-20T18:00:11.468601Z\",\n  \"thumbnail\": \"https://media2.giphy.com/media/xGdvlOVSWaDvi/giphy-preview.gif?cid=c83daf250ec8b71744536fa47680b2cf219894c74518faac&rid=giphy-preview.gif\",\n  \"transcode_status\": \"completed\",\n  \"media_type\": \"video\",\n  \"media_url\": \"https://media2.giphy.com/media/xGdvlOVSWaDvi/giphy.mp4?cid=c83daf250ec8b71744536fa47680b2cf219894c74518faac&rid=giphy.mp4\"\n}\n"}],"_postman_id":"aeb3de15-109e-49f6-af69-3ffffb7f74a9"},{"name":"Create a question with external media","id":"415deab5-fb71-42c7-97db-772d447f6eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"form_id\": \"form_id\",\n\t\"media_type\": \"video\",\n\t\"media_url\": \"https://media3.giphy.com/media/du50vJjfVwziQkzqCs/giphy.mp4\",\n\t\"thumbnail_url\": \"https://media3.giphy.com/media/du50vJjfVwziQkzqCs/giphy-preview.gif\",\n\t\"allowed_answer_media_types\": [\n\t\t\"video\",\n\t\t\"audio\",\n\t\t\"text\"\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions","urlObject":{"path":["questions"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"68aaf98b-32bc-4fc4-92c1-b98afa61972f","name":"Create an open question with external video","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"form_id\": \"form_id\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://media3.giphy.com/media/du50vJjfVwziQkzqCs/giphy.mp4\",\n    \"thumbnail_url\": \"https://media3.giphy.com/media/du50vJjfVwziQkzqCs/giphy-preview.gif\",\n    \"allowed_answer_media_types\": [\n        \"video\",\n        \"audio\",\n        \"text\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:11:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"591"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"POST"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"question_id\": \"b85acccf-b242-4534-b152-bbd421fe0e6e\",\n    \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n    \"type\": \"standard\",\n    \"allowed_answer_media_types\": [\n        \"video\",\n        \"audio\",\n        \"text\"\n    ],\n    \"share_id\": \"f72l3mugt\",\n    \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n    \"created_at\": \"2020-05-13T11:11:40.206102Z\",\n    \"updated_at\": \"2020-05-13T11:11:40.206667Z\",\n    \"thumbnail\": \"https://media3.giphy.com/media/du50vJjfVwziQkzqCs/giphy-preview.gif\",\n    \"transcode_status\": \"completed\",\n    \"media_id\": \"da1c944e-9088-4f9b-8c31-303f1669a4b3\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://media3.giphy.com/media/du50vJjfVwziQkzqCs/giphy.mp4\"\n}"},{"id":"fdd5ce6b-5075-4104-995e-8dbd35eed80d","name":"Create a poll with external video","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"form_id\": \"form_id\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://media3.giphy.com/media/du50vJjfVwziQkzqCs/giphy.mp4\",\n    \"thumbnail_url\": \"https://media3.giphy.com/media/du50vJjfVwziQkzqCs/giphy-preview.gif\",\n    \"poll_options\": [\n        \"Option A\",\n        \"Option B\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:14:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"734"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"POST"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"question_id\": \"502d5aa6-66f5-415f-9607-5ef77a893068\",\n    \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n    \"type\": \"poll\",\n    \"share_id\": \"f72l3mugt\",\n    \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n    \"created_at\": \"2020-05-13T11:14:29.089657Z\",\n    \"updated_at\": \"2020-05-13T11:14:29.090082Z\",\n    \"thumbnail\": \"https://media3.giphy.com/media/du50vJjfVwziQkzqCs/giphy-preview.gif\",\n    \"transcode_status\": \"completed\",\n    \"media_id\": \"01265605-5e70-42d7-8525-2f990355ed70\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://media3.giphy.com/media/du50vJjfVwziQkzqCs/giphy.mp4\",\n    \"poll_options\": [\n        {\n            \"id\": \"6a9822c3-a99a-4781-932f-44f8f7efa0ad\",\n            \"content\": \"Option A\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"0f6ad45d-867a-4be6-aa37-e70b439dec0b\",\n            \"content\": \"Option B\",\n            \"total_count\": 0\n        }\n    ],\n    \"answers_count\": 0\n}"}],"_postman_id":"415deab5-fb71-42c7-97db-772d447f6eb7"},{"name":"Create a question uploading media","id":"1deacbfa-592c-4265-bb98-d5eb1603b15c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"form_id\": \"form_id\",\n\t\"media_type\": \"video\",\n\t\"media_mime_type\": \"video/webm;codecs=vp8,opus\",\n    \"thumbnail_mime_type\": \"image/jpeg\",\n\t\"allowed_answer_media_types\": [\n\t\t\"video\",\n\t\t\"audio\",\n\t\t\"text\"\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions","description":"<p>Use this endpoint to create a question.</p>\n<p>To upload your video, send a second POST request to <code>https://videoask-uploads-prod.s3-accelerate.amazonaws.com/</code>, using the <code>fields</code> from the response of your first request as your payload for the second request.</p>\n<p>In Python, your second POST request might look like:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">video_file_path = \"/Users/andrew/Desktop/rick_roll.mov\"\nwith open(video_file_path, 'rb') as f:\n    files = {'file': (video_file_path, f)}\n    response = requests.request(\"POST\", \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/\", data=json_response['media_upload']['presigned_post_params']['fields'], files=files)\nprint(response.status_code)\n\n</code></pre>\n","urlObject":{"path":["questions"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"a28c09b7-a335-49de-a13c-583507a8f7a0","name":"Create an open question by uploading new video","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"form_id\": \"form_id\",\n    \"media_type\": \"video\",\n    \"media_mime_type\": \"video/webm;codecs=vp8,opus\",\n    \"thumbnail_mime_type\": \"image/jpeg\",\n    \"allowed_answer_media_types\": [\n        \"video\",\n        \"audio\",\n        \"text\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:11:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"591"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"POST"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n\t\"allowed_answer_media_types\": [\"video\", \"audio\", \"text\"],\n\t\"collect_contact_information\": false,\n\t\"created_at\": \"2022-11-04T17:43:48.494582Z\",\n\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"label\": \"2\",\n\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"media_type\": \"video\",\n\t\"media_upload\": {\n\t\t\"object_key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm\",\n\t\t\"thumbnail_object_key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnail.jpeg\",\n\t\t\"presigned_post_params\": {\n\t\t\t\"url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/\",\n\t\t\t\"fields\": {\n\t\t\t\t\"content-type\": \"video/webm;codecs=vp8,opus\",\n\t\t\t\t\"key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm\",\n\t\t\t\t\"AWSAccessKeyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"x-amz-security-token\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"policy\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"signature\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t\t}\n\t\t},\n\t\t\"presigned_url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm?AWSAccessKeyId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Signature=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&content-type=video%2Fwebm%3Bcodecs%3Dvp8%2Copus&x-amz-security-token=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Expires=1667627028\",\n\t\t\"thumbnail_presigned_post_params\": {\n\t\t\t\"url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/\",\n\t\t\t\"fields\": {\n\t\t\t\t\"content-type\": \"image/jpeg\",\n\t\t\t\t\"key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnail.jpeg\",\n\t\t\t\t\"AWSAccessKeyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"x-amz-security-token\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"policy\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"signature\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t\t}\n\t\t},\n\t\t\"thumbnail_presigned_url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnail.jpeg?AWSAccessKeyId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Signature=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&content-type=image%2Fjpeg&x-amz-security-token=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Expires=1667583948\"\n\t},\n\t\"media_url\": \"https://media.videoask.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm?token=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"share_id\": \"xxxxxxxxxx\",\n\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\"thumbnail\": \"https://media.videoask.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnail.jpeg\",\n\t\"transcode_status\": \"upload_pending\",\n\t\"transcribe_status\": \"pending\",\n\t\"type\": \"standard\",\n\t\"updated_at\": \"2022-11-04T17:43:48.494982Z\"\n}"},{"id":"2809f5bd-e45d-42c7-88e3-2ed122f006da","name":"Create a poll by uploading new video","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"form_id\": \"form_id\",\n    \"media_type\": \"video\",\n    \"media_mime_type\": \"video/webm;codecs=vp8,opus\",\n    \"thumbnail_mime_type\": \"image/jpeg\",\n    \"poll_options\": [\n        \"Option A\",\n        \"Option B\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:14:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"734"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"POST"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n\t\"allow_multiple_selection\": false,\n\t\"answers_count\": 0,\n\t\"collect_contact_information\": false,\n\t\"created_at\": \"2022-11-04T18:02:56.525749Z\",\n\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"label\": \"3\",\n\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"media_type\": \"video\",\n\t\"media_upload\": {\n\t\t\"object_key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm\",\n\t\t\"thumbnail_object_key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnail.jpeg\",\n\t\t\"presigned_post_params\": {\n\t\t\t\"url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/\",\n\t\t\t\"fields\": {\n\t\t\t\t\"content-type\": \"video/webm;codecs=vp8,opus\",\n\t\t\t\t\"key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm\",\n\t\t\t\t\"AWSAccessKeyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"x-amz-security-token\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"policy\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"signature\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t\t}\n\t\t},\n\t\t\"presigned_url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm?AWSAccessKeyId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Signature=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&content-type=video%2Fwebm%3Bcodecs%3Dvp8%2Copus&x-amz-security-token=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Expires=1667628176\",\n\t\t\"thumbnail_presigned_post_params\": {\n\t\t\t\"url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/\",\n\t\t\t\"fields\": {\n\t\t\t\t\"content-type\": \"image/jpeg\",\n\t\t\t\t\"key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnail.jpeg\",\n\t\t\t\t\"AWSAccessKeyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"x-amz-security-token\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"policy\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"signature\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t\t}\n\t\t},\n\t\t\"thumbnail_presigned_url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnail.jpeg?AWSAccessKeyId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Signature=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&content-type=image%2Fjpeg&x-amz-security-token=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Expires=1667585096\"\n\t},\n\t\"media_url\": \"https://media.videoask.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm?token=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"poll_options\": [{\n\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"content\": \"Option A\",\n\t\t\"total_count\": 0,\n\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t}, {\n\t\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\"content\": \"Option B\",\n\t\t\"total_count\": 0,\n\t\t\"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t}],\n\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"share_id\": \"xxxxxxxxxx\",\n\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\"thumbnail\": \"https://media.videoask.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnail.jpeg\",\n\t\"transcode_status\": \"upload_pending\",\n\t\"transcribe_status\": \"pending\",\n\t\"type\": \"poll\",\n\t\"updated_at\": \"2022-11-04T18:02:56.526461Z\"\n}"}],"_postman_id":"1deacbfa-592c-4265-bb98-d5eb1603b15c"},{"name":"Create a question with existing media","id":"7416f99f-4c26-4c6f-a8ad-9441557b8ee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"form_id\": \"form_id\",\n\t\"media_type\": \"video\",\n\t\"media_id\":\"{{media_id}}\",\n\t\"allowed_answer_media_types\": [\n\t\t\"video\",\n\t\t\"audio\",\n\t\t\"text\"\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions","description":"<p>You may want to re-use a media that was previously uploaded to VideoAsk as the video for a question. You could achieve this by passing the corresponding <code>media_id</code>.  </p>\n<p>By doing so, you will save storage space in your organization.  </p>\n<p>The media could be a previously recorded video, a file uploaded, or VideoAsk's answer.</p>\n","urlObject":{"path":["questions"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"f1e3520b-1bdc-483f-9a7b-1db9f93ae3ce","name":"Create an open question with existing media","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"form_id\": \"form_id\",\n    \"media_type\": \"video\",\n    \"media_id\": \"{{media_id}}\",\n    \"allowed_answer_media_types\": [\n        \"video\",\n        \"audio\",\n        \"text\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:11:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"591"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"POST"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"allowed_answer_media_types\": [\"audio\", \"video\", \"text\"],\n  \"collect_contact_information\": false,\n  \"created_at\": \"2021-10-21T13:27:20.157653Z\",\n  \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n  \"label\": \"3\",\n  \"media_id\": \"d8fc01ad-1a5a-4163-839f-b3a5f4f519d8\",\n  \"media_type\": \"video\",\n  \"media_upload\": {\n    \"object_key\": \"raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/video.webm\",\n    \"thumbnail_object_key\": \"raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/thumbnail.jpeg\",\n    \"presigned_url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/video.webm?AWSAccessKeyId=AKIA2EBXL4QB5SPIOK7Q&Signature=ddAM1YCp4fUBn8eNMZKqhf0qTFY%3D&content-type=video%2Fwebm%3Bcodecs%3Dvp8%2Copus&Expires=1634823740\",\n    \"thumbnail_presigned_url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/thumbnail.jpeg?AWSAccessKeyId=AKIA2EBXL4QB5SPIOK7Q&Signature=WTZN9al8O1aPt%2F%2Bn7itfh24cVXQ%3D&content-type=image%2Fjpeg&Expires=1634822960\"\n  },\n  \"media_url\": \"https://media.videoask.com/raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/video.webm?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJtZWRpYV9pZCI6ImQ4ZmMwMWFkLTFhNWEtNDE2My04MzlmLWIzYTVmNGY1MTlkOCIsImV4cCI6MTYzNTQyNzY0MH0.O8yVBTpXZNTu-q-b_OlBUVpJHPSYN2qw7ltPeKGakm8IGBKNIJq0b2G6DTnpXgsYNhCzsIZIrN4DTrfsIGrBBQWi9oO6_dxK4Q3-3tgJU5m6NGFjSUUYgRhFWcSboWrNflWkWuJsBoZh15Ae4D2NpxGpMsCbzbn1gJrofOw6qTGGFvqO4LgkEkaZgysPELJAM8r8qo0JhOLgTq_jQOBqAQr7hDOJmdPfsZBFgVc2P_NeExtTMI-Z4NPWPujx-hq47611PsarCAus2u7UNzJei5PGlJfwbSKC3EO24qw5YnIuI1GqIIp0K0__eo7KfHH3v0GYgVKSJu9F2koZrTVSceaEmqK4I5Ge8J2CnzycOBBtR44V-fT8w3EjRa9rmq7pUwoGCxDG-RHP_4KhqUwbOJuu5rpJSzuIv_vO4I5fgDZL24vs1ttjt2xpFH5b-zxVw7x-20vmbSTJsBWioUbXU4GWaXdi6_ea5zoOTvuHXuZeRHC1HbtrR0-p2UhLbXEJHxMfKC4EXUjNMKnzU03uqnHj3Uy8Pxtm8hNQ6zRHqiWHg8h1T1rfKiV7xps_w58EZ3VvkYxrFzufAg94tW15xm_E-R9GIhSd_u1eANaedsotUHu3RO3Pd454t8JVt26bKhABHYyURp3EeKN0dlEIykYXRhVwTWFlaeMGTtoKQzk\",\n  \"metadata\": {},\n  \"question_id\": \"3bbc53c1-d8aa-427d-a9b5-d87b0e45081c\",\n  \"share_id\": \"foojemb6w\",\n  \"share_url\": \"https://www.videoask.com/foojemb6w\",\n  \"thumbnail\": \"https://media.videoask.com/raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/thumbnail.jpeg\",\n  \"transcode_status\": \"upload_pending\",\n  \"transcribe_status\": \"pending\",\n  \"type\": \"standard\",\n  \"updated_at\": \"2021-10-21T13:27:20.158085Z\"\n}\n"},{"id":"4c47aeee-5c9d-4eb9-8e14-1cce47fa893f","name":"Create a poll with existing media","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"form_id\": \"form_id\",\n    \"media_type\": \"video\",\n    \"media_id\": \"{{media_id}}\",\n    \"poll_options\": [\n        \"Option A\",\n        \"Option B\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 May 2020 11:14:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"734"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"POST"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n  \"collect_contact_information\": false,\n  \"created_at\": \"2021-10-21T13:27:20.157653Z\",\n  \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n  \"label\": \"3\",\n  \"media_id\": \"d8fc01ad-1a5a-4163-839f-b3a5f4f519d8\",\n  \"media_type\": \"video\",\n  \"media_upload\": {\n    \"object_key\": \"raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/video.webm\",\n    \"thumbnail_object_key\": \"raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/thumbnail.jpeg\",\n    \"presigned_url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/video.webm?AWSAccessKeyId=AKIA2EBXL4QB5SPIOK7Q&Signature=ddAM1YCp4fUBn8eNMZKqhf0qTFY%3D&content-type=video%2Fwebm%3Bcodecs%3Dvp8%2Copus&Expires=1634823740\",\n    \"thumbnail_presigned_url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/thumbnail.jpeg?AWSAccessKeyId=AKIA2EBXL4QB5SPIOK7Q&Signature=WTZN9al8O1aPt%2F%2Bn7itfh24cVXQ%3D&content-type=image%2Fjpeg&Expires=1634822960\"\n  },\n  \"media_url\": \"https://media.videoask.com/raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/video.webm?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJtZWRpYV9pZCI6ImQ4ZmMwMWFkLTFhNWEtNDE2My04MzlmLWIzYTVmNGY1MTlkOCIsImV4cCI6MTYzNTQyNzY0MH0.O8yVBTpXZNTu-q-b_OlBUVpJHPSYN2qw7ltPeKGakm8IGBKNIJq0b2G6DTnpXgsYNhCzsIZIrN4DTrfsIGrBBQWi9oO6_dxK4Q3-3tgJU5m6NGFjSUUYgRhFWcSboWrNflWkWuJsBoZh15Ae4D2NpxGpMsCbzbn1gJrofOw6qTGGFvqO4LgkEkaZgysPELJAM8r8qo0JhOLgTq_jQOBqAQr7hDOJmdPfsZBFgVc2P_NeExtTMI-Z4NPWPujx-hq47611PsarCAus2u7UNzJei5PGlJfwbSKC3EO24qw5YnIuI1GqIIp0K0__eo7KfHH3v0GYgVKSJu9F2koZrTVSceaEmqK4I5Ge8J2CnzycOBBtR44V-fT8w3EjRa9rmq7pUwoGCxDG-RHP_4KhqUwbOJuu5rpJSzuIv_vO4I5fgDZL24vs1ttjt2xpFH5b-zxVw7x-20vmbSTJsBWioUbXU4GWaXdi6_ea5zoOTvuHXuZeRHC1HbtrR0-p2UhLbXEJHxMfKC4EXUjNMKnzU03uqnHj3Uy8Pxtm8hNQ6zRHqiWHg8h1T1rfKiV7xps_w58EZ3VvkYxrFzufAg94tW15xm_E-R9GIhSd_u1eANaedsotUHu3RO3Pd454t8JVt26bKhABHYyURp3EeKN0dlEIykYXRhVwTWFlaeMGTtoKQzk\",\n  \"metadata\": {},\n  \"question_id\": \"3bbc53c1-d8aa-427d-a9b5-d87b0e45081c\",\n  \"share_id\": \"foojemb6w\",\n  \"share_url\": \"https://www.videoask.com/foojemb6w\",\n  \"thumbnail\": \"https://media.videoask.com/raw/d8fc01ad-1a5a-4163-839f-b3a5f4f519d8/thumbnail.jpeg\",\n  \"transcode_status\": \"upload_pending\",\n  \"transcribe_status\": \"pending\",\n  \"type\": \"poll\",\n  \"updated_at\": \"2021-10-21T13:27:20.158085Z\",\n  \"poll_options\": [\n    {\n      \"id\": \"6a9822c3-a99a-4781-932f-44f8f7efa0ad\",\n      \"content\": \"Option A\",\n      \"total_count\": 0\n    },\n    {\n      \"id\": \"0f6ad45d-867a-4be6-aa37-e70b439dec0b\",\n      \"content\": \"Option B\",\n      \"total_count\": 0\n    }\n  ],\n  \"answers_count\": 0\n}\n"}],"_postman_id":"7416f99f-4c26-4c6f-a8ad-9441557b8ee8"},{"name":"Duplicate a question","id":"bcb55d9e-e3b7-4cfe-8685-f4b2ea013139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.videoask.com/questions/question_id/duplicate","description":"<p>The duplicated question will be added to the form but you will need to set up logic actions to connect the duplicated question to the flow.</p>\n","urlObject":{"path":["questions","question_id","duplicate"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"1499d984-cb13-48c9-87c3-841097c0a5a9","name":"Duplicate a question","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.videoask.com/questions/question_id/duplicate"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"allowed_answer_media_types\": [\n        \"audio\",\n        \"video\",\n        \"text\"\n    ],\n    \"collect_contact_information\": false,\n    \"created_at\": \"2022-08-17T23:21:01.480682Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"label\": \"3\",\n    \"logic_actions\": [\n        {\n            \"action\": \"jump\",\n            \"details\": {\n                \"to\": {\n                    \"type\": \"goodbye\",\n                    \"value\": \"default\"\n                }\n            },\n            \"condition\": {\n                \"op\": \"always\",\n                \"vars\": []\n            }\n        }\n    ],\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=57447761\",\n    \"metadata\": {},\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/2098989/free-video-2098989.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n    \"title\": \"(Copy) \",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"standard\",\n    \"updated_at\": \"2022-08-18T21:34:38.478317Z\"\n}"}],"_postman_id":"bcb55d9e-e3b7-4cfe-8685-f4b2ea013139"},{"name":"Trim a video","id":"41449e6d-dede-4eb6-b707-525aae219542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.videoask.com/questions/question_id/trim","description":"<p>Trim a video in a videoask step by adding the correct start and end time in milliseconds.</p>\n","urlObject":{"protocol":"https","path":["questions","question_id","trim"],"host":["api","videoask","com"],"query":[],"variable":[]}},"response":[{"id":"421863ae-56e5-42db-89e5-d1dd7cbbec4f","name":"Trim a video","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"start_time\": 0,\n  \"end_time\": 3000\n}"},"url":"https://api.videoask.com/questions/question_id/trim"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"task_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"}],"_postman_id":"41449e6d-dede-4eb6-b707-525aae219542"},{"name":"Update a question","id":"051a4cb5-9ad8-4a39-96bf-f64aeccd2da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.videoask.com/questions/question_id","description":"<p><strong>💡 PRO TIP:</strong> Click on the name of the request here in our API docs to view all of the ways in which you can update a question.</p>\n<img src=\"https://content.pstmn.io/3a99087c-dfac-48ef-b59c-82a9e6c793fd/MjAyMi0xMS0yOF8xMC0wMy0yOS5wbmc=\" alt height=\"178\" width=\"280\" />","urlObject":{"path":["questions","question_id"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"fac2116f-3d49-47cc-a47d-a1b4ea45356a","name":"Add open ended answer type","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"allowed_answer_media_types\": [\"video\", \"audio\",\"text\"],\n    \"collect_contact_information\": true,\n    \"media_time_limit\": 300\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1402"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"allowed_answer_media_types\": [\n        \"video\",\n        \"audio\",\n        \"text\"\n    ],\n    \"collect_contact_information\": true,\n    \"created_at\": \"2022-09-19T21:43:20.786504Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_time_limit\": 300,\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxxx\",\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/xxxxxxx/free-video-xxxxxxx.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"standard\",\n    \"updated_at\": \"2022-09-28T22:24:46.132064Z\"\n}"},{"id":"b1e57a81-43fc-40c5-8973-f533f95ec1f1","name":"Delay interaction","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"answer_reveal_delay_time\": 5\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1402"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"allowed_answer_media_types\": [\n        \"video\",\n        \"audio\",\n        \"text\"\n    ],\n    \"collect_contact_information\": true,\n    \"created_at\": \"2022-09-19T21:43:20.786504Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_time_limit\": 300,\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxxx\",\n    \"metadata\": {\n        \"answer_reveal_delay_time\": 5\n    },\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/xxxxxxx/free-video-xxxxxxx.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"standard\",\n    \"updated_at\": \"2022-09-28T22:35:48.655728Z\"\n}"},{"id":"6673fb57-3236-4a05-9a88-c9e8730c4aa7","name":"Add a poll option","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"poll_options\": [\n        {\n            \"content\": \"Option 1\",\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"total_count\": 0\n        },\n        {\n            \"content\": \"Option 2\",\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"total_count\": 0\n        },\n        {\n            \"content\": \"Option 3\",\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"total_count\": 0\n        },\n        {\n            \"content\": \"New option (we 💜 emoji too)\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1402"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"answers_count\": 0,\n    \"created_at\": \"2020-11-12T01:32:47.438019Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/310398387.sd.mp4?s=5f9fdb320cfbc4faf3b56c3e0fa3d8d466af4211&profile_id=164&oauth2_token_id=57447761\",\n    \"metadata\": {\n        \"text\": \"Step 2\",\n        \"darken_text_background\": true,\n        \"fit_video\": false,\n        \"disable_data_collection\": true,\n        \"overlay_text_size\": 5\n    },\n    \"poll_options\": [\n        {\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"content\": \"Option 1\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"content\": \"Option 2\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"content\": \"Option 3\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"content\": \"New option (we 💜 emoji too)\",\n            \"total_count\": 0\n        }\n    ],\n    \"allow_multiple_selection\": false,\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"fxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/fxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/1778068/free-video-1778068.jpg?fit=crop&w=1200&h=630&auto=compress&cs=tinysrgb\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"poll\",\n    \"updated_at\": \"2020-11-12T01:52:18.205617Z\"\n}"},{"id":"4f089492-4d16-4fb9-8416-3d5212242f71","name":"Randomize poll options","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"randomize_poll_options\": true\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1402"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"allow_multiple_selection\": false,\n    \"answers_count\": 0,\n    \"collect_contact_information\": false,\n    \"created_at\": \"2022-09-19T21:43:20.786504Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"label\": \"1\",\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=57447761\",\n    \"metadata\": {\n        \"randomize_poll_options\": true\n    },\n    \"poll_options\": [\n        {\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"content\": \"Option 1\",\n            \"total_count\": 0,\n            \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        },\n        {\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"content\": \"Option 2\",\n            \"total_count\": 0,\n            \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        },\n        {\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"content\": \"Option 3\",\n            \"total_count\": 0,\n            \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        }\n    ],\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/xxxxxxx/free-video-xxxxxxx.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"poll\",\n    \"updated_at\": \"2022-09-27T22:47:12.183974Z\"\n}"},{"id":"e115b5d6-07d3-444b-9db8-4256dc0d7fd1","name":"Enable multiple selection on poll options","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"allow_multiple_selection\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1402"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"allow_multiple_selection\": true,\n    \"answers_count\": 0,\n    \"collect_contact_information\": false,\n    \"created_at\": \"2022-09-19T21:43:20.786504Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"label\": \"1\",\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=57447761\",\n    \"metadata\": {\n        \"randomize_poll_options\": false\n    },\n    \"poll_options\": [\n        {\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"content\": \"Option 1\",\n            \"total_count\": 0,\n            \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        },\n        {\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"content\": \"Option 2\",\n            \"total_count\": 0,\n            \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        },\n        {\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"content\": \"Option 3\",\n            \"total_count\": 0,\n            \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        }\n    ],\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/xxxxxxx/free-video-xxxxxxx.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"poll\",\n    \"updated_at\": \"2022-09-27T23:03:29.572366Z\"\n}"},{"id":"6724365a-3fff-43e2-9174-c2e70a478a2b","name":"Delete a poll option","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"poll_options\": [\n        {\n            \"id\": \"f3b75e82-2d00-4847-8fc2-1df10748ba3a\",\n            \"option_id\": \"f3b75e82-2d00-4847-8fc2-1df10748ba3a\",\n            \"content\": \"Option 1\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"42a02b59-3a87-4485-ae1d-deb8a6632b55\",\n            \"option_id\": \"42a02b59-3a87-4485-ae1d-deb8a6632b55\",\n            \"content\": \"Option 2\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"caee8745-3e69-4cc5-bef9-53d898bd7b0b\",\n            \"option_id\": \"caee8745-3e69-4cc5-bef9-53d898bd7b0b\",\n            \"content\": \"Option 3\",\n            \"total_count\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1414"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"answers_count\": 0,\n    \"created_at\": \"2020-11-12T01:32:47.438019Z\",\n    \"form_id\": \"414a65a5-4a78-4623-8518-8241a21a1c5d\",\n    \"media_id\": \"3d182ed9-11d7-4b82-bf7b-0ed7cf01af0a\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/310398387.sd.mp4?s=5f9fdb320cfbc4faf3b56c3e0fa3d8d466af4211&profile_id=164&oauth2_token_id=57447761\",\n    \"metadata\": {\n        \"text\": \"Step 2\",\n        \"darken_text_background\": true,\n        \"fit_video\": false,\n        \"disable_data_collection\": true,\n        \"overlay_text_size\": 5\n    },\n    \"poll_options\": [\n        {\n            \"id\": \"f3b75e82-2d00-4847-8fc2-1df10748ba3a\",\n            \"option_id\": \"f3b75e82-2d00-4847-8fc2-1df10748ba3a\",\n            \"content\": \"Option 1\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"42a02b59-3a87-4485-ae1d-deb8a6632b55\",\n            \"option_id\": \"42a02b59-3a87-4485-ae1d-deb8a6632b55\",\n            \"content\": \"Option 2\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"caee8745-3e69-4cc5-bef9-53d898bd7b0b\",\n            \"option_id\": \"caee8745-3e69-4cc5-bef9-53d898bd7b0b\",\n            \"content\": \"Option 3\",\n            \"total_count\": 0\n        }\n    ],\n    \"allow_multiple_selection\": false,\n    \"question_id\": \"286874d2-ea5c-4299-b4de-607f116c4502\",\n    \"share_id\": \"fjkgstbcm\",\n    \"share_url\": \"http://localhost:3001/fjkgstbcm\",\n    \"thumbnail\": \"https://images.pexels.com/videos/1778068/free-video-1778068.jpg?fit=crop&w=1200&h=630&auto=compress&cs=tinysrgb\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"poll\",\n    \"updated_at\": \"2020-11-12T02:06:21.214994Z\"\n}"},{"id":"caaa8702-fd8a-4268-bbb4-93443c189ed9","name":"Update a poll option","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"poll_options\": [\n        {\n            \"id\": \"f3b75e82-2d00-4847-8fc2-1df10748ba3a\",\n            \"option_id\": \"f3b75e82-2d00-4847-8fc2-1df10748ba3a\",\n            \"content\": \"Option 1\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"42a02b59-3a87-4485-ae1d-deb8a6632b55\",\n            \"option_id\": \"42a02b59-3a87-4485-ae1d-deb8a6632b55\",\n            \"content\": \"Option 2\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"caee8745-3e69-4cc5-bef9-53d898bd7b0b\",\n            \"option_id\": \"caee8745-3e69-4cc5-bef9-53d898bd7b0b\",\n            \"content\": \"Option 3\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"dfed8b6a-ec44-44b7-97c4-e3df15b6fc7a\",\n            \"option_id\": \"dfed8b6a-ec44-44b7-97c4-e3df15b6fc7a\",\n            \"content\": \"Option 4\",\n            \"total_count\": 0\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1436"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"answers_count\": 0,\n    \"created_at\": \"2020-11-12T01:32:47.438019Z\",\n    \"form_id\": \"414a65a5-4a78-4623-8518-8241a21a1c5d\",\n    \"media_id\": \"3d182ed9-11d7-4b82-bf7b-0ed7cf01af0a\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/310398387.sd.mp4?s=5f9fdb320cfbc4faf3b56c3e0fa3d8d466af4211&profile_id=164&oauth2_token_id=57447761\",\n    \"metadata\": {\n        \"text\": \"Step 2\",\n        \"darken_text_background\": true,\n        \"fit_video\": false,\n        \"disable_data_collection\": true,\n        \"overlay_text_size\": 5\n    },\n    \"poll_options\": [\n        {\n            \"id\": \"f3b75e82-2d00-4847-8fc2-1df10748ba3a\",\n            \"option_id\": \"f3b75e82-2d00-4847-8fc2-1df10748ba3a\",\n            \"content\": \"Option 1\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"42a02b59-3a87-4485-ae1d-deb8a6632b55\",\n            \"option_id\": \"42a02b59-3a87-4485-ae1d-deb8a6632b55\",\n            \"content\": \"Option 2\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"caee8745-3e69-4cc5-bef9-53d898bd7b0b\",\n            \"option_id\": \"caee8745-3e69-4cc5-bef9-53d898bd7b0b\",\n            \"content\": \"Option 3\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"dfed8b6a-ec44-44b7-97c4-e3df15b6fc7a\",\n            \"option_id\": \"dfed8b6a-ec44-44b7-97c4-e3df15b6fc7a\",\n            \"content\": \"Option 4\",\n            \"total_count\": 0\n        }\n    ],\n    \"allow_multiple_selection\": false,\n    \"question_id\": \"286874d2-ea5c-4299-b4de-607f116c4502\",\n    \"share_id\": \"fjkgstbcm\",\n    \"share_url\": \"http://localhost:3001/fjkgstbcm\",\n    \"thumbnail\": \"https://images.pexels.com/videos/1778068/free-video-1778068.jpg?fit=crop&w=1200&h=630&auto=compress&cs=tinysrgb\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"poll\",\n    \"updated_at\": \"2020-11-12T02:05:13.538823Z\"\n}"},{"id":"d029e409-ec2a-4b43-a81d-6d0cd99b21ee","name":"Add payment answer type","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"currency\": \"usd\",\n\t\t\"amount\": 50\n\t},\n\t\"type\": \"payment\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1436"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n\t\"collect_contact_information\": true,\n\t\"created_at\": \"2022-08-19T18:37:28.274193Z\",\n\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n\t\"gif\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/thumbnails/preview.gif\",\n\t\"label\": \"Hello World\",\n\t\"logic_actions\": [{\n\t\t\"action\": \"jump\",\n\t\t\"details\": {\n\t\t\t\"to\": {\n\t\t\t\t\"type\": \"goodbye\",\n\t\t\t\t\"value\": \"default\"\n\t\t\t}\n\t\t},\n\t\t\"condition\": {\n\t\t\t\"op\": \"always\",\n\t\t\t\"vars\": []\n\t\t}\n\t}],\n\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n\t\"media_duration\": 120,\n\t\"media_type\": \"video\",\n\t\"media_url\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/video.mp4?token=xxxxxxxxxx\",\n\t\"metadata\": {\n\t\t\"custom_type\": \"payment\",\n\t\t\"text\": \"Test\",\n\t\t\"darken_text_background\": true,\n\t\t\"currency\": \"usd\",\n\t\t\"amount\": 50,\n\t\t\"fit_video\": false,\n\t\t\"overlay_text_size\": 5\n\t},\n\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n\t\"share_id\": \"xxxxxxxxxx\",\n\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\"thumbnail\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/thumbnails/image.0000002.jpg\",\n\t\"type\": \"payment\",\n\t\"updated_at\": \"2022-08-23T20:34:07.659412Z\"\n}"},{"id":"ede38975-0e66-401d-9063-6288c33a1cef","name":"Add live call answer type","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"live_call_cta_label\": \"I want to chat\",\n\t\t\"live_call_cta_reject_label\": \"Maybe another time\"\n\t},\n\t\"type\": \"live_call\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1436"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"collect_contact_information\": false,\n    \"created_at\": \"2022-08-17T23:21:01.480682Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"label\": \"1\",\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/xxxxxxxxx.hd.mp4?s=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&profile_id=xxx&oauth2_token_id=xxxxxxxxxx\",\n    \"metadata\": {\n        \"live_call_cta_label\": \"I want to chat\",\n        \"live_call_cta_reject_label\": \"Maybe another time\"\n    },\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"share_id\": \"xxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/xxxxxxx/free-video-xxxxxxx.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"live_call\",\n    \"updated_at\": \"2022-09-19T21:13:35.402987Z\"\n}"},{"id":"652e208f-db50-404c-b690-1163eaa084c2","name":"Add NPS answer type","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"custom_type\": \"nps\",\n\t\t\"left_label\": \"Less\",\n\t\t\"right_label\": \"More\"\n\t},\n\t\"type\": \"standard\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1436"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"collect_contact_information\": false,\n    \"created_at\": \"2022-09-19T21:43:20.786504Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"label\": \"1\",\n    \"logic_actions\": [\n        {\n            \"action\": \"jump\",\n            \"details\": {\n                \"to\": {\n                    \"type\": \"goodbye\",\n                    \"value\": \"default\"\n                }\n            },\n            \"condition\": {\n                \"op\": \"always\",\n                \"vars\": []\n            }\n        }\n    ],\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/video.mp4?token=xxxxxxxxxx\",\n    \"metadata\": {\n        \"custom_type\": \"nps\",\n        \"left_label\": \"Less\",\n        \"right_label\": \"More\"\n    },\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"thumbnail\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/thumbnails/image.0000002.jpg\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"standard\",\n    \"updated_at\": \"2022-09-19T21:44:24.687578Z\"\n}"},{"id":"3d545401-1d48-48ef-b763-5a833ed4bb38","name":"Add file upload answer type","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"file_upload_cta_label\": \"Upload your resume\"\n\t},\n\t\"type\": \"file_upload\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1436"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"collect_contact_information\": false,\n    \"created_at\": \"2022-09-19T21:43:20.786504Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"label\": \"1\",\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/video.mp4?token=xxxxxxxxxx\",\n    \"metadata\": {\n        \"file_upload_cta_label\": \"Upload your resume\"\n    },\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n    \"thumbnail\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/thumbnails/image.0000002.jpg\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"file_upload\",\n    \"updated_at\": \"2022-09-19T22:00:52.987600Z\"\n}"},{"id":"bf876022-ff93-4db7-927f-fb8e8c095367","name":"URL redirect","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"logic_actions\": [\n    {\n        \"action\": \"jump\", \n        \"details\": {\n            \"to\": {\n            \"type\": \"url\", \n            \"value\": \"https://www.typeform.com/\"\n            }\n        },\n        \"condition\": {\n        \"op\": \"always\",\n        \"vars\": []\n      }\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1436"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"allowed_answer_media_types\": [\n        \"audio\",\n        \"video\",\n        \"text\"\n    ],\n    \"collect_contact_information\": false,\n    \"created_at\": \"2022-10-04T20:32:03.558120Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"label\": \"1\",\n    \"logic_actions\": [\n        {\n            \"action\": \"jump\",\n            \"details\": {\n                \"to\": {\n                    \"type\": \"url\",\n                    \"value\": \"https://www.typeform.com/\"\n                }\n            },\n            \"condition\": {\n                \"op\": \"always\",\n                \"vars\": []\n            }\n        }\n    ],\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/365693304.hd.mp4?s=669df1a018922b8635b54da8016ac3b67d1a9d6e&profile_id=175&oauth2_token_id=57447761\",\n    \"metadata\": {},\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/3063911/free-video-3063911.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"standard\",\n    \"updated_at\": \"2022-10-04T21:06:15.358901Z\"\n}"},{"id":"0ac58d6d-22df-44bf-bfef-20bce49dfe78","name":"Add button answer type","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n                \"custom_type\": \"button\",\n                \"disable_data_collection\": true\n            },\n            \"poll_options\": [\n                {\n                    \"content\": \"Take me to Typeform\"\n                }\n            ],\n            \"logic_actions\": [\n    {\n        \"action\": \"jump\", \n        \"details\": {\n            \"to\": {\n            \"type\": \"url\", \n            \"value\": \"https://www.typeform.com/\"\n            }\n        },\n        \"condition\": {\n        \"op\": \"always\",\n        \"vars\": []\n      }\n    }\n  ]\n}"},"url":"https://api.videoask.com/questions/question_id"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"allow_multiple_selection\": false,\n    \"answers_count\": 0,\n    \"collect_contact_information\": true,\n    \"created_at\": \"2022-10-06T20:57:39.725149Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"label\": \"1\",\n    \"logic_actions\": [\n        {\n            \"action\": \"jump\",\n            \"details\": {\n                \"to\": {\n                    \"type\": \"url\",\n                    \"value\": \"https://www.typeform.com/\"\n                }\n            },\n            \"condition\": {\n                \"op\": \"always\",\n                \"vars\": []\n            }\n        }\n    ],\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/205512490.hd.mp4?s=dfd64d5b18187d1a22ddf5cf4b7dc015a944dc3c&profile_id=174&oauth2_token_id=xxxxxxxx\",\n    \"metadata\": {\n        \"custom_type\": \"button\",\n        \"disable_data_collection\": true\n    },\n    \"poll_options\": [\n        {\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"option_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"content\": \"Take me to Typeform\",\n            \"total_count\": 0,\n            \"ref\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n        }\n    ],\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/855411/free-video-xxxxxx.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"poll\",\n    \"updated_at\": \"2022-10-06T21:13:18.219340Z\"\n}"},{"id":"8b20d696-6e21-4dbf-b811-ef5804e43ab4","name":"Calendar answer type","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"metadata\": {\n        \"calendly_url\": \"https://calendly.com/xxxxxxxxxxx/30min\",\n        \"custom_type\": \"calendly\"\n    },\n    \"type\": \"standard\"\n}"},"url":"https://api.videoask.com/questions/question_id"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"allowed_answer_media_types\": [\n        \"video\",\n        \"audio\",\n        \"text\"\n    ],\n    \"collect_contact_information\": false,\n    \"created_at\": \"2022-10-12T20:48:54.573744Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"label\": \"1\",\n    \"logic_actions\": [\n        {\n            \"action\": \"jump\",\n            \"details\": {\n                \"to\": {\n                    \"type\": \"goodbye\",\n                    \"value\": \"default\"\n                }\n            },\n            \"condition\": {\n                \"op\": \"always\",\n                \"vars\": []\n            }\n        }\n    ],\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/xxxxxxxxx.hd.mp4?s=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&profile_id=xxx&oauth2_token_id=xxxxxxxxxx\",\n    \"metadata\": {\n        \"custom_type\": \"calendly\",\n        \"calendly_url\": \"https://calendly.com/xxxxxxxxxxx/30min\"\n    },\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx\",\n    \"share_id\": \"xxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/xxxxxxx/free-video-xxxxxxx.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"standard\",\n    \"updated_at\": \"2022-10-12T21:06:42.086946Z\"\n}"},{"id":"5a4c1c51-def6-4f45-b3e6-da293c5d1536","name":"Add overlay text","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"text\": \"Adding overlay text\",\n        \"overlay_text_size\": \"10\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1436"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"allowed_answer_media_types\": [\n        \"audio\",\n        \"video\",\n        \"text\"\n    ],\n    \"collect_contact_information\": true,\n    \"created_at\": \"2022-08-16T22:59:18.695200Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"label\": \"1 Enter overlay text here\",\n    \"logic_actions\": [\n        {\n            \"action\": \"jump\",\n            \"details\": {\n                \"to\": {\n                    \"type\": \"goodbye\",\n                    \"value\": \"default\"\n                }\n            },\n            \"condition\": {\n                \"op\": \"always\",\n                \"vars\": []\n            }\n        }\n    ],\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/332588783.hd.mp4?s=b2ef707298773aa9fcd7347cf170509533a86f5e&profile_id=175&oauth2_token_id=57447761\",\n    \"metadata\": {\n        \"text\": \"Enter overlay text here\",\n        \"overlay_text_size\": 10\n    },\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/2231485/free-video-2231485.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"standard\",\n    \"updated_at\": \"2022-08-16T23:16:27.130277Z\"\n}"},{"id":"e9b4e637-cba3-4a0a-b47f-94777f3eabb2","name":"Setup logic actions","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"logic_actions\": [\n    {\n      \"action\": \"jump\",\n      \"details\": {\n        \"to\": {\n          \"type\": \"question\",\n          \"value\": \"aaaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa\"\n        }\n      },\n      \"condition\": {\n        \"op\": \"is\",\n        \"vars\": [\n          {\n            \"type\": \"question\",\n            \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n          },\n          { \"type\": \"option\", \"value\": \"11111111-1111-1111-1111-111111111111\" }\n        ]\n      }\n    },\n    {\n      \"action\": \"jump\",\n      \"details\": {\n        \"to\": {\n          \"type\": \"question\",\n          \"value\": \"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb\"\n        }\n      },\n      \"condition\": {\n        \"op\": \"is\",\n        \"vars\": [\n          {\n            \"type\": \"question\",\n            \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n          },\n          { \"type\": \"option\", \"value\": \"22222222-2222-2222-2222-222222222222\" }\n        ]\n      }\n    },\n    {\n      \"action\": \"jump\",\n      \"details\": {\n        \"to\": {\n          \"type\": \"url\",\n          \"value\": \"https://example.com/endpoint?name={{contact_name}}&email={{contact_email}}\"\n        }\n      },\n      \"condition\": {\n        \"op\": \"is\",\n        \"vars\": [\n          {\n            \"type\": \"question\",\n            \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n          },\n          { \"type\": \"option\", \"value\": \"33333333-3333-3333-3333-333333333333\" }\n        ]\n      }\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1280"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n  \"answers_count\": 0,\n  \"created_at\": \"2020-11-12T01:32:47.438019Z\",\n  \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n  \"media_type\": \"video\",\n  \"media_url\": \"https://player.vimeo.com/external/310398387.sd.mp4?s=5f9fdb320cfbc4faf3b56c3e0fa3d8d466af4211&profile_id=164&oauth2_token_id=57447761\",\n  \"metadata\": {\n    \"text\": \"Step 2\",\n    \"darken_text_background\": true,\n    \"fit_video\": false,\n    \"disable_data_collection\": true,\n    \"overlay_text_size\": 5\n  },\n  \"logic_actions\": [\n    {\n      \"action\": \"jump\",\n      \"details\": {\n        \"to\": {\n          \"type\": \"question\",\n          \"value\": \"aaaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa\"\n        }\n      },\n      \"condition\": {\n        \"op\": \"is\",\n        \"vars\": [\n          {\n            \"type\": \"question\",\n            \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n          },\n          { \"type\": \"option\", \"value\": \"11111111-1111-1111-1111-111111111111\" }\n        ]\n      }\n    },\n    {\n      \"action\": \"jump\",\n      \"details\": {\n        \"to\": {\n          \"type\": \"question\",\n          \"value\": \"bbbbbbbb-bbbb-bbbb-bbbb-bbbbbbbbbbbb\"\n        }\n      },\n      \"condition\": {\n        \"op\": \"is\",\n        \"vars\": [\n          {\n            \"type\": \"question\",\n            \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n          },\n          { \"type\": \"option\", \"value\": \"22222222-2222-2222-2222-222222222222\" }\n        ]\n      }\n    },\n    {\n      \"action\": \"jump\",\n      \"details\": {\n        \"to\": {\n          \"type\": \"url\",\n          \"value\": \"https://example.com/endpoint?name={{contact_name}}&email={{contact_email}}\"\n        }\n      },\n      \"condition\": {\n        \"op\": \"is\",\n        \"vars\": [\n          {\n            \"type\": \"question\",\n            \"value\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n          },\n          { \"type\": \"option\", \"value\": \"33333333-3333-3333-3333-333333333333\" }\n        ]\n      }\n    }\n  ],\n  \"allow_multiple_selection\": false,\n  \"question_id\": \"286874d2-ea5c-4299-b4de-607f116c4502\",\n  \"share_id\": \"fxxxxxxxx\",\n  \"share_url\": \"https://www.videoask.com/fxxxxxxxx\",\n  \"thumbnail\": \"https://images.pexels.com/videos/1778068/free-video-1778068.jpg?fit=crop&w=1200&h=630&auto=compress&cs=tinysrgb\",\n  \"transcode_status\": \"completed\",\n  \"transcribe_status\": \"completed\",\n  \"type\": \"poll\",\n  \"updated_at\": \"2020-11-12T01:52:18.205617Z\"\n}\n"}],"_postman_id":"051a4cb5-9ad8-4a39-96bf-f64aeccd2da0"},{"name":"Update question media","id":"0956c996-d544-4346-a8d1-d4a501db8d87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"media_mime_type\": \"video/webm;codecs=vp8,opus\",\n    \"media_type\": \"video\",\n    \"thumbnail_mime_type\": \"image/jpeg\"\n}"},"url":"https://api.videoask.com/questions/question_id","description":"<p>Use this endpoint to generate a URL where you can upload the new video content for your question.</p>\n<p>Once you get a response, send a second POST request to <code>https://videoask-uploads-prod.s3-accelerate.amazonaws.com/</code>, using the <code>fields</code> from the first response as your payload for the second request.</p>\n<p>In Python, your second POST request might look like:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">video_file_path = \"/Users/andrew/Desktop/rick_roll.mov\"\nwith open(video_file_path, 'rb') as f:\n    files = {'file': (video_file_path, f)}\n    response = requests.request(\"POST\", \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/\", data=json_response['media_upload']['presigned_post_params']['fields'], files=files)\nprint(response.status_code)\n</code></pre>\n","urlObject":{"path":["questions","question_id"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"a6021de2-376b-41fd-930b-9e277fd27539","name":"Update media","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"media_mime_type\": \"video/webm;codecs=vp8,opus\",\n    \"media_type\": \"video\",\n    \"thumbnail_mime_type\": \"image/jpeg\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1436"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n\t\"allowed_answer_media_types\": [\"audio\", \"video\", \"text\"],\n\t\"collect_contact_information\": true,\n\t\"created_at\": \"2022-11-04T17:43:32.696694Z\",\n\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"label\": \"1\",\n\t\"logic_actions\": [{\n\t\t\"action\": \"jump\",\n\t\t\"details\": {\n\t\t\t\"to\": {\n\t\t\t\t\"type\": \"goodbye\",\n\t\t\t\t\"value\": \"default\"\n\t\t\t}\n\t\t},\n\t\t\"condition\": {\n\t\t\t\"op\": \"always\",\n\t\t\t\"vars\": []\n\t\t}\n\t}],\n\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"media_type\": \"video\",\n\t\"media_upload\": {\n\t\t\"object_key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm\",\n\t\t\"thumbnail_object_key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnail.jpeg\",\n\t\t\"presigned_post_params\": {\n\t\t\t\"url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/\",\n\t\t\t\"fields\": {\n\t\t\t\t\"content-type\": \"video/webm;codecs=vp8,opus\",\n\t\t\t\t\"key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm\",\n\t\t\t\t\"AWSAccessKeyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"x-amz-security-token\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"policy\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"signature\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t\t}\n\t\t},\n\t\t\"presigned_url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm?AWSAccessKeyId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Signature=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&content-type=video%2Fwebm%3Bcodecs%3Dvp8%2Copus&x-amz-security-token=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Expires=1667632124\",\n\t\t\"thumbnail_presigned_post_params\": {\n\t\t\t\"url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/\",\n\t\t\t\"fields\": {\n\t\t\t\t\"content-type\": \"image/jpeg\",\n\t\t\t\t\"key\": \"raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"AWSAccessKeyId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"x-amz-security-token\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"policy\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\t\t\t\"signature\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n\t\t\t}\n\t\t},\n\t\t\"thumbnail_presigned_url\": \"https://videoask-uploads-prod.s3-accelerate.amazonaws.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnail.jpeg?AWSAccessKeyId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Signature=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&content-type=image%2Fjpeg&x-amz-security-token=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&Expires=1667589044\"\n\t},\n\t\"media_url\": \"https://media.videoask.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.webm?token=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"metadata\": {},\n\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"share_id\": \"xxxxxxxxxx\",\n\t\"share_url\": \"https://www.videoask.com/xxxxxxxxxx\",\n\t\"thumbnail\": \"https://media.videoask.com/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnail.jpeg\",\n\t\"transcode_status\": \"upload_pending\",\n\t\"transcribe_status\": \"pending\",\n\t\"type\": \"standard\",\n\t\"updated_at\": \"2022-11-04T19:08:44.689168Z\"\n}"}],"_postman_id":"0956c996-d544-4346-a8d1-d4a501db8d87"},{"name":"Edit notes / script","id":"60e00287-c948-47b5-b290-fc0172a27b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"notes\": \"Hold your smile at the end so we can fade to black\"\n\t}\n}"},"url":"https://api.videoask.com/questions/question_id","urlObject":{"path":["questions","question_id"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"2857a0a9-20df-4db2-a3e8-678f8dcd6742","name":"Edit notes / script","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"metadata\": {\n\t\t\"notes\": \"Hold your smile at the end so we can fade to black\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"allowed_answer_media_types\": [\"audio\", \"video\", \"text\"],\n\t\"collect_contact_information\": true,\n\t\"created_at\": \"2022-08-19T18:37:28.274193Z\",\n\t\"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"gif\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnails/preview.gif\",\n\t\"label\": \"1 Test\",\n\t\"logic_actions\": [{\n\t\t\"action\": \"jump\",\n\t\t\"details\": {\n\t\t\t\"to\": {\n\t\t\t\t\"type\": \"goodbye\",\n\t\t\t\t\"value\": \"default\"\n\t\t\t}\n\t\t},\n\t\t\"condition\": {\n\t\t\t\"op\": \"always\",\n\t\t\t\"vars\": []\n\t\t}\n\t}],\n\t\"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"media_duration\": 120,\n\t\"media_type\": \"video\",\n\t\"media_url\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.mp4?token=xxxxxxxxxxxx\",\n\t\"metadata\": {\n\t\t\"text\": \"Test\",\n\t\t\"darken_text_background\": true,\n\t\t\"fit_video\": false,\n\t\t\"overlay_text_size\": 5,\n\t\t\"notes\": \"Hold your smile at the end so we can fade to black\"\n\t},\n\t\"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"share_id\": \"xxxxxxxxx\",\n\t\"share_url\": \"https://www.videoask.com/xxxxxxxxx\",\n\t\"thumbnail\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnails/image.0000001.jpg\",\n\t\"transcode_status\": \"completed\",\n\t\"transcribe_status\": \"completed\",\n\t\"type\": \"standard\",\n\t\"updated_at\": \"2022-08-22T19:47:53.614927Z\"\n}"}],"_postman_id":"60e00287-c948-47b5-b290-fc0172a27b36"},{"name":"Add titles to videoask steps","id":"845d427e-fc73-47b2-b482-96a3bb07bd5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.videoask.com/questions/question_id","urlObject":{"path":["questions","question_id"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"a5c2d88f-3c5f-49ba-8565-f184fd45d84b","name":"Add titles to videoask steps","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\t\"title\": \"Example title\",\n\t\t\"type\": \"standard\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"allowed_answer_media_types\": [\n        \"audio\",\n        \"video\",\n        \"text\"\n    ],\n    \"collect_contact_information\": false,\n    \"created_at\": \"2022-10-20T10:52:13.764045Z\",\n    \"form_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"gif\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnails/preview.gif\",\n    \"label\": \"1\",\n    \"logic_actions\": [\n        {\n            \"action\": \"jump\",\n            \"details\": {\n                \"to\": {\n                    \"type\": \"goodbye\",\n                    \"value\": \"default\"\n                }\n            },\n            \"condition\": {\n                \"op\": \"always\",\n                \"vars\": []\n            }\n        }\n    ],\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"media_duration\": 8,\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/328428416.hd.mp4?s=fa02b255fa889778086413be73fadec52a120743&profile_id=172&oauth2_token_id=xxxxxxxx\",\n    \"metadata\": {},\n    \"question_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"share_id\": \"xxxxxxxxx\",\n    \"share_url\": \"https://www.videoask.com/xxxxxxxxx\",\n    \"thumbnail\": \"https://images.pexels.com/videos/xxxxxxx/free-video-xxxxxxx.jpg?auto=compress&cs=tinysrgb&fit=crop&h=630&w=1200\",\n    \"title\": \"Example title\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"transcription\": \"\",\n    \"type\": \"standard\",\n    \"updated_at\": \"2022-10-21T07:45:49.184585Z\"\n}"}],"_postman_id":"845d427e-fc73-47b2-b482-96a3bb07bd5c"},{"name":"Delete question","id":"4700a9ee-ed59-4e7a-b0bd-710d80e10311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/questions/question_id","urlObject":{"path":["questions","question_id"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"e21cd079-ebbd-4687-bc11-0fd897d541eb","name":"Update media","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"media_mime_type\": \"video/webm;codecs=vp8,opus\",\n    \"media_type\": \"video\",\n    \"thumbnail_mime_type\": \"image/jpeg\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/questions/question_id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, DELETE, PATCH"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"1436"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"answers_count\": 0,\n    \"created_at\": \"2020-11-12T01:32:47.438019Z\",\n    \"form_id\": \"414a65a5-4a78-4623-8518-8241a21a1c5d\",\n    \"media_id\": \"3d182ed9-11d7-4b82-bf7b-0ed7cf01af0a\",\n    \"media_type\": \"video\",\n    \"media_url\": \"https://player.vimeo.com/external/310398387.sd.mp4?s=5f9fdb320cfbc4faf3b56c3e0fa3d8d466af4211&profile_id=164&oauth2_token_id=57447761\",\n    \"metadata\": {\n        \"text\": \"Step 2\",\n        \"darken_text_background\": true,\n        \"fit_video\": false,\n        \"disable_data_collection\": true,\n        \"overlay_text_size\": 5\n    },\n    \"poll_options\": [\n        {\n            \"id\": \"f3b75e82-2d00-4847-8fc2-1df10748ba3a\",\n            \"option_id\": \"f3b75e82-2d00-4847-8fc2-1df10748ba3a\",\n            \"content\": \"Option 1\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"42a02b59-3a87-4485-ae1d-deb8a6632b55\",\n            \"option_id\": \"42a02b59-3a87-4485-ae1d-deb8a6632b55\",\n            \"content\": \"Option 2\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"caee8745-3e69-4cc5-bef9-53d898bd7b0b\",\n            \"option_id\": \"caee8745-3e69-4cc5-bef9-53d898bd7b0b\",\n            \"content\": \"Option 3\",\n            \"total_count\": 0\n        },\n        {\n            \"id\": \"dfed8b6a-ec44-44b7-97c4-e3df15b6fc7a\",\n            \"option_id\": \"dfed8b6a-ec44-44b7-97c4-e3df15b6fc7a\",\n            \"content\": \"Option 4\",\n            \"total_count\": 0\n        }\n    ],\n    \"allow_multiple_selection\": false,\n    \"question_id\": \"286874d2-ea5c-4299-b4de-607f116c4502\",\n    \"share_id\": \"fjkgstbcm\",\n    \"share_url\": \"http://localhost:3001/fjkgstbcm\",\n    \"thumbnail\": \"https://images.pexels.com/videos/1778068/free-video-1778068.jpg?fit=crop&w=1200&h=630&auto=compress&cs=tinysrgb\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"type\": \"poll\",\n    \"updated_at\": \"2020-11-12T02:05:13.538823Z\"\n}"}],"_postman_id":"4700a9ee-ed59-4e7a-b0bd-710d80e10311"}],"id":"5bdf84a4-b04d-4e07-a25a-055bb91ee7f0","_postman_id":"5bdf84a4-b04d-4e07-a25a-055bb91ee7f0","description":""},{"name":"Folders","item":[{"name":"Create a folder","id":"7f7281f8-fe2b-4deb-b33a-f8ebdd4340e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Marketing Campaign\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/folders","urlObject":{"path":["folders"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"ec213375-4585-4965-b185-883dbffa8902","name":"Create a folder","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Marketing Campaign\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/folders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Dec 2020 11:03:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"074a9d97c000006107c2111000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"608acb9f9d516107-BCN"}],"cookie":[],"responseTime":null,"body":"{\n    \"folder_id\": \"f6c4001e-dad9-44ea-8920-7b1b053f15dc\",\n    \"name\": \"Marketing Campaign\",\n    \"organization_id\": \"5209e520-0abd-488e-85c9-5383456e1aee\",\n    \"created_at\": \"2020-12-28T11:03:33.436834Z\",\n    \"permission\": \"read/write\"\n}"}],"_postman_id":"7f7281f8-fe2b-4deb-b33a-f8ebdd4340e6"},{"name":"Update a folder","id":"95b32b44-5359-425b-b2b4-958ac5725faa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Marketing II\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/folders/{{folder_id}}","urlObject":{"path":["folders","{{folder_id}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"d8104e62-0675-4321-a96d-87e45466f548","name":"Update a folder","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Marketing II\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/folders/{{folder_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Dec 2020 11:08:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"074aa1dffa00006107ba306000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"608ad279897e6107-BCN"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"folder_id\": \"f6c4001e-dad9-44ea-8920-7b1b053f15dc\",\n    \"name\": \"Marketing II\",\n    \"organization_id\": \"5209e520-0abd-488e-85c9-5383456e1aee\",\n    \"created_at\": \"2020-12-28T11:03:33.436834Z\",\n    \"permission\": \"read/write\"\n}"}],"_postman_id":"95b32b44-5359-425b-b2b4-958ac5725faa"},{"name":"Delete a folder","id":"3d7c0f01-300b-4d23-9d19-ff10a8d1314c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/folders/{{folder_id}}?soft_delete=true","urlObject":{"path":["folders","{{folder_id}}"],"host":["https://api.videoask.com"],"query":[{"key":"soft_delete","value":"true"}],"variable":[]}},"response":[{"id":"5fc1eed9-3a78-4fca-af66-2665393a5275","name":"Delete a folder","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.videoask.com/folders/{{folder_id}}?soft_delete=true","host":["https://api.videoask.com"],"path":["folders","{{folder_id}}"],"query":[{"key":"soft_delete","value":"true","type":"text"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Mon, 28 Dec 2020 11:10:09 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"074aa3a2d900006107ba9bb000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"608ad54af8eb6107-BCN"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3d7c0f01-300b-4d23-9d19-ff10a8d1314c"}],"id":"6651c656-a032-4eba-b380-2fc0de4fa796","description":"<p>The Folders API lets you create/update/delete the folders in your videoask account</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"7ae251fc-884c-4676-b666-7d0d3b2d555d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1655eb52-14b9-4022-abf0-ef0e8631b4a0","type":"text/javascript","exec":[""]}}],"_postman_id":"6651c656-a032-4eba-b380-2fc0de4fa796"},{"name":"Responses","item":[{"name":"Retrieve single contact (with its answers and messages)","id":"4212694b-3e7c-4037-b6f6-98bda9cee2a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms/form_id/contacts/{{contact_id}}?include_answers=true&include_messages=true","description":"<p>⚠️ This endpoint is subject to a rate limit of 50 requests per 5 minutes.</p>\n","urlObject":{"path":["forms","form_id","contacts","{{contact_id}}"],"host":["https://api.videoask.com"],"query":[{"description":{"content":"<p>Whether or not the answers should be returned</p>\n","type":"text/plain"},"key":"include_answers","value":"true"},{"description":{"content":"<p>Whether or not the conversation messages should be returned</p>\n","type":"text/plain"},"key":"include_messages","value":"true"}],"variable":[]}},"response":[{"id":"04d1aaf9-832b-48fe-a1a1-65354d16472e","name":"Get form contacts and answers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":{"raw":"https://api.videoask.com/forms/form_id/contacts/{{contact_id}}?include_answers=true&all_answers_transcoded=true","host":["https://api.videoask.com"],"path":["forms","form_id","contacts","{{contact_id}}"],"query":[{"key":"include_answers","value":"true"},{"key":"all_answers_transcoded","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2020 17:18:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie, Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"contact_id\": \"988d67e0-1d24-4dcd-8456-6218cefb0c46\",\n    \"name\": \"Nicolas\",\n    \"email\": \"nicolas.grenie@typeform.com\",\n    \"phone_number\": null,\n    \"thumbnail\": \"https://media.videoask.com/transcoded/99178ec1-309d-4bab-8580-28c7bcd1b55a/thumbnails/00001.jpg\",\n    \"status\": \"completed\",\n    \"created_at\": \"2020-04-29T18:44:07.533577Z\",\n    \"updated_at\": \"2020-04-29T18:48:32.964223Z\",\n    \"answers\": [\n        {\n            \"answer_id\": \"9cda46d3-9127-45d3-b68c-745274df27b2\",\n            \"created_at\": \"2020-04-29T18:47:12.386464Z\",\n            \"media_id\": \"99178ec1-309d-4bab-8580-28c7bcd1b55a\",\n            \"media_url\": \"https://media.videoask.com/transcoded/99178ec1-309d-4bab-8580-28c7bcd1b55a/video.mp4\",\n            \"question_id\": \"a5966f4e-c0c3-4598-a5ce-24e05cb13a67\",\n            \"share_id\": \"awuktq6t1f024q3l5gh14y0x0iw8peif3jl8rumr\",\n            \"share_url\": \"https://www.videoask.com/awuktq6t1f024q3l5gh14y0x0iw8peif3jl8rumr\",\n            \"thumbnail\": \"https://media.videoask.com/transcoded/99178ec1-309d-4bab-8580-28c7bcd1b55a/thumbnails/00001.jpg\",\n            \"transcode_status\": \"completed\",\n            \"transcription\": \"I'm a biker and I will love to go to med. Elin's Grant likes a nice place to buy, can discover a lot of different places. That's my next adventure.\",\n            \"type\": \"video\",\n            \"is_public\": false\n        },\n        {\n            \"answer_id\": \"aaecb1c5-2f70-4562-a4fb-387339524bf4\",\n            \"created_at\": \"2020-04-29T18:47:19.417654Z\",\n            \"poll_option_content\": \"Yes\",\n            \"poll_option_id\": \"96cb209e-7bf1-493d-a2bc-d69ab2163cc9\",\n            \"question_id\": \"c271f17e-8e92-46f3-a7b9-92d973f5ef05\",\n            \"type\": \"poll\",\n            \"is_public\": false\n        },\n        {\n            \"answer_id\": \"e3b7f83d-d254-43cc-b389-f67b3124d340\",\n            \"created_at\": \"2020-04-29T18:48:22.731065Z\",\n            \"input_text\": \"I want to bring my high school friends, we met a long time ago, and since we were 15 we've been going on a trip every year.\",\n            \"question_id\": \"41dcc03b-74e2-405c-a752-5d0e7b0b67dd\",\n            \"type\": \"text\",\n            \"is_public\": false\n        }\n    ],\n    \"messages\": []\n}"}],"_postman_id":"4212694b-3e7c-4037-b6f6-98bda9cee2a2"},{"name":"Retrieve question answers","id":"6f012589-1b4f-4ff4-8938-a130742a2d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/questions/question_id/answers?limit=20&offset=0","description":"<p>Get all the answers of a specific question.</p>\n<p>Optional fields for pagination:</p>\n<ul>\n<li><code>offset</code> to indicate from which answer we want to start the page</li>\n<li><code>limit</code> to indicate the size of the page</li>\n</ul>\n<p>⚠️ This endpoint is subject to a rate limit of 10 requests per hour. It is best practice to configure webhooks before receiving any answers, rather than fetching them after the fact using this endpoint.</p>\n","urlObject":{"path":["questions","question_id","answers"],"host":["https://api.videoask.com"],"query":[{"key":"limit","value":"20"},{"key":"offset","value":"0"}],"variable":[]}},"response":[{"id":"cbbdf158-7594-48ee-8453-2b74a123fcf1","name":"Retrieve question answers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/questions/question_id/answers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Apr 2020 19:02:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"POST, GET"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"answer_id\": \"bf092658-ceca-4e02-82f8-96b384c7a3d3\",\n        \"contact_id\": \"a72c2058-e1d8-4b53-994f-0a33a00efb70\",\n        \"contact_email\": \"jp@typeform.com\",\n        \"contact_name\": \"Jean Paul\",\n        \"form_id\": \"546ecd02-43c2-4c31-96e7-1670c00052e5\",\n        \"form_author_id\": \"501b1ddf-9128-4a6e-abd7-60fe30b037ee\",\n        \"form_hide_branding\": false,\n        \"form_share_id\": \"f00nen83a\",\n        \"created_at\": \"2020-04-29T19:00:48.423310Z\",\n        \"media_id\": \"c6deb287-6106-4893-8764-1fc1a5b98c14\",\n        \"media_url\": \"https://media.videoask.com/transcoded/c6deb287-6106-4893-8764-1fc1a5b98c14/video.mp4\",\n        \"media_type\": \"video\",\n        \"question_id\": \"a5966f4e-c0c3-4598-a5ce-24e05cb13a67\",\n        \"share_id\": \"ayo3cvqzdr7r8bskua5ckllxqmbwbzx1l1bp4b1m\",\n        \"share_url\": \"https://www.videoask.com/ayo3cvqzdr7r8bskua5ckllxqmbwbzx1l1bp4b1m\",\n        \"thumbnail\": \"https://media.videoask.com/transcoded/c6deb287-6106-4893-8764-1fc1a5b98c14/thumbnails/00001.jpg\",\n        \"transcode_status\": \"completed\",\n        \"transcription\": \"Hey, I want a little Tokyo. I'm so excited by doing all the video games. Let's go!\",\n        \"type\": \"video\",\n        \"is_public\": false\n    },\n    {\n        \"answer_id\": \"9cda46d3-9127-45d3-b68c-745274df27b2\",\n        \"contact_id\": \"988d67e0-1d24-4dcd-8456-6218cefb0c46\",\n        \"contact_email\": \"nicolas.grenie@typeform.com\",\n        \"contact_name\": \"Nicolas\",\n        \"form_id\": \"546ecd02-43c2-4c31-96e7-1670c00052e5\",\n        \"form_author_id\": \"501b1ddf-9128-4a6e-abd7-60fe30b037ee\",\n        \"form_hide_branding\": false,\n        \"form_share_id\": \"f00nen83a\",\n        \"created_at\": \"2020-04-29T18:47:12.386464Z\",\n        \"media_id\": \"99178ec1-309d-4bab-8580-28c7bcd1b55a\",\n        \"media_url\": \"https://media.videoask.com/transcoded/99178ec1-309d-4bab-8580-28c7bcd1b55a/video.mp4\",\n        \"media_type\": \"video\",\n        \"question_id\": \"a5966f4e-c0c3-4598-a5ce-24e05cb13a67\",\n        \"share_id\": \"awuktq6t1f024q3l5gh14y0x0iw8peif3jl8rumr\",\n        \"share_url\": \"https://www.videoask.com/awuktq6t1f024q3l5gh14y0x0iw8peif3jl8rumr\",\n        \"thumbnail\": \"https://media.videoask.com/transcoded/99178ec1-309d-4bab-8580-28c7bcd1b55a/thumbnails/00001.jpg\",\n        \"transcode_status\": \"completed\",\n        \"transcription\": \"I'm a biker and I will love to go to med. Elin's Grant likes a nice place to buy, can discover a lot of different places. That's my next adventure.\",\n        \"type\": \"video\",\n        \"is_public\": false\n    }\n]"}],"_postman_id":"6f012589-1b4f-4ff4-8938-a130742a2d71"},{"name":"Retrieve question insights","id":"1209eed4-e329-45e7-92b4-43c9813c937d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/questions/question_id/insights","urlObject":{"path":["questions","question_id","insights"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"5ef606fb-a2ed-4874-8d08-f20fd592e10b","name":"Retrieve question insights - poll question","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/questions/question_id/insights"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Jul 2020 15:32:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"207"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.19.1"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"answers_count\": 197,\n    \"poll_options\": [\n        {\n            \"id\": \"36407110-f569-4eb5-99a1-61b9ef8ce649\",\n            \"content\": \"DuckDuckGo\",\n            \"total_count\": 66\n        },\n        {\n            \"id\": \"10bf15d4-2117-4dd8-9990-7486a58da277\",\n            \"content\": \"Google\",\n            \"total_count\": 131\n        }\n    ]\n}"},{"id":"867bc6a9-8c2d-4dfe-a1fb-50747e29801b","name":"Retrieve question insights - open question","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/questions/question_id/insights"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Jul 2020 15:35:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"21"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.19.1"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Cookie, Origin"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"answers_count\": 206\n}"}],"_postman_id":"1209eed4-e329-45e7-92b4-43c9813c937d"},{"name":"Mark interaction unread","id":"dfeedcc3-0f30-407a-ab0a-a4a8869817e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"read\": false\n}"},"url":"https://api.videoask.com/conversations/{{contact_id}}/mark-read","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"053c4a4b-7dec-4bbd-8d2f-265aa87c6c03","id":"053c4a4b-7dec-4bbd-8d2f-265aa87c6c03","name":"Responses","type":"folder"}},"urlObject":{"protocol":"https","path":["conversations","{{contact_id}}","mark-read"],"host":["api","videoask","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfeedcc3-0f30-407a-ab0a-a4a8869817e7"},{"name":"Delete a response","id":"ccf2498c-faa8-455c-bb88-082cea201871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/contacts/{{contact_id}}?form_id=form_id","urlObject":{"path":["contacts","{{contact_id}}"],"host":["https://api.videoask.com"],"query":[{"key":"form_id","value":"form_id"}],"variable":[]}},"response":[{"id":"c724cdae-638e-4c89-9852-3dadbb508364","name":"Successful deletion","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":{"raw":"https://api.videoask.com/contacts/{{contact_id}}?form_id=form_id","host":["https://api.videoask.com"],"path":["contacts","{{contact_id}}"],"query":[{"key":"form_id","value":"form_id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2020 17:18:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie, Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":""},{"id":"c7749dd5-2e9a-4be9-815a-fca0979c9c42","name":"Failed deletion","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":{"raw":"https://api.videoask.com/contacts/{{contact_id}}?form_id=form_id","host":["https://api.videoask.com"],"path":["contacts","{{contact_id}}"],"query":[{"key":"form_id","value":"form_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2020 17:18:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie, Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ccf2498c-faa8-455c-bb88-082cea201871"}],"id":"053c4a4b-7dec-4bbd-8d2f-265aa87c6c03","description":"<p>The Responses API lets you access the data your videoasks collect — on demand and in JSON format — without setting up webhooks or third-party integrations.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4674318f-6bcc-4a60-9c04-9d33a3ef30d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a244249f-1baf-4935-939a-f65d08893a06","type":"text/javascript","exec":[""]}}],"_postman_id":"053c4a4b-7dec-4bbd-8d2f-265aa87c6c03"},{"name":"Respondents","item":[{"name":"Create contact","id":"48ed4b01-13f2-4596-9612-b60825a91511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Johnny Rose\",\n\t\"email\": \"jr@example.com\",\n\t\"phone_number\": \"+13038675309\"\n}"},"url":"https://api.videoask.com/respondents","description":"<p><code>email</code> is the only required field; <code>name</code> and <code>phone_number</code> are optional.</p>\n","urlObject":{"path":["respondents"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"d4f068bc-ada4-435b-a1c3-72f092d33ff1","name":"Create contact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Johnny Rose\",\n\t\"email\": \"jr@gmail.com\",\n\t\"phone_number\": \"+13038675309\"\n}"},"url":"https://api.videoask.com/respondents"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"name\": \"Johnny Rose\",\n\t\"email\": \"jr@example.com\",\n\t\"phone_number\": \"+13038675309\"\n}"}],"_postman_id":"48ed4b01-13f2-4596-9612-b60825a91511"},{"name":"Update contact","id":"aa56e4fd-087f-4ea8-b408-bd0c2c1697c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Johnny Rose\",\n\t\"email\": \"jr@gmail.com\",\n\t\"phone_number\": \"+13038675309\"\n}\n"},"url":"https://api.videoask.com/respondents/{{respondent-id}}","urlObject":{"path":["respondents","{{respondent-id}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"f7633e1c-2b93-4680-9bea-5150eaf0fb02","name":"Update contact","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Johnny Rose\",\n\t\"email\": \"jr@gmail.com\",\n\t\"phone_number\": \"+13038675309\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/respondents/{{respondent-id}}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"name\": \"Johnny Rose\",\n    \"email\": \"jr@example.com\",\n    \"phone_number\": \"+13038675309\",\n    \"phone_numbers\": [\n        \"+13038675309\"\n    ],\n    \"thumbnail\": null\n}"}],"_postman_id":"aa56e4fd-087f-4ea8-b408-bd0c2c1697c8"},{"name":"Delete contact","id":"87fd20cb-44ab-4b7e-8c0a-e31bce1c81f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/respondents/{{respondent-id}}","description":"<p>You can find <code>respondent_id</code> in the webhook response whenever your videoask receives a new response and the respondent has provided their contact details.</p>\n","urlObject":{"path":["respondents","{{respondent-id}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"87fd20cb-44ab-4b7e-8c0a-e31bce1c81f9"}],"id":"cc79190f-878d-430a-a89a-fcea03af09b7","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4674318f-6bcc-4a60-9c04-9d33a3ef30d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a244249f-1baf-4935-939a-f65d08893a06","type":"text/javascript","exec":[""]}}],"_postman_id":"cc79190f-878d-430a-a89a-fcea03af09b7","description":""},{"name":"Media","item":[{"name":"Get transcript","id":"a82f41a3-c078-4bee-b612-7e52e2149abc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/media/{{media-id}}","description":"<p>You can retrieve the <code>media_id</code> of content by webhook, API call, or right-clicking the content, copying the video address, and finding the <code>media_id</code> (after <code>/transcoded/</code> and before <code>/video.mp4</code> in the URL).</p>\n","urlObject":{"path":["media","{{media-id}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"851c306a-6f28-45c2-9fab-91bbf7682262","name":"Get transcript","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/media/{{media-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"caption_data\": null,\n    \"gif\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnails/preview.gif\",\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"thumbnail\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnails/image.0000002.jpg\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"transcription\": \"Hello there, world. This is a test of how you can retrieve a transcript in video ask.\",\n    \"transcription_data\": [\n        {\n            \"confidence\": 0.891358823529412,\n            \"transcript\": \"Hello there, world. This is a test of how you can retrieve a transcript in video ask.\",\n            \"words\": [\n                {\n                    \"word\": \"Hello\",\n                    \"start_time\": 1.2,\n                    \"end_time\": 1.4\n                },\n                {\n                    \"word\": \"there,\",\n                    \"start_time\": 1.5,\n                    \"end_time\": 1.7\n                },\n                {\n                    \"word\": \"world.\",\n                    \"start_time\": 1.7,\n                    \"end_time\": 2.2\n                },\n                {\n                    \"word\": \"This\",\n                    \"start_time\": 2.3,\n                    \"end_time\": 2.6\n                },\n                {\n                    \"word\": \"is\",\n                    \"start_time\": 2.7,\n                    \"end_time\": 2.9\n                },\n                {\n                    \"word\": \"a\",\n                    \"start_time\": 2.9,\n                    \"end_time\": 3.1\n                },\n                {\n                    \"word\": \"test\",\n                    \"start_time\": 3.1,\n                    \"end_time\": 3.5\n                },\n                {\n                    \"word\": \"of\",\n                    \"start_time\": 3.6,\n                    \"end_time\": 3.9\n                },\n                {\n                    \"word\": \"how\",\n                    \"start_time\": 4,\n                    \"end_time\": 4.4\n                },\n                {\n                    \"word\": \"you\",\n                    \"start_time\": 4.5,\n                    \"end_time\": 4.8\n                },\n                {\n                    \"word\": \"can\",\n                    \"start_time\": 4.9,\n                    \"end_time\": 5.1\n                },\n                {\n                    \"word\": \"retrieve\",\n                    \"start_time\": 5.2,\n                    \"end_time\": 5.7\n                },\n                {\n                    \"word\": \"a\",\n                    \"start_time\": 5.8,\n                    \"end_time\": 6\n                },\n                {\n                    \"word\": \"transcript\",\n                    \"start_time\": 6,\n                    \"end_time\": 6.6\n                },\n                {\n                    \"word\": \"in\",\n                    \"start_time\": 6.6,\n                    \"end_time\": 6.9\n                },\n                {\n                    \"word\": \"video\",\n                    \"start_time\": 6.9,\n                    \"end_time\": 7.2\n                },\n                {\n                    \"word\": \"ask.\",\n                    \"start_time\": 7.3,\n                    \"end_time\": 7.4\n                }\n            ]\n        }\n    ],\n    \"url\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.mp4\",\n    \"created_at\": \"2022-09-07T18:35:09.623643Z\"\n}"}],"_postman_id":"a82f41a3-c078-4bee-b612-7e52e2149abc"},{"name":"Edit captions","id":"830a9719-d514-47ae-b74d-88fc98b5493f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"caption_data\": \"WEBVTT\\n\\nkey-0\\n00:00:00.700 --> 00:00:02.000\\nHey, this is Maeve from Acme\\n\\nkey-1\\n00:00:02.000 --> 00:00:02.800\\nSolutions.\\n\\nkey-2\\n00:00:02.800 --> 00:00:04.200\\nWe would really appreciate your feedback\\n\\nkey-3\\n00:00:04.200 --> 00:00:05.000\\non our service.\\n\\nkey-4\\n00:00:05.500 --> 00:00:06.600\\nSo would you mind telling us\\n\\nkey-5\\n00:00:06.600 --> 00:00:07.700\\nHow likely you are to recommend\\n\\nkey-6\\n00:00:07.700 --> 00:00:08.900\\nus to a friend or colleague?\\n\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/media/{{media-id}}","description":"<p>You can retrieve the <code>media_id</code> of content by webhook, API call, or right-clicking the content, copying the video address, and finding the <code>media_id</code> (after <code>/transcoded/</code> and before <code>/video.mp4</code> in the URL).</p>\n","urlObject":{"path":["media","{{media-id}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"d870dfa2-ee0e-4090-a077-4b50e931d136","name":"Edit captions","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"caption_data\": \"WEBVTT\\n\\nkey-0\\n00:00:00.700 --> 00:00:02.000\\nHey, this is Maeve from Acme\\n\\nkey-1\\n00:00:02.000 --> 00:00:02.800\\nSolutions.\\n\\nkey-2\\n00:00:02.800 --> 00:00:04.200\\nWe would really appreciate your feedback\\n\\nkey-3\\n00:00:04.200 --> 00:00:05.000\\non our service.\\n\\nkey-4\\n00:00:05.500 --> 00:00:06.600\\nSo would you mind telling us\\n\\nkey-5\\n00:00:06.600 --> 00:00:07.700\\nHow likely you are to recommend\\n\\nkey-6\\n00:00:07.700 --> 00:00:08.900\\nus to a friend or colleague?\\n\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/media/{{media-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"caption_data\": \"WEBVTT\\n\\nkey-0\\n00:00:00.700 --> 00:00:02.000\\nHey, this is Maeve from Acme\\n\\nkey-1\\n00:00:02.000 --> 00:00:02.800\\nSolutions.\\n\\nkey-2\\n00:00:02.800 --> 00:00:04.200\\nWe would really appreciate your feedback\\n\\nkey-3\\n00:00:04.200 --> 00:00:05.000\\non our service.\\n\\nkey-4\\n00:00:05.500 --> 00:00:06.600\\nSo would you mind telling us\\n\\nkey-5\\n00:00:06.600 --> 00:00:07.700\\nHow likely you are to recommend\\n\\nkey-6\\n00:00:07.700 --> 00:00:08.900\\nus to a friend or colleague?\",\n    \"gif\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnails/preview.gif\",\n    \"media_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"thumbnail\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/thumbnails/image.0000002.jpg\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"transcription\": \"Hey, this is Lucy from Acme Solutions. We would really appreciate your feedback on our service. So would you mind telling us How likely you are to recommend us to a friend or colleague?\",\n    \"transcription_data\": [\n        {\n            \"confidence\": 0.89451057,\n            \"transcript\": \"Hey, this is Lucy from Acme Solutions. We would really appreciate your feedback on our service. So would you mind telling us How likely you are to recommend us to a friend or colleague?\",\n            \"words\": [\n                {\n                    \"word\": \"Hey,\",\n                    \"start_time\": 0.7,\n                    \"end_time\": 1\n                },\n                {\n                    \"word\": \"this\",\n                    \"start_time\": 1,\n                    \"end_time\": 1.2\n                },\n                {\n                    \"word\": \"is\",\n                    \"start_time\": 1.2,\n                    \"end_time\": 1.3\n                },\n                {\n                    \"word\": \"Lucy\",\n                    \"start_time\": 1.3,\n                    \"end_time\": 1.6\n                },\n                {\n                    \"word\": \"from\",\n                    \"start_time\": 1.6,\n                    \"end_time\": 1.7\n                },\n                {\n                    \"word\": \"Acme\",\n                    \"start_time\": 1.7,\n                    \"end_time\": 2\n                },\n                {\n                    \"word\": \"Solutions.\",\n                    \"start_time\": 2,\n                    \"end_time\": 2.8\n                },\n                {\n                    \"word\": \"We\",\n                    \"start_time\": 2.8,\n                    \"end_time\": 2.9\n                },\n                {\n                    \"word\": \"would\",\n                    \"start_time\": 2.9,\n                    \"end_time\": 3\n                },\n                {\n                    \"word\": \"really\",\n                    \"start_time\": 3,\n                    \"end_time\": 3.3\n                },\n                {\n                    \"word\": \"appreciate\",\n                    \"start_time\": 3.3,\n                    \"end_time\": 3.7\n                },\n                {\n                    \"word\": \"your\",\n                    \"start_time\": 3.7,\n                    \"end_time\": 3.8\n                },\n                {\n                    \"word\": \"feedback\",\n                    \"start_time\": 3.8,\n                    \"end_time\": 4.2\n                },\n                {\n                    \"word\": \"on\",\n                    \"start_time\": 4.2,\n                    \"end_time\": 4.3\n                },\n                {\n                    \"word\": \"our\",\n                    \"start_time\": 4.3,\n                    \"end_time\": 4.4\n                },\n                {\n                    \"word\": \"service.\",\n                    \"start_time\": 4.4,\n                    \"end_time\": 5\n                },\n                {\n                    \"word\": \"So\",\n                    \"start_time\": 5.5,\n                    \"end_time\": 5.7\n                },\n                {\n                    \"word\": \"would\",\n                    \"start_time\": 5.7,\n                    \"end_time\": 5.8\n                },\n                {\n                    \"word\": \"you\",\n                    \"start_time\": 5.8,\n                    \"end_time\": 5.9\n                },\n                {\n                    \"word\": \"mind\",\n                    \"start_time\": 5.9,\n                    \"end_time\": 6.1\n                },\n                {\n                    \"word\": \"telling\",\n                    \"start_time\": 6.1,\n                    \"end_time\": 6.4\n                },\n                {\n                    \"word\": \"us\",\n                    \"start_time\": 6.4,\n                    \"end_time\": 6.6\n                },\n                {\n                    \"word\": \"How\",\n                    \"start_time\": 6.6,\n                    \"end_time\": 6.7\n                },\n                {\n                    \"word\": \"likely\",\n                    \"start_time\": 6.7,\n                    \"end_time\": 7\n                },\n                {\n                    \"word\": \"you\",\n                    \"start_time\": 7,\n                    \"end_time\": 7.1\n                },\n                {\n                    \"word\": \"are\",\n                    \"start_time\": 7.1,\n                    \"end_time\": 7.3\n                },\n                {\n                    \"word\": \"to\",\n                    \"start_time\": 7.3,\n                    \"end_time\": 7.3\n                },\n                {\n                    \"word\": \"recommend\",\n                    \"start_time\": 7.3,\n                    \"end_time\": 7.7\n                },\n                {\n                    \"word\": \"us\",\n                    \"start_time\": 7.7,\n                    \"end_time\": 7.9\n                },\n                {\n                    \"word\": \"to\",\n                    \"start_time\": 7.9,\n                    \"end_time\": 8.1\n                },\n                {\n                    \"word\": \"a\",\n                    \"start_time\": 8.1,\n                    \"end_time\": 8.1\n                },\n                {\n                    \"word\": \"friend\",\n                    \"start_time\": 8.1,\n                    \"end_time\": 8.3\n                },\n                {\n                    \"word\": \"or\",\n                    \"start_time\": 8.3,\n                    \"end_time\": 8.4\n                },\n                {\n                    \"word\": \"colleague?\",\n                    \"start_time\": 8.4,\n                    \"end_time\": 8.9\n                }\n            ]\n        }\n    ],\n    \"url\": \"https://media.videoask.com/transcoded/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/video.mp4?token=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"created_at\": \"2021-09-24T14:47:33.062973Z\"\n}"}],"_postman_id":"830a9719-d514-47ae-b74d-88fc98b5493f"}],"id":"892c0c23-2c9c-44eb-8c01-4d7ad5b7457d","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"89f503ee-b8e1-4a1a-8b3d-61792738495f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7861343d-a286-4d0a-97bc-5a51f8f30cb4","type":"text/javascript","exec":[""]}}],"_postman_id":"892c0c23-2c9c-44eb-8c01-4d7ad5b7457d","description":""},{"name":"Tags","item":[{"name":"Retrieve tags","id":"1c399f88-2241-40d0-b190-03c1aa167762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/tags?limit=0&offset=0&title","description":"<p>Retrieves a list of JSON descriptions for all tags in your VideoAsk account.</p>\n","urlObject":{"path":["tags"],"host":["https://api.videoask.com"],"query":[{"description":{"content":"<p>Indicate the size of the page</p>\n","type":"text/plain"},"key":"limit","value":"0"},{"description":{"content":"<p>Indicate from which answer we want to start the page</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Filter tags by their title</p>\n","type":"text/plain"},"key":"title","value":null}],"variable":[]}},"response":[{"id":"12142c13-e92c-4f9d-86a3-58608ccc73d6","name":"Retrieve tags","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":{"raw":"https://api.videoask.com/tags?limit=0&offset=0&title","host":["https://api.videoask.com"],"path":["tags"],"query":[{"key":"limit","value":"0","description":"Indicate the size of the page"},{"key":"offset","value":"0","description":"Indicate from which answer we want to start the page"},{"key":"title","value":null,"description":"Filter tags by their title"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Dec 2020 11:01:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06e8c33ef00000c667a73c1000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5fee3b117e1cc667-MAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"tag_id\": \"e6426810-be55-40ed-8b03-7136f90859bb\",\n            \"title\": \"My tag\"\n        }\n    ]\n}"}],"_postman_id":"1c399f88-2241-40d0-b190-03c1aa167762"},{"name":"Create a tag","id":"2b642236-c377-4c1b-9560-82a8c88f2a77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My tag\"\n}"},"url":"https://api.videoask.com/tags","urlObject":{"path":["tags"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"1ce46289-5529-4d47-8ba2-b2ffb377cbd0","name":"Create a tag","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My tag\"\n}"},"url":"https://api.videoask.com/tags"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Dec 2020 11:01:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"66"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06e8c2ff290000c667f7239000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5fee3aab7c0ec667-MAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"tag_id\": \"e6426810-be55-40ed-8b03-7136f90859bb\",\n    \"title\": \"My tag\"\n}"}],"_postman_id":"2b642236-c377-4c1b-9560-82a8c88f2a77"},{"name":"Add a tag to a contact","id":"01458dc5-8e14-4b76-8e54-bf274d3f621e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"add\"\n}"},"url":"https://api.videoask.com/contacts/{{contact_id}}/tags/{{tag_id}}","urlObject":{"path":["contacts","{{contact_id}}","tags","{{tag_id}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"b0211f3f-8ece-4383-9a48-559c81372f37","name":"Add a tag to a contact","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"add\"\n}"},"url":"https://api.videoask.com/contacts/{{contact_id}}/tags/{{tag_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Dec 2020 11:02:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"PATCH, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06e8c410210000c667c02e6000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5fee3c603c04c667-MAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"tag_id\": \"e6426810-be55-40ed-8b03-7136f90859bb\",\n        \"title\": \"My tag\"\n    }\n]"}],"_postman_id":"01458dc5-8e14-4b76-8e54-bf274d3f621e"},{"name":"Remove a tag from a contact","id":"39c8784c-ba93-419e-b359-02dce5a7a1bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"remove\"\n}"},"url":"https://api.videoask.com/contacts/{{contact_id}}/tags/{{tag_id}}","urlObject":{"path":["contacts","{{contact_id}}","tags","{{tag_id}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"25951ca2-71b6-4811-817f-d2008d9a6150","name":"Remove a tag from a contact","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"remove\"\n}"},"url":"https://api.videoask.com/contacts/{{contact_id}}/tags/{{tag_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Dec 2020 11:03:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"PATCH, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06e8c453990000c667c00b0000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5fee3ccc2d24c667-MAD"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"39c8784c-ba93-419e-b359-02dce5a7a1bc"},{"name":"Update a tag","id":"6ac2b920-fc1a-48d6-91a6-7fc2863827a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My tag\"\n}"},"url":"https://api.videoask.com/tags/{{tag_id}}","urlObject":{"path":["tags","{{tag_id}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"b88975cf-2f98-41de-959a-2aaf00925026","name":"Update a tag","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"My tag\"\n}"},"url":"https://api.videoask.com/tags/{{tag_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Dec 2020 11:05:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"x-frame-options","value":"DENY"},{"key":"vary","value":"Cookie, Origin"},{"key":"x-content-type-options","value":"nosniff"},{"key":"referrer-policy","value":"same-origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"06e8c6da8f0000c667a6286000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5fee40d74a59c667-MAD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"tag_id\": \"e6426810-be55-40ed-8b03-7136f90859bb\",\n    \"title\": \"My tag\"\n}"}],"_postman_id":"6ac2b920-fc1a-48d6-91a6-7fc2863827a4"},{"name":"Delete a tag","id":"9a4a3cbf-1ff8-4736-9848-806ecf27e42a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/tags/{{tag_id}}","urlObject":{"path":["tags","{{tag_id}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a4a3cbf-1ff8-4736-9848-806ecf27e42a"}],"id":"f83efcf6-3c31-4226-b918-af029f8d6bb2","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"466c361f-ca83-45c8-9afe-c81411abfa87","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7338a705-c506-410e-a6b3-9422c269a635","type":"text/javascript","exec":[""]}}],"_postman_id":"f83efcf6-3c31-4226-b918-af029f8d6bb2","description":""},{"name":"Notifications","item":[{"name":"Disable 'Human' notifications","id":"de19600e-0862-42ae-ad05-ea7e79c5727d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"form_responses\": {\n\t\t\"ignore_humans\": true\n\t}\n}"},"url":"https://api.videoask.com/organizations/{{organization_id}}/notifications","description":"<p>Setting <code>ignore_humans</code> to <code>true</code> will prevent you from receiving email notifications when respondents answer your videoask without providing their contact details.</p>\n","urlObject":{"path":["organizations","{{organization_id}}","notifications"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"dfa0b6a8-1271-42c7-8664-1d0e48386909","name":"Disable 'Human' notifications","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"form_responses\": {\n\t\t\"ignore_humans\": true\n\t}\n}"},"url":"https://api.videoask.com/organizations/{{organization_id}}/notifications"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"contact_messages\": {\n        \"email\": \"all\",\n        \"push_notification\": \"all\"\n    },\n    \"form_responses\": {\n        \"email\": true,\n        \"push_notification\": true,\n        \"ignore_humans\": true\n    }\n}"}],"_postman_id":"de19600e-0862-42ae-ad05-ea7e79c5727d"}],"id":"9c2ec25d-45ce-4dc5-92d4-78d352f02058","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"89f503ee-b8e1-4a1a-8b3d-61792738495f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7861343d-a286-4d0a-97bc-5a51f8f30cb4","type":"text/javascript","exec":[""]}}],"_postman_id":"9c2ec25d-45ce-4dc5-92d4-78d352f02058","description":""},{"name":"Custom Languages","item":[{"name":"Create custom language","id":"bc59e086-db23-455d-8c2b-eb098f58bebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Organization-Id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"My Custom Language\",\n\t\"base_language\": \"en-US\",\n\t\"values\": {\n\t\t\"form-page.actions.answer-type-picker\": \"How would you like to answer?\",\n\t\t\"form-page.actions.video-type\": \"video\",\n\t\t\"form-page.actions.audio-type\": \"audio\",\n\t\t\"form-page.actions.text-type\": \"text\",\n\t\t\"form-page.actions.long-video-type\": \"Record your answer\",\n\t\t\"form-page.actions.long-audio-type\": \"Record your answer\",\n\t\t\"form-page.text-field.placeholder-text\": \"Type here...\",\n\t\t\"form-page.video-recorder.record-prompt\": \"Hit RECORD to start!\",\n\t\t\"form-page.video-audio.support-prompt\": \"✌️ You can practice before sending\",\n\t\t\"form-page.confirmation.approve-button\": \"YES\",\n\t\t\"form-page.confirmation.reject-button\": \"NO\",\n\t\t\"form-page.confirmation.prompt\": \"Ready to send?\",\n\t\t\"form-page.video-recorder.loading-text\": \"Firing up...\",\n\t\t\"form-page.audio-recorder.loading-text\": \"Firing up...\",\n\t\t\"form-page.poll-single-tip\": \"Choose 1 of \",\n\t\t\"form-page.poll-multi-tip\": \"Choose up to\",\n\t\t\"form-page.poll-tip-options\": \"options\",\n\t\t\"form-page.voice-speak_prompt\": \"Speak\",\n\t\t\"form-page.voice-thinking_prompt\": \"Thinking\",\n\t\t\"form-page.voice-not_understood\": \"I did not understand\",\n\t\t\"form-page.voice-try_again\": \"Try again\",\n\t\t\"form-page.actions.calendar-type\": \"Book a meeting\",\n\t\t\"form-page.thankyou.visual-or-text\": \"🙌\",\n\t\t\"form-page.thankyou.success-message\": \"All done! Thank you for answering.\",\n\t\t\"form-page.contact-form.prompt-singleStep\": \"Before you go, please leave your contact details so we can get back to you...\",\n\t\t\"form-page.contact-form.prompt-multiStep\": \"Before you go, please leave your contact details so we can get back to you...\",\n\t\t\"form-page.contact-form.placeholder-name\": \"Your name\",\n\t\t\"form-page.contact-form.placeholder-email\": \"Your email\",\n\t\t\"form-page.contact-form.placeholder-phone-number\": \"Your phone number\",\n\t\t\"form-page.contact-form.placeholder-product-name\": \"Your product name\",\n\t\t\"form-page.contact-form.invalid-email-message\": \"This e-mail looks badly formatted.\",\n\t\t\"form-page.contact-form.invalid-phone-number-message\": \"This phone number looks incorrect.\",\n\t\t\"form-page.contact-form.missing-consent\": \"Accept the terms & conditions\",\n\t\t\"form-page.contact-form.final-step-cta\": \"Send your answer\",\n\t\t\"form-page.contact-form.next-step-cta\": \"Next step\",\n\t\t\"form-page.uploading-screen.title\": \"Sending...\",\n\t\t\"form-page.uploading-screen.description-uploading\": \"We're currently uploading your response.\",\n\t\t\"form-page.uploading-screen.leaving-warning\": \"Please don't leave this page!\",\n\t\t\"form-page.uploading-banner.upload-message\": \"Uploading\",\n\t\t\"form-page.uploading-banner.leaving-warning\": \"Please don't leave this page!\",\n\t\t\"form-page.actions.time-to-interact\": \"Interact in ${seconds}s\",\n\t\t\"form-page.redirecting-screen.title\": \"Redirecting...\",\n\t\t\"form-page.uploading-screen.description-redirect-part-0\": \"We'll automatically redirect you to\",\n\t\t\"form-page.uploading-screen.description-redirect-part-1-link\": \"this url\",\n\t\t\"form-page.uploading-screen.description-redirect-part-2\": \"once the upload is finished.\",\n\t\t\"form-page.barbones-renderer.fallback-cta\": \"Reply\",\n\t\t\"form-page.live-retry.description\": \"Bummer! Looks like no one is available to take your call.\",\n\t\t\"form-page.live-retry.cta\": \"Retry call\",\n\t\t\"form-page.live-retry.rejection\": \"Never mind, let's continue\",\n\t\t\"form-page.recording-permissions.title\": \"To record video, your browser will need to request access to your camera & microphone.\",\n\t\t\"form-page.recording-permissions.button\": \"Request permissions\",\n\t\t\"form-page.in-app-instructions.dots-icon-browser\": \"To answer, please tap the <b>&quot; icon</b> and then select <b>&quot;Open in Browser&quot;</b>\",\n\t\t\"form-page.in-app-instructions.dots-icon-safari\": \"To answer, please tap the <b>&quot; icon</b> and then select <b>&quot;Open in Safari&quot;</b>\",\n\t\t\"form-page.in-app-instructions.dots-icon-chrome\": \"To answer, please tap the <b>&quot; icon</b> and then select <b>&quot;Open in Chrome&quot;</b>\"\n\t}\n}"},"url":"https://api.videoask.com/custom-languages","description":"<p>Once your custom language is created, you can apply it to any form using the <code>custom_language_id</code> value.</p>\n<p>Refer to Forms --&gt; Update a form --&gt; Use custom language within the API documentation for more information.</p>\n","urlObject":{"path":["custom-languages"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"5f1ae512-3474-4fa7-ae69-16b2fe27b631","name":"Create custom language","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Organization-Id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"My Custom Language\",\n\t\"base_language\": \"en-US\",\n\t\"values\": {\n\t\t\"form-page.actions.answer-type-picker\": \"How would you like to answer?\",\n\t\t\"form-page.actions.video-type\": \"video\",\n\t\t\"form-page.actions.audio-type\": \"audio\",\n\t\t\"form-page.actions.text-type\": \"text\",\n\t\t\"form-page.actions.long-video-type\": \"Record your answer\",\n\t\t\"form-page.actions.long-audio-type\": \"Record your answer\",\n\t\t\"form-page.text-field.placeholder-text\": \"Type here...\",\n\t\t\"form-page.video-recorder.record-prompt\": \"Hit RECORD to start!\",\n\t\t\"form-page.video-audio.support-prompt\": \"✌️ You can practice before sending\",\n\t\t\"form-page.confirmation.approve-button\": \"YES\",\n\t\t\"form-page.confirmation.reject-button\": \"NO\",\n\t\t\"form-page.confirmation.prompt\": \"Ready to send?\",\n\t\t\"form-page.video-recorder.loading-text\": \"Firing up...\",\n\t\t\"form-page.audio-recorder.loading-text\": \"Firing up...\",\n\t\t\"form-page.poll-single-tip\": \"Choose 1 of \",\n\t\t\"form-page.poll-multi-tip\": \"Choose up to\",\n\t\t\"form-page.poll-tip-options\": \"options\",\n\t\t\"form-page.voice-speak_prompt\": \"Speak\",\n\t\t\"form-page.voice-thinking_prompt\": \"Thinking\",\n\t\t\"form-page.voice-not_understood\": \"I did not understand\",\n\t\t\"form-page.voice-try_again\": \"Try again\",\n\t\t\"form-page.actions.calendar-type\": \"Book a meeting\",\n\t\t\"form-page.thankyou.visual-or-text\": \"🙌\",\n\t\t\"form-page.thankyou.success-message\": \"All done! Thank you for answering.\",\n\t\t\"form-page.contact-form.prompt-singleStep\": \"Before you go, please leave your contact details so we can get back to you...\",\n\t\t\"form-page.contact-form.prompt-multiStep\": \"Before you go, please leave your contact details so we can get back to you...\",\n\t\t\"form-page.contact-form.placeholder-name\": \"Your name\",\n\t\t\"form-page.contact-form.placeholder-email\": \"Your email\",\n\t\t\"form-page.contact-form.placeholder-phone-number\": \"Your phone number\",\n\t\t\"form-page.contact-form.placeholder-product-name\": \"Your product name\",\n\t\t\"form-page.contact-form.invalid-email-message\": \"This e-mail looks badly formatted.\",\n\t\t\"form-page.contact-form.invalid-phone-number-message\": \"This phone number looks incorrect.\",\n\t\t\"form-page.contact-form.missing-consent\": \"Accept the terms & conditions\",\n\t\t\"form-page.contact-form.final-step-cta\": \"Send your answer\",\n\t\t\"form-page.contact-form.next-step-cta\": \"Next step\",\n\t\t\"form-page.uploading-screen.title\": \"Sending...\",\n\t\t\"form-page.uploading-screen.description-uploading\": \"We're currently uploading your response.\",\n\t\t\"form-page.uploading-screen.leaving-warning\": \"Please don't leave this page!\",\n\t\t\"form-page.uploading-banner.upload-message\": \"Uploading\",\n\t\t\"form-page.uploading-banner.leaving-warning\": \"Please don't leave this page!\",\n\t\t\"form-page.actions.time-to-interact\": \"Interact in ${seconds}s\",\n\t\t\"form-page.redirecting-screen.title\": \"Redirecting...\",\n\t\t\"form-page.uploading-screen.description-redirect-part-0\": \"We'll automatically redirect you to\",\n\t\t\"form-page.uploading-screen.description-redirect-part-1-link\": \"this url\",\n\t\t\"form-page.uploading-screen.description-redirect-part-2\": \"once the upload is finished.\",\n\t\t\"form-page.barbones-renderer.fallback-cta\": \"Reply\",\n\t\t\"form-page.live-retry.description\": \"Bummer! Looks like no one is available to take your call.\",\n\t\t\"form-page.live-retry.cta\": \"Retry call\",\n\t\t\"form-page.live-retry.rejection\": \"Never mind, let's continue\",\n\t\t\"form-page.recording-permissions.title\": \"To record video, your browser will need to request access to your camera & microphone.\",\n\t\t\"form-page.recording-permissions.button\": \"Request permissions\",\n\t\t\"form-page.in-app-instructions.dots-icon-browser\": \"To answer, please tap the <b>&quot; icon</b> and then select <b>&quot;Open in Browser&quot;</b>\",\n\t\t\"form-page.in-app-instructions.dots-icon-safari\": \"To answer, please tap the <b>&quot; icon</b> and then select <b>&quot;Open in Safari&quot;</b>\",\n\t\t\"form-page.in-app-instructions.dots-icon-chrome\": \"To answer, please tap the <b>&quot; icon</b> and then select <b>&quot;Open in Chrome&quot;</b>\"\n\t}\n}"},"url":"https://api.videoask.com/custom-languages"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"custom_language_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"name\": \"My Custom Language\",\n\t\"base_language\": \"en-US\",\n\t\"values\": {\n\t\t\"form-page.actions.answer-type-picker\": \"How would you like to answer?\",\n\t\t\"form-page.actions.video-type\": \"video\",\n\t\t\"form-page.actions.audio-type\": \"audio\",\n\t\t\"form-page.actions.text-type\": \"text\",\n\t\t\"form-page.actions.long-video-type\": \"Record your answer\",\n\t\t\"form-page.actions.long-audio-type\": \"Record your answer\",\n\t\t\"form-page.text-field.placeholder-text\": \"Type here...\",\n\t\t\"form-page.video-recorder.record-prompt\": \"Hit RECORD to start!\",\n\t\t\"form-page.video-audio.support-prompt\": \"✌️ You can practice before sending\",\n\t\t\"form-page.confirmation.approve-button\": \"YES\",\n\t\t\"form-page.confirmation.reject-button\": \"NO\",\n\t\t\"form-page.confirmation.prompt\": \"Ready to send?\",\n\t\t\"form-page.video-recorder.loading-text\": \"Firing up...\",\n\t\t\"form-page.audio-recorder.loading-text\": \"Firing up...\",\n\t\t\"form-page.poll-single-tip\": \"Choose 1 of \",\n\t\t\"form-page.poll-multi-tip\": \"Choose up to\",\n\t\t\"form-page.poll-tip-options\": \"options\",\n\t\t\"form-page.voice-speak_prompt\": \"Speak\",\n\t\t\"form-page.voice-thinking_prompt\": \"Thinking\",\n\t\t\"form-page.voice-not_understood\": \"I did not understand\",\n\t\t\"form-page.voice-try_again\": \"Try again\",\n\t\t\"form-page.actions.calendar-type\": \"Book a meeting\",\n\t\t\"form-page.thankyou.visual-or-text\": \"🙌\",\n\t\t\"form-page.thankyou.success-message\": \"All done! Thank you for answering.\",\n\t\t\"form-page.contact-form.prompt-singleStep\": \"Before you go, please leave your contact details so we can get back to you...\",\n\t\t\"form-page.contact-form.prompt-multiStep\": \"Before you go, please leave your contact details so we can get back to you...\",\n\t\t\"form-page.contact-form.placeholder-name\": \"Your name\",\n\t\t\"form-page.contact-form.placeholder-email\": \"Your email\",\n\t\t\"form-page.contact-form.placeholder-phone-number\": \"Your phone number\",\n\t\t\"form-page.contact-form.placeholder-product-name\": \"Your product name\",\n\t\t\"form-page.contact-form.invalid-email-message\": \"This e-mail looks badly formatted.\",\n\t\t\"form-page.contact-form.invalid-phone-number-message\": \"This phone number looks incorrect.\",\n\t\t\"form-page.contact-form.missing-consent\": \"Accept the terms & conditions\",\n\t\t\"form-page.contact-form.final-step-cta\": \"Send your answer\",\n\t\t\"form-page.contact-form.next-step-cta\": \"Next step\",\n\t\t\"form-page.uploading-screen.title\": \"Sending...\",\n\t\t\"form-page.uploading-screen.description-uploading\": \"We're currently uploading your response.\",\n\t\t\"form-page.uploading-screen.leaving-warning\": \"Please don't leave this page!\",\n\t\t\"form-page.uploading-banner.upload-message\": \"Uploading\",\n\t\t\"form-page.uploading-banner.leaving-warning\": \"Please don't leave this page!\",\n\t\t\"form-page.actions.time-to-interact\": \"Interact in ${seconds}s\",\n\t\t\"form-page.redirecting-screen.title\": \"Redirecting...\",\n\t\t\"form-page.uploading-screen.description-redirect-part-0\": \"We'll automatically redirect you to\",\n\t\t\"form-page.uploading-screen.description-redirect-part-1-link\": \"this url\",\n\t\t\"form-page.uploading-screen.description-redirect-part-2\": \"once the upload is finished.\",\n\t\t\"form-page.barbones-renderer.fallback-cta\": \"Reply\",\n\t\t\"form-page.live-retry.description\": \"Bummer! Looks like no one is available to take your call.\",\n\t\t\"form-page.live-retry.cta\": \"Retry call\",\n\t\t\"form-page.live-retry.rejection\": \"Never mind, let's continue\",\n\t\t\"form-page.recording-permissions.title\": \"To record video, your browser will need to request access to your camera & microphone.\",\n\t\t\"form-page.recording-permissions.button\": \"Request permissions\",\n\t\t\"form-page.in-app-instructions.dots-icon-browser\": \"To answer, please tap the <b>&quot; icon</b> and then select <b>&quot;Open in Browser&quot;</b>\",\n\t\t\"form-page.in-app-instructions.dots-icon-safari\": \"To answer, please tap the <b>&quot; icon</b> and then select <b>&quot;Open in Safari&quot;</b>\",\n\t\t\"form-page.in-app-instructions.dots-icon-chrome\": \"To answer, please tap the <b>&quot; icon</b> and then select <b>&quot;Open in Chrome&quot;</b>\"\n\t}\n}"}],"_postman_id":"bc59e086-db23-455d-8c2b-eb098f58bebe"}],"id":"c3d963f2-8098-4b96-901f-b50a0aa1ae30","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"89f503ee-b8e1-4a1a-8b3d-61792738495f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7861343d-a286-4d0a-97bc-5a51f8f30cb4","type":"text/javascript","exec":[""]}}],"_postman_id":"c3d963f2-8098-4b96-901f-b50a0aa1ae30","description":""},{"name":"Webhooks","item":[{"name":"Retrieve webhooks","id":"0f3784d2-5c16-4684-af0f-905fbbd75042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms/form_id/webhooks","description":"<p>Retrieve all webhooks for the specified videoask.</p>\n","urlObject":{"path":["forms","form_id","webhooks"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f3784d2-5c16-4684-af0f-905fbbd75042"},{"name":"Retrieve single webhook","id":"a08f9b2a-469d-4023-bab1-04dd367ad391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms/form_id/webhooks/{{tag}}","description":"<p>Retrieve a single webhook.</p>\n<p><code>tag</code> is what you named your webhook when creating it via the VideoAsk API.</p>\n<p>If you created your webhook via the VideoAsk web interface, you can find your webhook's randomly-generated <code>tag</code> using the \"Retrieve webhooks\" endpoint.</p>\n","urlObject":{"path":["forms","form_id","webhooks","{{tag}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a08f9b2a-469d-4023-bab1-04dd367ad391"},{"name":"Create or update webhook","id":"a81f427b-6726-46c5-ac2a-a2317bd602c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"url\": \"<url>\",\n\t\"event_types\": [\"form_response\", \"form_response_transcribed\"],\n    \"headers\": {\n\t\t\"secret\": \"open-sesame\"\n\t}\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.videoask.com/forms/form_id/webhooks/{{tag}}","description":"<p>Create or update webhook.</p>\n<p>If you're creating a webhook, add a tag/unique identifier to the end of the URL (e.g. <code>hubspot-webhook</code>). Tags help you easily distinguish webhooks when you want to retrieve, update, or delete them.</p>\n<p>If you're updating a webhook that you created via the VideoAsk web interface, you can find your webhook's randomly-generated <code>tag</code> using the \"Retrieve webhooks\" endpoint.</p>\n","urlObject":{"path":["forms","form_id","webhooks","{{tag}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a81f427b-6726-46c5-ac2a-a2317bd602c6"},{"name":"Delete webhook","id":"9c7f2499-3515-4586-8119-cff982fb0b09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/forms/form_id/webhooks/{{tag}}","description":"<p>Delete a webhook.</p>\n<p><code>tag</code> is what you named your webhook when creating it via the VideoAsk API.</p>\n<p>If you created your webhook via the VideoAsk web interface, you can find your webhook's randomly-generated <code>tag</code> using the \"Retrieve webhooks\" endpoint.</p>\n","urlObject":{"path":["forms","form_id","webhooks","{{tag}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c7f2499-3515-4586-8119-cff982fb0b09"}],"id":"50000ed2-5e56-4747-b060-2dba7ef22991","description":"<p>Where do you want to send your videoask’s data? With our Webhooks API, you can send every response straight to any URL or compatible web application as soon as it’s submitted or when it's finished transcribing.</p>\n<p>You can set them up in the <code>Connect</code> tab of your videoask, or by using the endpoints described here.</p>\n<h1 id=\"key-concepts\">Key concepts</h1>\n<p>Webhooks are notifications that are triggered automatically when a specific event occurs and sent through the web. With the VideoAsk Webhooks API, the event can be a new response submission or a new response submission after the transcription process finished. When a new event comes in, a notification that contains the response data is immediately sent to your chosen destination: the URL or web application you set. Your webhook endpoint should accept our <code>POST</code> request and send back a <code>2XX</code> HTTP response status code to let us know that you received the webhook data successfully.</p>\n<p>If a webhook request fails for any reason, VideoAsk will retry the request to your endpoint 3 times using a back-off mechanism after 5, 10, and 20 minutes.</p>\n<h1 id=\"event-types\">Event types</h1>\n<h2 id=\"form_response\"><code>form_response</code></h2>\n<p>Triggers as soon as a videoask is completed/abandoned and all video/audio media is transcoded.</p>\n<p>Example payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n    \"event_id\": \"7df19833701662b6414ed1765dcc626c\",\n    \"event_type\": \"form_response\",\n    \"interaction_id\": \"386bbc0b-bb60-4b62-82fa-d630d0d2b83b\",\n    \"contact\": {\n        \"contact_id\": \"7c6550ff-fe15-424a-918e-2c1936db8aed\",\n        \"name\": \"John Doe\",\n        \"email\": \"john.doe@example.com\",\n        \"phone_number\": null,\n        \"thumbnail\": \"https://media.videoask.com/transcoded/a8v1jwbdwwc7uq0keni9kf0c5l42vt42gp23f4ej-00001.jpg\",\n        \"status\": \"completed\",\n        \"created_at\": \"2020-03-30T16:04:09.021715Z\",\n        \"updated_at\": \"2020-03-30T16:05:08.952236Z\",\n        \"answers\": [\n            {\n                \"answer_id\": \"0f4ab93a-4914-4e4a-a33b-8466fda6147a\",\n                \"created_at\": \"2020-03-30T16:04:09.353595Z\",\n                \"poll_option_content\": \"Grapes\",\n                \"poll_option_id\": \"3c4a9c2e-fab0-47bf-b545-ff2d77ce3b21\",\n                \"question_id\": \"4d73e927-e0ef-4b73-a5da-cdda038545e1\",\n                \"type\": \"poll\"\n            },\n            {\n                \"answer_id\": \"995948a9-8a02-48f8-a018-769f0f25e7f8\",\n                \"created_at\": \"2020-03-30T16:05:05.434020Z\",\n                \"media_url\": \"https://media.videoask.com/transcoded/a8v1jwbdwwc7uq0keni9kf0c5l42vt42gp23f4ej.mp4\",\n                \"media_duration\": 6,\n                \"question_id\": \"a74ac70a-b207-492d-a3c8-43c8508f5c7a\",\n                \"share_id\": \"a8v1jwbdwwc7uq0keni9kf0c5l42vt42gp23f4ej\",\n                \"share_url\": \"https://www.videoask.com/a8v1jwbdwwc7uq0keni9kf0c5l42vt42gp23f4ej\",\n                \"thumbnail\": \"https://media.videoask.com/transcoded/a8v1jwbdwwc7uq0keni9kf0c5l42vt42gp23f4ej-00001.jpg\",\n                \"transcode_status\": \"completed\",\n                \"type\": \"video\"\n            }\n        ]\n    },\n    \"form\": {\n        \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n        \"title\": \"Example form for documentation\",\n        \"requires_contact_info\": true,\n        \"requires_contact_email\": true,\n        \"requires_contact_name\": true,\n        \"requires_contact_phone_number\": false,\n        \"hide_branding\": false,\n        \"metadata\": {\n            \"primary_color\": \"#522CBB\",\n            \"secondary_color\": \"#4CD982\",\n            \"locale\": \"en-US\",\n            \"show_form_title\": true\n        },\n        \"share_id\": \"f72l3mugt\",\n        \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n        \"created_at\": \"2020-03-30T15:53:59.331687Z\",\n        \"updated_at\": \"2020-03-30T15:57:11.330236Z\",\n        \"respondents_count\": 2,\n        \"author_id\": \"8a484e48-2e8e-423d-8d91-b1d6c98b60f2\",\n        \"questions\": [\n            {\n                \"question_id\": \"4d73e927-e0ef-4b73-a5da-cdda038545e1\",\n                \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n                \"metadata\": {\n                    \"text\": \"What's your favorite fruit?\",\n                    \"darken_text_background\": true,\n                    \"fit_video\": false\n                },\n                \"type\": \"poll\",\n                \"share_id\": \"ql0eet9ga\",\n                \"share_url\": \"https://www.videoask.com/ql0eet9ga\",\n                \"created_at\": \"2020-03-30T15:53:59.697150Z\",\n                \"updated_at\": \"2020-03-30T15:57:11.319072Z\",\n                \"thumbnail\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy-preview.gif?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&amp;rid=giphy-preview.gif\",\n                \"transcode_status\": \"completed\",\n                \"media_type\": \"video\",\n                \"media_url\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy.mp4?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&amp;rid=giphy.mp4\",\n                \"poll_options\": [\n                    {\n                        \"id\": \"27b7cd85-db1e-4316-8dbe-772523feb098\",\n                        \"content\": \"Bananas\"\n                    },\n                    {\n                        \"id\": \"38ee39f0-aca3-4f3a-a74b-ec65beb139b3\",\n                        \"content\": \"Strawberries\"\n                    },\n                    {\n                        \"id\": \"b15efc9c-ae2e-4254-b653-50c8ef2b7364\",\n                        \"content\": \"Apples\"\n                    },\n                    {\n                        \"id\": \"3c4a9c2e-fab0-47bf-b545-ff2d77ce3b21\",\n                        \"content\": \"Grapes\"\n                    },\n                    {\n                        \"id\": \"6daada9f-cc7b-4ffe-9529-f16f35517770\",\n                        \"content\": \"Other\"\n                    }\n                ]\n            },\n            {\n                \"question_id\": \"a74ac70a-b207-492d-a3c8-43c8508f5c7a\",\n                \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n                \"metadata\": {\n                    \"text\": \"Why do you love that fruit?\",\n                    \"darken_text_background\": true,\n                    \"fit_video\": false\n                },\n                \"type\": \"standard\",\n                \"allowed_answer_media_types\": [\n                    \"video\",\n                    \"audio\",\n                    \"text\"\n                ],\n                \"share_id\": \"qrv6rnyg3\",\n                \"share_url\": \"https://www.videoask.com/qrv6rnyg3\",\n                \"created_at\": \"2020-03-30T15:57:10.931514Z\",\n                \"updated_at\": \"2020-03-30T15:57:11.324552Z\",\n                \"thumbnail\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy-preview.gif?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&amp;rid=giphy-preview.gif\",\n                \"transcode_status\": \"completed\",\n                \"media_type\": \"video\",\n                \"media_url\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy.mp4?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&amp;rid=giphy.mp4\"\n            }\n        ]\n    }\n}\n</code></pre>\n<h2 id=\"form_response_transcribed\"><code>form_response_transcribed</code></h2>\n<p>Triggers as soon as a videoask is completed/abandoned and all video/audio media is transcoded and transcribed (can at times take up to 3-4min).</p>\n<p>Example payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"event_id\": \"1cc057d1a8acc59ed2ed7a7cd5edbf1b\",\n    \"event_type\": \"form_response_transcribed\",\n    \"interaction_id\": \"386bbc0b-bb60-4b62-82fa-d630d0d2b83b\",\n    \"contact\": {\n        \"contact_id\": \"7c6550ff-fe15-424a-918e-2c1936db8aed\",\n        \"name\": \"John Doe\",\n        \"email\": \"john.doe@example.com\",\n        \"phone_number\": null,\n        \"thumbnail\": \"https://media.videoask.com/transcoded/a8v1jwbdwwc7uq0keni9kf0c5l42vt42gp23f4ej-00001.jpg\",\n        \"status\": \"completed\",\n        \"created_at\": \"2020-03-30T16:04:09.021715Z\",\n        \"updated_at\": \"2020-03-30T16:05:08.952236Z\",\n        \"answers\": [\n            {\n                \"answer_id\": \"0f4ab93a-4914-4e4a-a33b-8466fda6147a\",\n                \"created_at\": \"2020-03-30T16:04:09.353595Z\",\n                \"poll_option_content\": \"Grapes\",\n                \"poll_option_id\": \"3c4a9c2e-fab0-47bf-b545-ff2d77ce3b21\",\n                \"question_id\": \"4d73e927-e0ef-4b73-a5da-cdda038545e1\",\n                \"type\": \"poll\"\n            },\n            {\n                \"answer_id\": \"995948a9-8a02-48f8-a018-769f0f25e7f8\",\n                \"created_at\": \"2020-03-30T16:05:05.434020Z\",\n                \"media_url\": \"https://media.videoask.com/transcoded/a8v1jwbdwwc7uq0keni9kf0c5l42vt42gp23f4ej.mp4\",\n                \"question_id\": \"a74ac70a-b207-492d-a3c8-43c8508f5c7a\",\n                \"share_id\": \"a8v1jwbdwwc7uq0keni9kf0c5l42vt42gp23f4ej\",\n                \"share_url\": \"https://www.videoask.com/a8v1jwbdwwc7uq0keni9kf0c5l42vt42gp23f4ej\",\n                \"thumbnail\": \"https://media.videoask.com/transcoded/a8v1jwbdwwc7uq0keni9kf0c5l42vt42gp23f4ej-00001.jpg\",\n                \"transcode_status\": \"completed\",\n                \"transcription\": \"I don't actually know, but once I start eating them, I can never stop.\",\n                \"type\": \"video\"\n            }\n        ]\n    },\n    \"form\": {\n        \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n        \"title\": \"Example form for documentation\",\n        \"requires_contact_info\": true,\n        \"requires_contact_email\": true,\n        \"requires_contact_name\": true,\n        \"requires_contact_phone_number\": false,\n        \"hide_branding\": false,\n        \"metadata\": {\n            \"primary_color\": \"#522CBB\",\n            \"secondary_color\": \"#4CD982\",\n            \"locale\": \"en-US\",\n            \"show_form_title\": true\n        },\n        \"share_id\": \"f72l3mugt\",\n        \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n        \"created_at\": \"2020-03-30T15:53:59.331687Z\",\n        \"updated_at\": \"2020-03-30T15:57:11.330236Z\",\n        \"author_id\": \"8a484e48-2e8e-423d-8d91-b1d6c98b60f2\",\n        \"questions\": [\n            {\n                \"question_id\": \"4d73e927-e0ef-4b73-a5da-cdda038545e1\",\n                \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n                \"metadata\": {\n                    \"text\": \"What's your favorite fruit?\",\n                    \"darken_text_background\": true,\n                    \"fit_video\": false\n                },\n                \"type\": \"poll\",\n                \"share_id\": \"ql0eet9ga\",\n                \"share_url\": \"https://www.videoask.com/ql0eet9ga\",\n                \"created_at\": \"2020-03-30T15:53:59.697150Z\",\n                \"updated_at\": \"2020-03-30T15:57:11.319072Z\",\n                \"thumbnail\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy-preview.gif?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&amp;rid=giphy-preview.gif\",\n                \"transcode_status\": \"completed\",\n                \"media_type\": \"video\",\n                \"media_url\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy.mp4?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&amp;rid=giphy.mp4\",\n                \"poll_options\": [\n                    {\n                        \"id\": \"27b7cd85-db1e-4316-8dbe-772523feb098\",\n                        \"content\": \"Bananas\"\n                    },\n                    {\n                        \"id\": \"38ee39f0-aca3-4f3a-a74b-ec65beb139b3\",\n                        \"content\": \"Strawberries\"\n                    },\n                    {\n                        \"id\": \"b15efc9c-ae2e-4254-b653-50c8ef2b7364\",\n                        \"content\": \"Apples\"\n                    },\n                    {\n                        \"id\": \"3c4a9c2e-fab0-47bf-b545-ff2d77ce3b21\",\n                        \"content\": \"Grapes\"\n                    },\n                    {\n                        \"id\": \"6daada9f-cc7b-4ffe-9529-f16f35517770\",\n                        \"content\": \"Other\"\n                    }\n                ]\n            },\n            {\n                \"question_id\": \"a74ac70a-b207-492d-a3c8-43c8508f5c7a\",\n                \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n                \"metadata\": {\n                    \"text\": \"Why do you love that fruit?\",\n                    \"darken_text_background\": true,\n                    \"fit_video\": false\n                },\n                \"type\": \"standard\",\n                \"allowed_answer_media_types\": [\n                    \"video\",\n                    \"audio\",\n                    \"text\"\n                ],\n                \"share_id\": \"qrv6rnyg3\",\n                \"share_url\": \"https://www.videoask.com/qrv6rnyg3\",\n                \"created_at\": \"2020-03-30T15:57:10.931514Z\",\n                \"updated_at\": \"2020-03-30T15:57:11.324552Z\",\n                \"thumbnail\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy-preview.gif?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&amp;rid=giphy-preview.gif\",\n                \"transcode_status\": \"completed\",\n                \"media_type\": \"video\",\n                \"media_url\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy.mp4?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&amp;rid=giphy.mp4\"\n            }\n        ]\n    }\n}\n</code></pre>\n<h2 id=\"form_author_message\"><code>form_author_message</code></h2>\n<p>Triggers as soon as message is sent by the videoask creator to the contact and the video/audio media is transcoded and transcribed.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"event_id\": \"a69aeb109cd0c1408e71c3836e84e74f\",\n  \"event_type\": \"form_author_message\",\n  \"contact\": {\n    \"contact_id\": \"6f0cde71-546c-499b-8cdb-c661300fb7f3\",\n    \"name\": \"John Doe\",\n    \"email\": \"john.doe@example.com\",\n    \"status\": \"completed\",\n    \"created_at\": \"2020-08-13T09:07:25.501318Z\",\n    \"updated_at\": \"2020-08-13T09:07:55.461776Z\",\n    \"answers\": [\n      {\n        \"answer_id\": \"f0f5a564-1f46-49e9-b579-731e6e3f9c4e\",\n        \"created_at\": \"2020-08-13T09:07:31.216396Z\",\n        \"is_public\": false,\n        \"poll_options\": [\n          {\n            \"id\": \"38ee39f0-aca3-4f3a-a74b-ec65beb139b3\",\n            \"content\": \"Strawberries\"\n          }\n        ],\n        \"question_id\": \"4d73e927-e0ef-4b73-a5da-cdda038545e1\",\n        \"type\": \"poll\",\n        \"poll_option_id\": \"38ee39f0-aca3-4f3a-a74b-ec65beb139b3\",\n        \"poll_option_content\": \"Strawberries\"\n      },\n      {\n        \"answer_id\": \"6254f48a-a29d-4623-9525-9a8aeab9b5dc\",\n        \"created_at\": \"2020-08-13T09:07:55.181435Z\",\n        \"input_text\": \"Bacause they're tasty!\",\n        \"is_public\": false,\n        \"poll_options\": [],\n        \"question_id\": \"a74ac70a-b207-492d-a3c8-43c8508f5c7a\",\n        \"type\": \"text\"\n      }\n    ],\n    \"messages\": [\n      {\n        \"author_type\": \"form_author\",\n        \"created_at\": \"2020-08-13T09:09:47.351432Z\",\n        \"gif\": \"https://media.videoask.com/transcoded/b3286b15-8722-44ad-99dd-ef643f0bb9da/thumbnails/preview.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJtZWRpYV9pZCI6ImIzMjg2YjE1LTg3MjItNDRhZC05OWRkLWVmNjQzZjBiYjlkYSIsImV4cCI6MTU5NzkxNDU4N30.sUyDJaJVDlaCTtwXIeytwRwNS9wHLSTge15owz3La2deuJLJd1xLuEEyS35F2hfPLdVsoQl6Whn9fugdCGRl9KUllPYMyJuqJwSh9bzQTsJ_VO7A3kEna13P3VOP5G3skq-XfWn3PWdmNy90HeiDikAbV4RTaxGx6OLlV6s7swqT--lQUhn8NjRYElkPBkhOKtdt_sTGXDfEcvuCB2ymvRjLxHjSB3W0o0MThiizKevEhOuwo4z6su2EECmoQ_ahGVo-f64qgSYGflflYAWtvwLntjEa1uJQ8oCbSJaffk34VHenTLj4bc-rCfbGjXK4azw_HxTm7l8em-hxpoGEm_QzNMar0NGY5hn2nZove6ekDLHUp5DpcwuAhN2nbuswRjCeI3i4f2e8EUa4w_PNHvlMk5vBTErMqNTA-28pyfz5OD1MyEQ7fH5vSnsLvRWvpYFTl-1J22krPTurN_TxPGBaEEyHSJHdK_5rqBE4kwJBwDWY-tPJrRJKKQaRF7AtvtYBhiRFlcU1eX5tWiSJvVKK5jwCLpd8nq58cx1xo5bWDspidNbAWDAh_xTQ6YFQcBX4gVDUPtse-tOBiXFjX-7O7EL3ykkWDlybRUgOw__HcemaneydY1fytJBcK_AUbB46pO0aNct11cP2-S92ie-HTwibymWuoU-YhLDEid4\",\n        \"is_public\": true,\n        \"media_duration\": 9,\n        \"media_type\": \"video\",\n        \"media_url\": \"https://media.videoask.com/transcoded/b3286b15-8722-44ad-99dd-ef643f0bb9da/video.mp4?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJtZWRpYV9pZCI6ImIzMjg2YjE1LTg3MjItNDRhZC05OWRkLWVmNjQzZjBiYjlkYSIsImV4cCI6MTU5NzkxNDU4N30.sUyDJaJVDlaCTtwXIeytwRwNS9wHLSTge15owz3La2deuJLJd1xLuEEyS35F2hfPLdVsoQl6Whn9fugdCGRl9KUllPYMyJuqJwSh9bzQTsJ_VO7A3kEna13P3VOP5G3skq-XfWn3PWdmNy90HeiDikAbV4RTaxGx6OLlV6s7swqT--lQUhn8NjRYElkPBkhOKtdt_sTGXDfEcvuCB2ymvRjLxHjSB3W0o0MThiizKevEhOuwo4z6su2EECmoQ_ahGVo-f64qgSYGflflYAWtvwLntjEa1uJQ8oCbSJaffk34VHenTLj4bc-rCfbGjXK4azw_HxTm7l8em-hxpoGEm_QzNMar0NGY5hn2nZove6ekDLHUp5DpcwuAhN2nbuswRjCeI3i4f2e8EUa4w_PNHvlMk5vBTErMqNTA-28pyfz5OD1MyEQ7fH5vSnsLvRWvpYFTl-1J22krPTurN_TxPGBaEEyHSJHdK_5rqBE4kwJBwDWY-tPJrRJKKQaRF7AtvtYBhiRFlcU1eX5tWiSJvVKK5jwCLpd8nq58cx1xo5bWDspidNbAWDAh_xTQ6YFQcBX4gVDUPtse-tOBiXFjX-7O7EL3ykkWDlybRUgOw__HcemaneydY1fytJBcK_AUbB46pO0aNct11cP2-S92ie-HTwibymWuoU-YhLDEid4\",\n        \"message_id\": \"e4d547ca-e29b-47cb-9096-8f8bbafedde2\",\n        \"share_id\": \"mctlhdikwzcxs0f618gu5mn247pexyxuqpbvodny\",\n        \"share_url\": \"https://www.videoask.com/mctlhdikwzcxs0f618gu5mn247pexyxuqpbvodny\",\n        \"thread_id\": \"95ae6155-f970-4d18-9116-191777fef28a\",\n        \"thumbnail\": \"https://media.videoask.com/transcoded/b3286b15-8722-44ad-99dd-ef643f0bb9da/thumbnails/image.0000001.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJtZWRpYV9pZCI6ImIzMjg2YjE1LTg3MjItNDRhZC05OWRkLWVmNjQzZjBiYjlkYSIsImV4cCI6MTU5NzkxNDU4N30.sUyDJaJVDlaCTtwXIeytwRwNS9wHLSTge15owz3La2deuJLJd1xLuEEyS35F2hfPLdVsoQl6Whn9fugdCGRl9KUllPYMyJuqJwSh9bzQTsJ_VO7A3kEna13P3VOP5G3skq-XfWn3PWdmNy90HeiDikAbV4RTaxGx6OLlV6s7swqT--lQUhn8NjRYElkPBkhOKtdt_sTGXDfEcvuCB2ymvRjLxHjSB3W0o0MThiizKevEhOuwo4z6su2EECmoQ_ahGVo-f64qgSYGflflYAWtvwLntjEa1uJQ8oCbSJaffk34VHenTLj4bc-rCfbGjXK4azw_HxTm7l8em-hxpoGEm_QzNMar0NGY5hn2nZove6ekDLHUp5DpcwuAhN2nbuswRjCeI3i4f2e8EUa4w_PNHvlMk5vBTErMqNTA-28pyfz5OD1MyEQ7fH5vSnsLvRWvpYFTl-1J22krPTurN_TxPGBaEEyHSJHdK_5rqBE4kwJBwDWY-tPJrRJKKQaRF7AtvtYBhiRFlcU1eX5tWiSJvVKK5jwCLpd8nq58cx1xo5bWDspidNbAWDAh_xTQ6YFQcBX4gVDUPtse-tOBiXFjX-7O7EL3ykkWDlybRUgOw__HcemaneydY1fytJBcK_AUbB46pO0aNct11cP2-S92ie-HTwibymWuoU-YhLDEid4\",\n        \"transcode_status\": \"completed\",\n        \"transcribe_status\": \"completed\",\n        \"transcription\": \"Hello, John. Thank you so much for your response. Can you please explain have it better? Why do you love strawberries? Thank you.\",\n        \"transcription_data\": [\n          {\n            \"words\": [\n              {\n                \"word\": \"Hello,\",\n                \"end_time\": 1.1,\n                \"start_time\": 0.8\n              },\n              {\n                \"word\": \"John.\",\n                \"end_time\": 1.5,\n                \"start_time\": 1.1\n              },\n              {\n                \"word\": \"Thank\",\n                \"end_time\": 1.7,\n                \"start_time\": 1.5\n              },\n              {\n                \"word\": \"you\",\n                \"end_time\": 1.8,\n                \"start_time\": 1.7\n              },\n              {\n                \"word\": \"so\",\n                \"end_time\": 1.9,\n                \"start_time\": 1.8\n              },\n              {\n                \"word\": \"much\",\n                \"end_time\": 2.1,\n                \"start_time\": 1.9\n              },\n              {\n                \"word\": \"for\",\n                \"end_time\": 2.3,\n                \"start_time\": 2.1\n              },\n              {\n                \"word\": \"your\",\n                \"end_time\": 2.4,\n                \"start_time\": 2.3\n              },\n              {\n                \"word\": \"response.\",\n                \"end_time\": 3.1,\n                \"start_time\": 2.4\n              },\n              {\n                \"word\": \"Can\",\n                \"end_time\": 4,\n                \"start_time\": 3.9\n              },\n              {\n                \"word\": \"you\",\n                \"end_time\": 4.1,\n                \"start_time\": 4\n              },\n              {\n                \"word\": \"please\",\n                \"end_time\": 4.8,\n                \"start_time\": 4.1\n              },\n              {\n                \"word\": \"explain\",\n                \"end_time\": 5.3,\n                \"start_time\": 4.8\n              },\n              {\n                \"word\": \"have\",\n                \"end_time\": 5.5,\n                \"start_time\": 5.3\n              },\n              {\n                \"word\": \"it\",\n                \"end_time\": 5.6,\n                \"start_time\": 5.5\n              },\n              {\n                \"word\": \"better?\",\n                \"end_time\": 6.1,\n                \"start_time\": 5.6\n              },\n              {\n                \"word\": \"Why\",\n                \"end_time\": 6.3,\n                \"start_time\": 6.1\n              },\n              {\n                \"word\": \"do\",\n                \"end_time\": 6.4,\n                \"start_time\": 6.3\n              },\n              {\n                \"word\": \"you\",\n                \"end_time\": 6.5,\n                \"start_time\": 6.4\n              },\n              {\n                \"word\": \"love\",\n                \"end_time\": 6.7,\n                \"start_time\": 6.5\n              },\n              {\n                \"word\": \"strawberries?\",\n                \"end_time\": 7.5,\n                \"start_time\": 6.7\n              },\n              {\n                \"word\": \"Thank\",\n                \"end_time\": 8.2,\n                \"start_time\": 8\n              },\n              {\n                \"word\": \"you.\",\n                \"end_time\": 8.5,\n                \"start_time\": 8.2\n              }\n            ],\n            \"confidence\": 0.90139115,\n            \"transcript\": \"Hello, John. Thank you so much for your response. Can you please explain have it better? Why do you love strawberries? Thank you.\"\n          }\n        ],\n        \"type\": \"video\"\n      }\n    ],\n    \"platform\": \"desktop\",\n    \"tags\": [],\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"share_id\": \"c3rqviz79cva7xmuoo70rva4l5fi699isbzvxjym\",\n    \"share_url\": \"https://www.videoask.com/c3rqviz79cva7xmuoo70rva4l5fi699isbzvxjym\"\n  },\n  \"form\": {\n    \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n    \"title\": \"Example form for documentation\",\n    \"requires_contact_info\": true,\n    \"requires_contact_email\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"hide_branding\": false,\n    \"metadata\": {\n      \"primary_color\": \"#522CBB\",\n      \"secondary_color\": \"#4CD982\",\n      \"locale\": \"en-US\",\n      \"show_form_title\": true\n    },\n    \"share_id\": \"f72l3mugt\",\n    \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n    \"created_at\": \"2020-03-30T15:53:59.331687Z\",\n    \"updated_at\": \"2020-04-23T08:40:51.775168Z\",\n    \"respondents_count\": 13,\n    \"author_id\": \"8a484e48-2e8e-423d-8d91-b1d6c98b60f2\",\n    \"questions\": [\n      {\n        \"answers_count\": 9,\n        \"created_at\": \"2020-03-30T15:53:59.697150Z\",\n        \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n        \"media_id\": \"e627bdd1-a9db-41a9-80db-a6546c9c6ba6\",\n        \"media_type\": \"video\",\n        \"media_url\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy.mp4?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&amp;rid=giphy.mp4\",\n        \"metadata\": {\n          \"text\": \"What's your favorite fruit?\",\n          \"darken_text_background\": true,\n          \"fit_video\": false\n        },\n        \"poll_options\": [\n          {\n            \"id\": \"27b7cd85-db1e-4316-8dbe-772523feb098\",\n            \"content\": \"Bananas\",\n            \"total_count\": 3\n          },\n          {\n            \"id\": \"38ee39f0-aca3-4f3a-a74b-ec65beb139b3\",\n            \"content\": \"Strawberries\",\n            \"total_count\": 4\n          },\n          {\n            \"id\": \"b15efc9c-ae2e-4254-b653-50c8ef2b7364\",\n            \"content\": \"Apples\",\n            \"total_count\": 0\n          },\n          {\n            \"id\": \"3c4a9c2e-fab0-47bf-b545-ff2d77ce3b21\",\n            \"content\": \"Grapes\",\n            \"total_count\": 1\n          },\n          {\n            \"id\": \"6daada9f-cc7b-4ffe-9529-f16f35517770\",\n            \"content\": \"Other\",\n            \"total_count\": 1\n          }\n        ],\n        \"allow_multiple_selection\": false,\n        \"question_id\": \"4d73e927-e0ef-4b73-a5da-cdda038545e1\",\n        \"share_id\": \"f72l3mugt\",\n        \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n        \"thumbnail\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy-preview.gif?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&amp;rid=giphy-preview.gif\",\n        \"transcode_status\": \"completed\",\n        \"transcribe_status\": \"completed\",\n        \"type\": \"poll\",\n        \"updated_at\": \"2020-03-30T15:57:11.319072Z\"\n      },\n      {\n        \"allowed_answer_media_types\": [\n          \"video\",\n          \"audio\",\n          \"text\"\n        ],\n        \"created_at\": \"2020-03-30T15:57:10.931514Z\",\n        \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n        \"media_id\": \"8031b331-c5e1-4fda-8523-314c2fa5cdd8\",\n        \"media_type\": \"video\",\n        \"media_url\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy.mp4?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&amp;rid=giphy.mp4\",\n        \"metadata\": {\n          \"text\": \"Why do you love that fruit?\",\n          \"darken_text_background\": true,\n          \"fit_video\": false\n        },\n        \"allow_multiple_selection\": false,\n        \"question_id\": \"a74ac70a-b207-492d-a3c8-43c8508f5c7a\",\n        \"share_id\": \"f72l3mugt\",\n        \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n        \"thumbnail\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy-preview.gif?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&amp;rid=giphy-preview.gif\",\n        \"transcode_status\": \"completed\",\n        \"transcribe_status\": \"completed\",\n        \"type\": \"standard\",\n        \"updated_at\": \"2020-03-30T15:57:11.324552Z\"\n      }\n    ],\n    \"are_answers_public\": false,\n    \"notifications\": {\n      \"send_contact_message_emails\": true\n    }\n  },\n  \"message\": {\n    \"author_type\": \"form_author\",\n    \"created_at\": \"2020-08-13T09:09:47.351432Z\",\n    \"gif\": \"https://media.videoask.com/transcoded/b3286b15-8722-44ad-99dd-ef643f0bb9da/thumbnails/preview.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJtZWRpYV9pZCI6ImIzMjg2YjE1LTg3MjItNDRhZC05OWRkLWVmNjQzZjBiYjlkYSIsImV4cCI6MTU5NzkxNDU4N30.sUyDJaJVDlaCTtwXIeytwRwNS9wHLSTge15owz3La2deuJLJd1xLuEEyS35F2hfPLdVsoQl6Whn9fugdCGRl9KUllPYMyJuqJwSh9bzQTsJ_VO7A3kEna13P3VOP5G3skq-XfWn3PWdmNy90HeiDikAbV4RTaxGx6OLlV6s7swqT--lQUhn8NjRYElkPBkhOKtdt_sTGXDfEcvuCB2ymvRjLxHjSB3W0o0MThiizKevEhOuwo4z6su2EECmoQ_ahGVo-f64qgSYGflflYAWtvwLntjEa1uJQ8oCbSJaffk34VHenTLj4bc-rCfbGjXK4azw_HxTm7l8em-hxpoGEm_QzNMar0NGY5hn2nZove6ekDLHUp5DpcwuAhN2nbuswRjCeI3i4f2e8EUa4w_PNHvlMk5vBTErMqNTA-28pyfz5OD1MyEQ7fH5vSnsLvRWvpYFTl-1J22krPTurN_TxPGBaEEyHSJHdK_5rqBE4kwJBwDWY-tPJrRJKKQaRF7AtvtYBhiRFlcU1eX5tWiSJvVKK5jwCLpd8nq58cx1xo5bWDspidNbAWDAh_xTQ6YFQcBX4gVDUPtse-tOBiXFjX-7O7EL3ykkWDlybRUgOw__HcemaneydY1fytJBcK_AUbB46pO0aNct11cP2-S92ie-HTwibymWuoU-YhLDEid4\",\n    \"is_public\": true,\n    \"media_duration\": 9,\n    \"media_type\": \"video\",\n    \"media_url\": \"https://media.videoask.com/transcoded/b3286b15-8722-44ad-99dd-ef643f0bb9da/video.mp4?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJtZWRpYV9pZCI6ImIzMjg2YjE1LTg3MjItNDRhZC05OWRkLWVmNjQzZjBiYjlkYSIsImV4cCI6MTU5NzkxNDU4N30.sUyDJaJVDlaCTtwXIeytwRwNS9wHLSTge15owz3La2deuJLJd1xLuEEyS35F2hfPLdVsoQl6Whn9fugdCGRl9KUllPYMyJuqJwSh9bzQTsJ_VO7A3kEna13P3VOP5G3skq-XfWn3PWdmNy90HeiDikAbV4RTaxGx6OLlV6s7swqT--lQUhn8NjRYElkPBkhOKtdt_sTGXDfEcvuCB2ymvRjLxHjSB3W0o0MThiizKevEhOuwo4z6su2EECmoQ_ahGVo-f64qgSYGflflYAWtvwLntjEa1uJQ8oCbSJaffk34VHenTLj4bc-rCfbGjXK4azw_HxTm7l8em-hxpoGEm_QzNMar0NGY5hn2nZove6ekDLHUp5DpcwuAhN2nbuswRjCeI3i4f2e8EUa4w_PNHvlMk5vBTErMqNTA-28pyfz5OD1MyEQ7fH5vSnsLvRWvpYFTl-1J22krPTurN_TxPGBaEEyHSJHdK_5rqBE4kwJBwDWY-tPJrRJKKQaRF7AtvtYBhiRFlcU1eX5tWiSJvVKK5jwCLpd8nq58cx1xo5bWDspidNbAWDAh_xTQ6YFQcBX4gVDUPtse-tOBiXFjX-7O7EL3ykkWDlybRUgOw__HcemaneydY1fytJBcK_AUbB46pO0aNct11cP2-S92ie-HTwibymWuoU-YhLDEid4\",\n    \"message_id\": \"e4d547ca-e29b-47cb-9096-8f8bbafedde2\",\n    \"share_id\": \"mctlhdikwzcxs0f618gu5mn247pexyxuqpbvodny\",\n    \"share_url\": \"https://www.videoask.com/mctlhdikwzcxs0f618gu5mn247pexyxuqpbvodny\",\n    \"thread_id\": \"95ae6155-f970-4d18-9116-191777fef28a\",\n    \"thumbnail\": \"https://media.videoask.com/transcoded/b3286b15-8722-44ad-99dd-ef643f0bb9da/thumbnails/image.0000001.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJtZWRpYV9pZCI6ImIzMjg2YjE1LTg3MjItNDRhZC05OWRkLWVmNjQzZjBiYjlkYSIsImV4cCI6MTU5NzkxNDU4N30.sUyDJaJVDlaCTtwXIeytwRwNS9wHLSTge15owz3La2deuJLJd1xLuEEyS35F2hfPLdVsoQl6Whn9fugdCGRl9KUllPYMyJuqJwSh9bzQTsJ_VO7A3kEna13P3VOP5G3skq-XfWn3PWdmNy90HeiDikAbV4RTaxGx6OLlV6s7swqT--lQUhn8NjRYElkPBkhOKtdt_sTGXDfEcvuCB2ymvRjLxHjSB3W0o0MThiizKevEhOuwo4z6su2EECmoQ_ahGVo-f64qgSYGflflYAWtvwLntjEa1uJQ8oCbSJaffk34VHenTLj4bc-rCfbGjXK4azw_HxTm7l8em-hxpoGEm_QzNMar0NGY5hn2nZove6ekDLHUp5DpcwuAhN2nbuswRjCeI3i4f2e8EUa4w_PNHvlMk5vBTErMqNTA-28pyfz5OD1MyEQ7fH5vSnsLvRWvpYFTl-1J22krPTurN_TxPGBaEEyHSJHdK_5rqBE4kwJBwDWY-tPJrRJKKQaRF7AtvtYBhiRFlcU1eX5tWiSJvVKK5jwCLpd8nq58cx1xo5bWDspidNbAWDAh_xTQ6YFQcBX4gVDUPtse-tOBiXFjX-7O7EL3ykkWDlybRUgOw__HcemaneydY1fytJBcK_AUbB46pO0aNct11cP2-S92ie-HTwibymWuoU-YhLDEid4\",\n    \"transcode_status\": \"completed\",\n    \"transcribe_status\": \"completed\",\n    \"transcription\": \"Hello, John. Thank you so much for your response. Can you please explain have it better? Why do you love strawberries? Thank you.\",\n    \"transcription_data\": [\n      {\n        \"transcript\": \"Hello, John. Thank you so much for your response. Can you please explain have it better? Why do you love strawberries? Thank you.\",\n        \"confidence\": 0.90139115,\n        \"words\": [\n          {\n            \"word\": \"Hello,\",\n            \"start_time\": 0.8,\n            \"end_time\": 1.1\n          },\n          {\n            \"word\": \"John.\",\n            \"start_time\": 1.1,\n            \"end_time\": 1.5\n          },\n          {\n            \"word\": \"Thank\",\n            \"start_time\": 1.5,\n            \"end_time\": 1.7\n          },\n          {\n            \"word\": \"you\",\n            \"start_time\": 1.7,\n            \"end_time\": 1.8\n          },\n          {\n            \"word\": \"so\",\n            \"start_time\": 1.8,\n            \"end_time\": 1.9\n          },\n          {\n            \"word\": \"much\",\n            \"start_time\": 1.9,\n            \"end_time\": 2.1\n          },\n          {\n            \"word\": \"for\",\n            \"start_time\": 2.1,\n            \"end_time\": 2.3\n          },\n          {\n            \"word\": \"your\",\n            \"start_time\": 2.3,\n            \"end_time\": 2.4\n          },\n          {\n            \"word\": \"response.\",\n            \"start_time\": 2.4,\n            \"end_time\": 3.1\n          },\n          {\n            \"word\": \"Can\",\n            \"start_time\": 3.9,\n            \"end_time\": 4\n          },\n          {\n            \"word\": \"you\",\n            \"start_time\": 4,\n            \"end_time\": 4.1\n          },\n          {\n            \"word\": \"please\",\n            \"start_time\": 4.1,\n            \"end_time\": 4.8\n          },\n          {\n            \"word\": \"explain\",\n            \"start_time\": 4.8,\n            \"end_time\": 5.3\n          },\n          {\n            \"word\": \"have\",\n            \"start_time\": 5.3,\n            \"end_time\": 5.5\n          },\n          {\n            \"word\": \"it\",\n            \"start_time\": 5.5,\n            \"end_time\": 5.6\n          },\n          {\n            \"word\": \"better?\",\n            \"start_time\": 5.6,\n            \"end_time\": 6.1\n          },\n          {\n            \"word\": \"Why\",\n            \"start_time\": 6.1,\n            \"end_time\": 6.3\n          },\n          {\n            \"word\": \"do\",\n            \"start_time\": 6.3,\n            \"end_time\": 6.4\n          },\n          {\n            \"word\": \"you\",\n            \"start_time\": 6.4,\n            \"end_time\": 6.5\n          },\n          {\n            \"word\": \"love\",\n            \"start_time\": 6.5,\n            \"end_time\": 6.7\n          },\n          {\n            \"word\": \"strawberries?\",\n            \"start_time\": 6.7,\n            \"end_time\": 7.5\n          },\n          {\n            \"word\": \"Thank\",\n            \"start_time\": 8,\n            \"end_time\": 8.2\n          },\n          {\n            \"word\": \"you.\",\n            \"start_time\": 8.2,\n            \"end_time\": 8.5\n          }\n        ]\n      }\n    ],\n    \"type\": \"video\"\n  }\n}\n</code></pre>\n<h2 id=\"form_contact_message\"><code>form_contact_message</code></h2>\n<p>Triggers as soon as message is sent by the contact and the video/audio media is transcoded and transcribed.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"event_id\": \"35f63f63c4c31d04a938d5b279a6a4e6\",\n  \"event_type\": \"form_contact_message\",\n  \"interaction_id\": \"386bbc0b-bb60-4b62-82fa-d630d0d2b83b\",\n  \"contact\": {\n    \"contact_id\": \"6f0cde71-546c-499b-8cdb-c661300fb7f3\",\n    \"name\": \"John Doe\",\n    \"email\": \"john.doe@example.com\",\n    \"status\": \"completed\",\n    \"created_at\": \"2020-08-13T09:07:25.501318Z\",\n    \"updated_at\": \"2020-08-13T09:07:55.461776Z\",\n    \"answers\": [\n      {\n        \"answer_id\": \"f0f5a564-1f46-49e9-b579-731e6e3f9c4e\",\n        \"created_at\": \"2020-08-13T09:07:31.216396Z\",\n        \"is_public\": false,\n        \"poll_options\": [\n          {\n            \"id\": \"38ee39f0-aca3-4f3a-a74b-ec65beb139b3\",\n            \"content\": \"Strawberries\"\n          }\n        ],\n        \"question_id\": \"4d73e927-e0ef-4b73-a5da-cdda038545e1\",\n        \"type\": \"poll\",\n        \"poll_option_id\": \"38ee39f0-aca3-4f3a-a74b-ec65beb139b3\",\n        \"poll_option_content\": \"Strawberries\"\n      },\n      {\n        \"answer_id\": \"6254f48a-a29d-4623-9525-9a8aeab9b5dc\",\n        \"created_at\": \"2020-08-13T09:07:55.181435Z\",\n        \"input_text\": \"Bacause they're tasty!\",\n        \"is_public\": false,\n        \"poll_options\": [],\n        \"question_id\": \"a74ac70a-b207-492d-a3c8-43c8508f5c7a\",\n        \"type\": \"text\"\n      }\n    ],\n    \"messages\": [\n      {\n        \"author_type\": \"form_author\",\n        \"created_at\": \"2020-08-13T09:09:47.351432Z\",\n        \"gif\": \"https://media.videoask.com/transcoded/b3286b15-8722-44ad-99dd-ef643f0bb9da/thumbnails/preview.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJtZWRpYV9pZCI6ImIzMjg2YjE1LTg3MjItNDRhZC05OWRkLWVmNjQzZjBiYjlkYSIsImV4cCI6MTU5NzkxNDU4N30.sUyDJaJVDlaCTtwXIeytwRwNS9wHLSTge15owz3La2deuJLJd1xLuEEyS35F2hfPLdVsoQl6Whn9fugdCGRl9KUllPYMyJuqJwSh9bzQTsJ_VO7A3kEna13P3VOP5G3skq-XfWn3PWdmNy90HeiDikAbV4RTaxGx6OLlV6s7swqT--lQUhn8NjRYElkPBkhOKtdt_sTGXDfEcvuCB2ymvRjLxHjSB3W0o0MThiizKevEhOuwo4z6su2EECmoQ_ahGVo-f64qgSYGflflYAWtvwLntjEa1uJQ8oCbSJaffk34VHenTLj4bc-rCfbGjXK4azw_HxTm7l8em-hxpoGEm_QzNMar0NGY5hn2nZove6ekDLHUp5DpcwuAhN2nbuswRjCeI3i4f2e8EUa4w_PNHvlMk5vBTErMqNTA-28pyfz5OD1MyEQ7fH5vSnsLvRWvpYFTl-1J22krPTurN_TxPGBaEEyHSJHdK_5rqBE4kwJBwDWY-tPJrRJKKQaRF7AtvtYBhiRFlcU1eX5tWiSJvVKK5jwCLpd8nq58cx1xo5bWDspidNbAWDAh_xTQ6YFQcBX4gVDUPtse-tOBiXFjX-7O7EL3ykkWDlybRUgOw__HcemaneydY1fytJBcK_AUbB46pO0aNct11cP2-S92ie-HTwibymWuoU-YhLDEid4\",\n        \"is_public\": true,\n        \"media_duration\": 9,\n        \"media_type\": \"video\",\n        \"media_url\": \"https://media.videoask.com/transcoded/b3286b15-8722-44ad-99dd-ef643f0bb9da/video.mp4?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJtZWRpYV9pZCI6ImIzMjg2YjE1LTg3MjItNDRhZC05OWRkLWVmNjQzZjBiYjlkYSIsImV4cCI6MTU5NzkxNDU4N30.sUyDJaJVDlaCTtwXIeytwRwNS9wHLSTge15owz3La2deuJLJd1xLuEEyS35F2hfPLdVsoQl6Whn9fugdCGRl9KUllPYMyJuqJwSh9bzQTsJ_VO7A3kEna13P3VOP5G3skq-XfWn3PWdmNy90HeiDikAbV4RTaxGx6OLlV6s7swqT--lQUhn8NjRYElkPBkhOKtdt_sTGXDfEcvuCB2ymvRjLxHjSB3W0o0MThiizKevEhOuwo4z6su2EECmoQ_ahGVo-f64qgSYGflflYAWtvwLntjEa1uJQ8oCbSJaffk34VHenTLj4bc-rCfbGjXK4azw_HxTm7l8em-hxpoGEm_QzNMar0NGY5hn2nZove6ekDLHUp5DpcwuAhN2nbuswRjCeI3i4f2e8EUa4w_PNHvlMk5vBTErMqNTA-28pyfz5OD1MyEQ7fH5vSnsLvRWvpYFTl-1J22krPTurN_TxPGBaEEyHSJHdK_5rqBE4kwJBwDWY-tPJrRJKKQaRF7AtvtYBhiRFlcU1eX5tWiSJvVKK5jwCLpd8nq58cx1xo5bWDspidNbAWDAh_xTQ6YFQcBX4gVDUPtse-tOBiXFjX-7O7EL3ykkWDlybRUgOw__HcemaneydY1fytJBcK_AUbB46pO0aNct11cP2-S92ie-HTwibymWuoU-YhLDEid4\",\n        \"message_id\": \"e4d547ca-e29b-47cb-9096-8f8bbafedde2\",\n        \"share_id\": \"mctlhdikwzcxs0f618gu5mn247pexyxuqpbvodny\",\n        \"share_url\": \"https://www.videoask.com/mctlhdikwzcxs0f618gu5mn247pexyxuqpbvodny\",\n        \"thread_id\": \"95ae6155-f970-4d18-9116-191777fef28a\",\n        \"thumbnail\": \"https://media.videoask.com/transcoded/b3286b15-8722-44ad-99dd-ef643f0bb9da/thumbnails/image.0000001.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJtZWRpYV9pZCI6ImIzMjg2YjE1LTg3MjItNDRhZC05OWRkLWVmNjQzZjBiYjlkYSIsImV4cCI6MTU5NzkxNDU4N30.sUyDJaJVDlaCTtwXIeytwRwNS9wHLSTge15owz3La2deuJLJd1xLuEEyS35F2hfPLdVsoQl6Whn9fugdCGRl9KUllPYMyJuqJwSh9bzQTsJ_VO7A3kEna13P3VOP5G3skq-XfWn3PWdmNy90HeiDikAbV4RTaxGx6OLlV6s7swqT--lQUhn8NjRYElkPBkhOKtdt_sTGXDfEcvuCB2ymvRjLxHjSB3W0o0MThiizKevEhOuwo4z6su2EECmoQ_ahGVo-f64qgSYGflflYAWtvwLntjEa1uJQ8oCbSJaffk34VHenTLj4bc-rCfbGjXK4azw_HxTm7l8em-hxpoGEm_QzNMar0NGY5hn2nZove6ekDLHUp5DpcwuAhN2nbuswRjCeI3i4f2e8EUa4w_PNHvlMk5vBTErMqNTA-28pyfz5OD1MyEQ7fH5vSnsLvRWvpYFTl-1J22krPTurN_TxPGBaEEyHSJHdK_5rqBE4kwJBwDWY-tPJrRJKKQaRF7AtvtYBhiRFlcU1eX5tWiSJvVKK5jwCLpd8nq58cx1xo5bWDspidNbAWDAh_xTQ6YFQcBX4gVDUPtse-tOBiXFjX-7O7EL3ykkWDlybRUgOw__HcemaneydY1fytJBcK_AUbB46pO0aNct11cP2-S92ie-HTwibymWuoU-YhLDEid4\",\n        \"transcode_status\": \"completed\",\n        \"transcribe_status\": \"completed\",\n        \"transcription\": \"Hello, John. Thank you so much for your response. Can you please explain have it better? Why do you love strawberries? Thank you.\",\n        \"transcription_data\": [\n          {\n            \"words\": [\n              {\n                \"word\": \"Hello,\",\n                \"end_time\": 1.1,\n                \"start_time\": 0.8\n              },\n              {\n                \"word\": \"John.\",\n                \"end_time\": 1.5,\n                \"start_time\": 1.1\n              },\n              {\n                \"word\": \"Thank\",\n                \"end_time\": 1.7,\n                \"start_time\": 1.5\n              },\n              {\n                \"word\": \"you\",\n                \"end_time\": 1.8,\n                \"start_time\": 1.7\n              },\n              {\n                \"word\": \"so\",\n                \"end_time\": 1.9,\n                \"start_time\": 1.8\n              },\n              {\n                \"word\": \"much\",\n                \"end_time\": 2.1,\n                \"start_time\": 1.9\n              },\n              {\n                \"word\": \"for\",\n                \"end_time\": 2.3,\n                \"start_time\": 2.1\n              },\n              {\n                \"word\": \"your\",\n                \"end_time\": 2.4,\n                \"start_time\": 2.3\n              },\n              {\n                \"word\": \"response.\",\n                \"end_time\": 3.1,\n                \"start_time\": 2.4\n              },\n              {\n                \"word\": \"Can\",\n                \"end_time\": 4,\n                \"start_time\": 3.9\n              },\n              {\n                \"word\": \"you\",\n                \"end_time\": 4.1,\n                \"start_time\": 4\n              },\n              {\n                \"word\": \"please\",\n                \"end_time\": 4.8,\n                \"start_time\": 4.1\n              },\n              {\n                \"word\": \"explain\",\n                \"end_time\": 5.3,\n                \"start_time\": 4.8\n              },\n              {\n                \"word\": \"have\",\n                \"end_time\": 5.5,\n                \"start_time\": 5.3\n              },\n              {\n                \"word\": \"it\",\n                \"end_time\": 5.6,\n                \"start_time\": 5.5\n              },\n              {\n                \"word\": \"better?\",\n                \"end_time\": 6.1,\n                \"start_time\": 5.6\n              },\n              {\n                \"word\": \"Why\",\n                \"end_time\": 6.3,\n                \"start_time\": 6.1\n              },\n              {\n                \"word\": \"do\",\n                \"end_time\": 6.4,\n                \"start_time\": 6.3\n              },\n              {\n                \"word\": \"you\",\n                \"end_time\": 6.5,\n                \"start_time\": 6.4\n              },\n              {\n                \"word\": \"love\",\n                \"end_time\": 6.7,\n                \"start_time\": 6.5\n              },\n              {\n                \"word\": \"strawberries?\",\n                \"end_time\": 7.5,\n                \"start_time\": 6.7\n              },\n              {\n                \"word\": \"Thank\",\n                \"end_time\": 8.2,\n                \"start_time\": 8\n              },\n              {\n                \"word\": \"you.\",\n                \"end_time\": 8.5,\n                \"start_time\": 8.2\n              }\n            ],\n            \"confidence\": 0.90139115,\n            \"transcript\": \"Hello, John. Thank you so much for your response. Can you please explain have it better? Why do you love strawberries? Thank you.\"\n          }\n        ],\n        \"type\": \"video\"\n      },\n      {\n        \"author_type\": \"contact\",\n        \"created_at\": \"2020-08-13T09:32:21.909981Z\",\n        \"is_public\": false,\n        \"media_type\": \"text\",\n        \"message_id\": \"511bfc20-691e-471f-9f73-02e1d9888b41\",\n        \"share_id\": \"mqre28jqxifto11ejkxhvln4c3akaks8ejciqlk1\",\n        \"share_url\": \"https://www.videoask.com/mqre28jqxifto11ejkxhvln4c3akaks8ejciqlk1\",\n        \"thread_id\": \"95ae6155-f970-4d18-9116-191777fef28a\",\n        \"transcode_status\": \"completed\",\n        \"transcription\": \"Because they look good, they smell good and they taste good! \\nThey're even a great source of nutrition and antioxidants.\",\n        \"type\": \"text\",\n        \"input_text\": \"Because they look good, they smell good and they taste good! \\nThey're even a great source of nutrition and antioxidants.\"\n      }\n    ],\n    \"platform\": \"desktop\",\n    \"tags\": [],\n    \"are_answers_public\": false,\n    \"are_messages_public\": false,\n    \"share_id\": \"c3rqviz79cva7xmuoo70rva4l5fi699isbzvxjym\",\n    \"share_url\": \"https://www.videoask.com/c3rqviz79cva7xmuoo70rva4l5fi699isbzvxjym\"\n  },\n  \"form\": {\n    \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n    \"title\": \"Example form for documentation\",\n    \"requires_contact_info\": true,\n    \"requires_contact_email\": true,\n    \"requires_contact_name\": true,\n    \"requires_contact_phone_number\": false,\n    \"hide_branding\": false,\n    \"metadata\": {\n      \"primary_color\": \"#522CBB\",\n      \"secondary_color\": \"#4CD982\",\n      \"locale\": \"en-US\",\n      \"show_form_title\": true\n    },\n    \"share_id\": \"f72l3mugt\",\n    \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n    \"created_at\": \"2020-03-30T15:53:59.331687Z\",\n    \"updated_at\": \"2020-04-23T08:40:51.775168Z\",\n    \"respondents_count\": 13,\n    \"author_id\": \"8a484e48-2e8e-423d-8d91-b1d6c98b60f2\",\n    \"questions\": [\n      {\n        \"answers_count\": 9,\n        \"created_at\": \"2020-03-30T15:53:59.697150Z\",\n        \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n        \"media_id\": \"e627bdd1-a9db-41a9-80db-a6546c9c6ba6\",\n        \"media_type\": \"video\",\n        \"media_url\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy.mp4?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&amp;rid=giphy.mp4\",\n        \"metadata\": {\n          \"text\": \"What's your favorite fruit?\",\n          \"darken_text_background\": true,\n          \"fit_video\": false\n        },\n        \"poll_options\": [\n          {\n            \"id\": \"27b7cd85-db1e-4316-8dbe-772523feb098\",\n            \"content\": \"Bananas\",\n            \"total_count\": 3\n          },\n          {\n            \"id\": \"38ee39f0-aca3-4f3a-a74b-ec65beb139b3\",\n            \"content\": \"Strawberries\",\n            \"total_count\": 4\n          },\n          {\n            \"id\": \"b15efc9c-ae2e-4254-b653-50c8ef2b7364\",\n            \"content\": \"Apples\",\n            \"total_count\": 0\n          },\n          {\n            \"id\": \"3c4a9c2e-fab0-47bf-b545-ff2d77ce3b21\",\n            \"content\": \"Grapes\",\n            \"total_count\": 1\n          },\n          {\n            \"id\": \"6daada9f-cc7b-4ffe-9529-f16f35517770\",\n            \"content\": \"Other\",\n            \"total_count\": 1\n          }\n        ],\n        \"allow_multiple_selection\": false,\n        \"question_id\": \"4d73e927-e0ef-4b73-a5da-cdda038545e1\",\n        \"share_id\": \"f72l3mugt\",\n        \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n        \"thumbnail\": \"https://media3.giphy.com/media/xUPGcuomRFMUcsB9nO/giphy-preview.gif?cid=c83daf2546ecd961cfc590162cdb4787bf1c482527149606&amp;rid=giphy-preview.gif\",\n        \"transcode_status\": \"completed\",\n        \"transcribe_status\": \"completed\",\n        \"type\": \"poll\",\n        \"updated_at\": \"2020-03-30T15:57:11.319072Z\"\n      },\n      {\n        \"allowed_answer_media_types\": [\n          \"video\",\n          \"audio\",\n          \"text\"\n        ],\n        \"created_at\": \"2020-03-30T15:57:10.931514Z\",\n        \"form_id\": \"5a1b8066-f92c-47bf-b8f2-3beb0a738122\",\n        \"media_id\": \"8031b331-c5e1-4fda-8523-314c2fa5cdd8\",\n        \"media_type\": \"video\",\n        \"media_url\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy.mp4?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&amp;rid=giphy.mp4\",\n        \"metadata\": {\n          \"text\": \"Why do you love that fruit?\",\n          \"darken_text_background\": true,\n          \"fit_video\": false\n        },\n        \"allow_multiple_selection\": false,\n        \"question_id\": \"a74ac70a-b207-492d-a3c8-43c8508f5c7a\",\n        \"share_id\": \"f72l3mugt\",\n        \"share_url\": \"https://www.videoask.com/f72l3mugt\",\n        \"thumbnail\": \"https://media2.giphy.com/media/9nIIo3LBIlzvW/giphy-preview.gif?cid=c83daf25eacd7951d2151b3805a0177237e0b1c9c45d0b31&amp;rid=giphy-preview.gif\",\n        \"transcode_status\": \"completed\",\n        \"transcribe_status\": \"completed\",\n        \"type\": \"standard\",\n        \"updated_at\": \"2020-03-30T15:57:11.324552Z\"\n      }\n    ],\n    \"are_answers_public\": false,\n    \"notifications\": {\n      \"send_contact_message_emails\": true\n    }\n  },\n  \"message\": {\n    \"author_type\": \"contact\",\n    \"created_at\": \"2020-08-13T09:32:21.909981Z\",\n    \"is_public\": false,\n    \"media_type\": \"text\",\n    \"message_id\": \"511bfc20-691e-471f-9f73-02e1d9888b41\",\n    \"share_id\": \"mqre28jqxifto11ejkxhvln4c3akaks8ejciqlk1\",\n    \"share_url\": \"https://www.videoask.com/mqre28jqxifto11ejkxhvln4c3akaks8ejciqlk1\",\n    \"thread_id\": \"95ae6155-f970-4d18-9116-191777fef28a\",\n    \"transcode_status\": \"completed\",\n    \"transcription\": \"Because they look good, they smell good and they taste good! \\nThey're even a great source of nutrition and antioxidants.\",\n    \"type\": \"text\",\n    \"input_text\": \"Because they look good, they smell good and they taste good! \\nThey're even a great source of nutrition and antioxidants.\"\n  }\n}\n</code></pre>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"237cf8c1-6f22-4d23-af1b-46dff94122b8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"311e41a6-c116-4f94-8e60-ff1d4c37a46d","type":"text/javascript","exec":[""]}}],"_postman_id":"50000ed2-5e56-4747-b060-2dba7ef22991"},{"name":"Branding","item":[{"name":"Retrieve brands","id":"51b035f0-6830-4cc3-b98e-a58c0ae8405e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/brandings","description":"<p>Retrieves a list of JSON descriptions for all brandings in your VideoAsk account. Brandings are sorted by creation date in descending order.</p>\n<p>Fields for pagination:</p>\n<ul>\n<li><code>offset</code>: to indicate from which answer we want to start the page</li>\n<li><code>limit</code>: to indicate the size of the page</li>\n</ul>\n","urlObject":{"path":["brandings"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"27b2cfbd-9c1c-4c0f-a922-a7c4a37f15b7","name":"Get all brandings","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/brandings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2020 17:04:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie, Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"branding_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", // The `id` field will be deprecated\n            \"name\": \"Brand 1\",\n            \"logo\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"logo_url\": \"https://media.dev.videoask.it/images/logo-url.png?token=zzzzzz\",\n            \"branding_url\": \"https://acme.com\",\n            \"custom_domain\": \"ask.acme.com\",\n            \"dns_validated_at\": \"2020-08-10T11:51:24.693974Z\"\n        },\n        {\n            \"branding_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", // The `id` field will be deprecated\n            \"name\": \"Brand 2\",\n            \"logo\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n            \"logo_url\": \"https://media.dev.videoask.it/images/logo-url.png?token=zzzzzz\",\n            \"branding_url\": \"https://example.com\",\n            \"custom_domain\": \"contact.example.com\",\n            \"dns_validated_at\": null\n        }\n    ]\n}"}],"_postman_id":"51b035f0-6830-4cc3-b98e-a58c0ae8405e"},{"name":"Retrieve a brand","id":"011a2788-ae6e-4afc-8783-5f3cbe3a8d77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":"https://api.videoask.com/brandings/{{branding_id}}","description":"<p>Retrieves a branding by the given <code>branding_id</code></p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"1c89e109-d4d3-4397-97a4-8f4e4904ea93","id":"1c89e109-d4d3-4397-97a4-8f4e4904ea93","name":"Branding","type":"folder"}},"urlObject":{"path":["brandings","{{branding_id}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"d501e743-995e-4133-a3b4-076f0b83fd04","name":"Get a branding","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"url":{"raw":"https://api.videoask.com/brandings/:branding_id","host":["https://api.videoask.com"],"path":["brandings",":branding_id"],"variable":[{"key":"branding_id","value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","description":"The ID of the branding to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2020 17:14:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie, Origin"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"branding_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", // The `id` field will be deprecated\n    \"name\": \"Brand 1\",\n    \"logo\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"logo_url\": \"https://media.dev.videoask.it/images/logo-url.png?token=zzzzzz\",\n    \"branding_url\": \"https://acme.com\",\n    \"custom_domain\": \"ask.acme.com\",\n    \"dns_validated_at\": \"2020-08-10T11:51:24.693974Z\"\n},"}],"_postman_id":"011a2788-ae6e-4afc-8783-5f3cbe3a8d77"},{"name":"Create a brand","id":"08f4d302-0930-4c1e-981d-a2ff41044094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\"name\": \"My brand’s name\",\n\"branding_url\": \"https://brand.com\",\n\"logo\": \"{{image_id}}\",\n\"favicon\": \"{{image_id}}\",\n\"custom_domain\": \"https://ask.brand.com\"\n}"},"url":"https://api.videoask.com/brandings","description":"<p>To retrieve your <code>image_id</code>, refer to the two \"Upload brand logo\" endpoints below.</p>\n","urlObject":{"path":["brandings"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"08f4d302-0930-4c1e-981d-a2ff41044094"},{"name":"(1/2) Upload brand logo or favicon","id":"010a2558-f002-4695-9647-dd3c6aace1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"extension\":\"image/png\"\n}"},"url":"https://api.videoask.com/images","description":"<p>To upload your brand logo or favicon and retrieve its <code>image_id</code>, you need to make two requests.</p>\n<p>This first request will generate a response that includes the <code>presigned_post_params</code>, which contains the URL where you will upload your image in the second step.</p>\n<p>⚠️ 5MB is the max file size for the brand logo or favicon.</p>\n","urlObject":{"path":["images"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"3dacf77c-720d-4422-815e-dd0c5344f774","name":"(1/2) Upload brand logo","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"extension\":\"image/png\"\n}"},"url":"https://api.videoask.com/images"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n\t\"image_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"organization_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n\t\"extension\": \"png\",\n\t\"media_url\": \"https://media.videoask.com/images/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/image.png?token=xxxxxxxxxx\",\n\t\"presigned_url\": \"https://videoask-uploads-prod.s3.amazonaws.com/images/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/image.png?AWSAccessKeyId=xxxxxxxxxx&Signature=xxxxxxxxxx&content-type=image%2Fpng&x-amz-security-token=xxxxxxxxxx&Expires=1667505108\",\n\t\"presigned_post_params\": {\n\t\t\"url\": \"https://videoask-uploads-prod.s3.amazonaws.com/\",\n\t\t\"fields\": {\n\t\t\t\"content-type\": \"image/png\",\n\t\t\t\"key\": \"images/raw/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/image.png\",\n\t\t\t\"AWSAccessKeyId\": \"xxxxxxxxxx\",\n\t\t\t\"x-amz-security-token\": \"xxxxxxxxxx\",\n\t\t\t\"policy\": \"xxxxxxxxxx\",\n\t\t\t\"signature\": \"xxxxxxxxxx\"\n\t\t}\n\t},\n\t\"author_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"\n}"}],"_postman_id":"010a2558-f002-4695-9647-dd3c6aace1e7"},{"name":"(2/2) Upload brand logo or favicon","id":"0a8da63d-9f6f-4d0a-9423-958a7d195614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"https://videoask-uploads-prod.s3.amazonaws.com/","description":"<p>In this second request, you upload the binary contents of your image to the <code>presigned_post_params</code> URL from the previous request.</p>\n<p>In Python, for example, you can read the binary contents of your image and upload it to the URL using the following code snippet:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">image_path = \"/Users/andrew/Downloads/my_logo.png\"\n\nwith open(image_path, 'rb') as f:\n    files = {'file': (image_path, f)}\n    response = requests.request(\"POST\", \"https://videoask-uploads-prod.s3.amazonaws.com/\", data=json_response['presigned_post_params']['fields'], files=files)\n\n</code></pre>\n<p>After uploading your brand logo or favicon, you can use the <code>image_id</code> from the first request when creating a brand in VideoAsk.</p>\n<p>⚠️ 5MB is the max file size for the brand logo or favicon.</p>\n","urlObject":{"protocol":"https","path":[""],"host":["videoask-uploads-prod","s3","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a8da63d-9f6f-4d0a-9423-958a7d195614"},{"name":"Update a brand","id":"ace23c09-686d-4309-a7e6-eefeb71e4085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer token","type":"text"},{"key":"Content-Type","value":"application/json"},{"key":"organization-id","value":"{{organization_id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My brand's name\",\n    \"branding_url\": \"https://brand.com\",\n    \"logo\": \"{{image_id}}\"\n    \"custom_domain\": \"https://ask.brand.com\",\n}"},"url":"https://api.videoask.com/brandings/{{branding_id}}","urlObject":{"path":["brandings","{{branding_id}}"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ace23c09-686d-4309-a7e6-eefeb71e4085"}],"id":"1c89e109-d4d3-4397-97a4-8f4e4904ea93","description":"<p>The Brandings API lets you give a customized feeling to the videoasks in your account. </p>\n<p>You can create or modify one or more brandings for your videoasks to use.</p>\n<p>With a branding you can set a custom logo and url in your videoasks, or set a white label domain from where to serve your videoasks and where the brand's customers will be able to answer back.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"9a918377-cea3-445c-a38a-c344a550e2d8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c3fe9b58-36c9-4bfe-9dd1-16d55feccf9b","type":"text/javascript","exec":[""]}}],"_postman_id":"1c89e109-d4d3-4397-97a4-8f4e4904ea93"},{"name":"Account","item":[{"name":"Retrieve your own account","id":"3d15c76f-2494-4a75-a55c-7edc2f185738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer token","type":"text"}],"url":"https://api.videoask.com/me","description":"<p>Retrieve your own account information.</p>\n","urlObject":{"path":["me"],"host":["https://api.videoask.com"],"query":[],"variable":[]}},"response":[{"id":"52b2b041-20bd-499e-99a0-f66315442a12","name":"Get your own account","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.videoask.com/me?Authorization=Bearer token","host":["https://api.videoask.com"],"path":["me"],"query":[{"key":"Authorization","value":"Bearer token","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 24 Feb 2020 17:01:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"293"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.14.2"},{"key":"Allow","value":"GET, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Vary","value":"Cookie, Origin"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n    \"username\": \"John Doe\",\n    \"email\": \"john.doe@example.com\",\n    \"terms_and_conditions\": true,\n    \"marketing_communications_opt_in\": true,\n    \"tailored_experience_opt_in\": true,\n    \"third_parties_data_opt_in\": true,\n    \"created_at\": \"2019-05-01T08:25:21.820570Z\"\n}"}],"_postman_id":"3d15c76f-2494-4a75-a55c-7edc2f185738"}],"id":"86582700-a1fb-4539-a0fd-effa26c46518","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"89f503ee-b8e1-4a1a-8b3d-61792738495f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7861343d-a286-4d0a-97bc-5a51f8f30cb4","type":"text/javascript","exec":[""]}}],"_postman_id":"86582700-a1fb-4539-a0fd-effa26c46518","description":""}],"event":[{"listen":"prerequest","script":{"id":"ef217ef4-6e40-46f0-b174-5572da6e35db","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8578d090-34e5-45a0-9e5e-9e1d42210222","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://api.videoask.com"},{"key":"form_id","value":"form_id"},{"key":"question_id","value":"question_id"},{"key":"auth_url","value":"https://"},{"key":"organization-id","value":"organization-id"},{"key":"token","value":"token"},{"key":"respondent_id","value":"respondent_id"},{"key":"soft_delete","value":"true"}]}