{"id":491,"date":"2025-03-22T08:15:59","date_gmt":"2025-03-22T08:15:59","guid":{"rendered":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/?p=491"},"modified":"2025-06-12T10:22:29","modified_gmt":"2025-06-12T10:22:29","slug":"how-to-setup-tizen-flutter-on-samsung-tv","status":"publish","type":"post","link":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/how-to-setup-tizen-flutter-on-samsung-tv\/","title":{"rendered":"How to setup Tizen Flutter on Samsung TV ?"},"content":{"rendered":"<div class=\"nolwrap\">\n<h2 class=\"wp-block-heading\"><strong>Tizen Flutter Setup<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Official Documentation<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/flutter-tizen\/flutter-tizen\/blob\/master\/doc\/get-started.md\" data-type=\"link\" data-id=\"https:\/\/service.iqonic.design\/services\/handyman-app-full-setup-and-configuration\/?utm_source=referral&amp;utm_medium=handyman-service-app-documentation-get-it-now-image-click&amp;utm_campaign=handyman-service-app-documentation\" target=\"_blank\" rel=\"noopener\">Get Started with flutter-tizen<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/flutter-tizen\/flutter-tizen\" data-type=\"link\" data-id=\"https:\/\/github.com\/flutter-tizen\/flutter-tizen\/blob\/master\/doc\/get-started.md\" target=\"_blank\" rel=\"noopener\">flutter-tizen GitHub Repository<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>System Requirements<\/strong><\/h2>\n\n\n\n<p><strong>Linux &amp; macOS<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Linux:<\/strong> Follow the<a href=\"https:\/\/github.com\/flutter-tizen\/flutter-tizen\/blob\/master\/doc\/linux-install.md\" data-type=\"link\" data-id=\"https:\/\/github.com\/flutter-tizen\/flutter-tizen\/blob\/master\/doc\/linux-install.md\" target=\"_blank\" rel=\"noopener\"> Linux Installation Guide<\/a><\/li>\n\n\n\n<li><strong>macOS:<\/strong> Follow the <a href=\"https:\/\/github.com\/flutter-tizen\/flutter-tizen\/blob\/master\/doc\/macos-install.md\" data-type=\"link\" data-id=\"https:\/\/github.com\/flutter-tizen\/flutter-tizen\/blob\/master\/doc\/macos-install.md\" target=\"_blank\" rel=\"noopener\">emacOS Installation Guide<\/a><\/li>\n<\/ul>\n\n\n\n<p><strong>Windows<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Operating System:<\/strong> Windows 10 or later (x64)<\/li>\n\n\n\n<li><strong>Required Tools:<\/strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/flutter-tizen\/flutter-tizen\/blob\/master\/doc\/install-tizen-sdk.md\" data-type=\"link\" data-id=\"https:\/\/github.com\/flutter-tizen\/flutter-tizen\/blob\/master\/doc\/install-tizen-sdk.md\" target=\"_blank\" rel=\"noopener\">Tizen Studio<\/a> (5.0 or later)<\/li>\n\n\n\n<li><a href=\"https:\/\/learn.microsoft.com\/en-us\/dotnet\/core\/install\/windows\" data-type=\"link\" data-id=\"https:\/\/learn.microsoft.com\/en-us\/dotnet\/core\/install\/windows\" target=\"_blank\" rel=\"noopener\">.NET SDK<\/a> (6.0 or later)<\/li>\n\n\n\n<li><a href=\"https:\/\/git-scm.com\/download\/win\" data-type=\"link\" data-id=\"https:\/\/git-scm.com\/download\/win\" target=\"_blank\" rel=\"noopener\">Git for Windows<\/a> 2.x (Enable <strong>Use Git from the Windows Command Prompt<\/strong> option)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Installing `flutter-tizen`<\/strong><\/h2>\n\n\n\n<p>1. Clone the repository to your local system:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">   git clone https:\/\/github.com\/flutter-tizen\/flutter-tizen.git<\/pre>\n\n\n\n<p>2. Add `flutter-tizen\\bin` to your system PATH:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Search for &#8220;env&#8221; in the Windows Start menu and select <strong>Edit environment variables for your account<\/strong>.<\/li>\n\n\n\n<li>Under <strong>User Variables<\/strong>, locate <strong>Path<\/strong>:\n<ul class=\"wp-block-list\">\n<li>If it exists, click <strong>Edit&#8230;<\/strong> and add the full path to `flutter-tizen\\bin`.<\/li>\n\n\n\n<li>If it doesn\u2019t exist, create a new variable named <strong>Path<\/strong> and set its value to the full path of `flutter-tizen\\bin`.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Restart your command prompt for changes to take effect.<\/li>\n<\/ul>\n\n\n\n<p>3. Verify the installation by running:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">   where.exe flutter-tizen<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Adding SDB to System PATH<\/strong><\/h2>\n\n\n\n<p>To enable `sdb` access from any command prompt, follow these steps:<\/p>\n\n\n\n<p>1. Press <strong>Win + R<\/strong>, type `sysdm.cpl`, and hit <strong>Enter<\/strong>.<\/p>\n\n\n\n<p>2.  Go to the <strong>Advanced<\/strong> tab and click <strong>Environment Variables<\/strong>.<\/p>\n\n\n\n<p>3. Locate and edit the <strong>Path<\/strong> variable under <strong>System Variables<\/strong>.<\/p>\n\n\n\n<p>4. Click <strong>New<\/strong> and add the directory containing `sdb.exe` (e.g., `C:\\Tizen\\tools\\`).<\/p>\n\n\n\n<p>5. Click <strong>OK<\/strong> to save changes.<\/p>\n\n\n\n<p>6. Verify the installation by running:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> sdb<\/pre>\n\n\n\n<p>7. If the command doesn\u2019t work, restart your computer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Installing Required Packages<\/strong><\/h2>\n\n\n\n<p>After installing Tizen Studio, open it and install the necessary packages:<\/p>\n\n\n\n<p>1. Open the <strong>Package Manage<\/strong> by pressing <strong>Alt + Shift + P<\/strong> or navigating to <strong>Tools &gt; Package Manager<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"613\" height=\"178\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/open_packager_manager.png\" alt=\"\" class=\"wp-image-502\" \/><\/figure>\n\n\n\n<p>2. Download the following:<\/p>\n\n\n\n<p><strong>Main SDK<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"630\" height=\"640\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/main_sdk.png\" alt=\"\" class=\"wp-image-498\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Tizen 9.0<\/strong><\/li>\n\n\n\n<li>Emulator<\/li>\n\n\n\n<li>Native App Development (IDE)<\/li>\n\n\n\n<li>eb App Development (IDE)<\/li>\n\n\n\n<li><strong>Advanced Options:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Native App Development (CLI)<\/li>\n\n\n\n<li>TAU (CLI &amp; IDE)<\/li>\n\n\n\n<li>Web App Development (CLI)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p><strong>Extension SDK<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"635\" height=\"647\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/extension_sdk1.png\" alt=\"\" class=\"wp-image-496\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>TV Extension-9.0<\/strong>\n<ul class=\"wp-block-list\">\n<li>Web App Development<\/li>\n\n\n\n<li>Emulator<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>IoT-Headed-6.0<\/strong> (Advanced: Native App Development)<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"626\" height=\"643\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/extension_sdk2.png\" alt=\"\" class=\"wp-image-497\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Samsung Certificate Extension<\/strong><\/li>\n\n\n\n<li><strong>TV Extension Tools<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Once all packages are installed, proceed to create certificates.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Creating a Certificate using Certificate Manager<\/strong><\/h2>\n\n\n\n<p>1. Open <strong>Tizen Studio<\/strong>.<\/p>\n\n\n\n<p>2. Open <strong>Certificate Manager<\/strong> by pressing <strong>Alt + Shift + C<\/strong> or navigating to <strong>Tools &gt; Certificate Manager<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"613\" height=\"178\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/open_certificate_manager.png\" alt=\"\" class=\"wp-image-499\" \/><\/figure>\n\n\n\n<p>3. Click <strong>Create New Certificate<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1039\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/create_new_certificate.png\" alt=\"\" class=\"wp-image-495\" \/><\/figure>\n\n\n\n<p>4. Select <strong>Samsung<\/strong> as the provider and choose <strong>TV<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1041\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/select_samsung.png\" alt=\"\" class=\"wp-image-506\" \/><\/figure>\n\n\n\n<p>5. Create a <strong>New Certificate Profile<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1038\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/step2.png\" alt=\"\" class=\"wp-image-509\" \/><\/figure>\n\n\n\n<p>6. Generate a <strong>New Author Certificate<\/strong> (Ensure the password matches the Distributor Certificate password).<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1032\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/step3.png\" alt=\"\" class=\"wp-image-512\" \/><\/figure>\n\n\n\n<p>7. Sign in to your <strong>Samsung Account<\/strong> when prompted.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1036\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/step3.1.png\" alt=\"\" class=\"wp-image-510\" \/><\/figure>\n\n\n\n<p>8. Choose a <strong>backup location<\/strong> for safety.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1031\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/step3.2.png\" alt=\"\" class=\"wp-image-511\" \/><\/figure>\n\n\n\n<p>9. Generate a <strong>New Distributor Certificate<\/strong> (Password must match the Author Certificate password).<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1029\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/step4.png\" alt=\"\" class=\"wp-image-515\" \/><\/figure>\n\n\n\n<p>10. Save your <strong>DUID (Device Unique Identifier)<\/strong> for future reference.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1027\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/step4.1.png\" alt=\"\" class=\"wp-image-513\" \/><\/figure>\n\n\n\n<p>11. Click <strong>Finish<\/strong> to complete the certificate setup.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1037\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/step4.2.png\" alt=\"\" class=\"wp-image-514\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Creating an Emulator<\/strong><\/h2>\n\n\n\n<p>1. Open <strong>Emulator Manager<\/strong> from the toolbar.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"791\" height=\"187\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/open_emulator_manager.png\" alt=\"\" class=\"wp-image-501\" \/><\/figure>\n\n\n\n<p>2. Click <strong>Create New Emulator<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"853\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/create_new.png\" alt=\"\" class=\"wp-image-494\" \/><\/figure>\n\n\n\n<p>3. Select <strong>TV<\/strong> and choose a suitable configuration.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"855\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/select_tv.png\" alt=\"\" class=\"wp-image-507\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"851\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/select_definition.png\" alt=\"\" class=\"wp-image-504\" \/><\/figure>\n\n\n\n<p>4. Complete the creation process and launch the emulator.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"855\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/complete_creation.png\" alt=\"\" class=\"wp-image-493\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"851\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/run_emulator.png\" alt=\"\" class=\"wp-image-503\" \/><\/figure>\n\n\n\n<p>5. Keep the emulator running in the background.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Granting Permission to Install Apps on Emulator<\/strong><\/h2>\n\n\n\n<p>1. Open <strong>Device Manager<\/strong> by pressing <strong>Alt + Shift + V<\/strong> or navigating to <strong>Tools &gt; Device Manager<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"771\" height=\"254\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/open_device_manager.png\" alt=\"\" class=\"wp-image-500\" \/><\/figure>\n\n\n\n<p>2. Right-click on the emulator and select <strong>Permit to install applications<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"849\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/select_permit_to_install.png\" alt=\"\" class=\"wp-image-505\" \/><\/figure>\n\n\n\n<p>3. If an error occurs, keep the dialog box open, return to <strong>Certificate Manager<\/strong>, and ensure the certificate is correctly set up.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"421\" height=\"247\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/certificate_error.png\" alt=\"\" class=\"wp-image-492\" \/><\/figure>\n\n\n\n<p>4. Click <strong>Retry<\/strong> after fixing the certificate, and you should see a success message.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"851\" src=\"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-content\/uploads\/sites\/8\/2025\/03\/success.png\" alt=\"\" class=\"wp-image-516\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Running Streamit Laravel Flutter TV App on Samsung TV<\/strong><\/h2>\n\n\n\n<p>1. Open the project in <strong>VS Code<\/strong>.<\/p>\n\n\n\n<p>2. Install dependencies by running:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">flutter-tizen pub get<\/pre>\n\n\n\n<p>3. Deploy the app on Tizen OS:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> flutter-tizen run<\/pre>\n\n\n\n<p>4. For verbose debugging, use:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">  flutter-tizen run -v<\/pre>\n\n\n\n<p>5. To analyze performance, check <strong>Flutter DevTools<\/strong> and monitor logs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Additional Troubleshooting<\/strong><\/h2>\n\n\n\n<p>If you encounter installation errors, refer to the <a href=\"https:\/\/github.com\/flutter-tizen\/flutter-tizen\/wiki\/TPK-installation-troubleshooting\" data-type=\"link\" data-id=\"https:\/\/github.com\/flutter-tizen\/flutter-tizen\/wiki\/TPK-installation-troubleshooting\" target=\"_blank\" rel=\"noopener\">TPK Installation Troubleshooting Guide<\/a>.<\/p>\n\n\n\n<p>For more details, consult the <a href=\"https:\/\/developer.samsung.com\/smarttv\/develop\/native\/flutter.html\" data-type=\"link\" data-id=\"https:\/\/developer.samsung.com\/smarttv\/develop\/native\/flutter.html\" target=\"_blank\" rel=\"noopener\">Official Documentation.<\/a><\/p>\n\n\n\n<p><\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Tizen Flutter Setup Official Documentation System Requirements Linux &amp; macOS Windows Installing `flutter-tizen` 1. Clone the repository to your local system: git clone https:\/\/github.com\/flutter-tizen\/flutter-tizen.git 2. Add `flutter-tizen\\bin` to your system PATH: 3. Verify the installation by running: where.exe flutter-tizen Adding SDB to System PATH To enable `sdb` access from any command prompt, follow these steps: [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":60,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-491","post","type-post","status-publish","format-standard","hentry","category-streamittv"],"featured_image_src":null,"author_info":{"display_name":"laraveladminiq","author_link":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/author\/laraveladminiq\/"},"children":[],"_links":{"self":[{"href":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-json\/wp\/v2\/posts\/491","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-json\/wp\/v2\/comments?post=491"}],"version-history":[{"count":4,"href":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-json\/wp\/v2\/posts\/491\/revisions"}],"predecessor-version":[{"id":630,"href":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-json\/wp\/v2\/posts\/491\/revisions\/630"}],"up":[{"embeddable":true,"href":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-json\/wp\/v2\/posts\/60"}],"wp:attachment":[{"href":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-json\/wp\/v2\/media?parent=491"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-json\/wp\/v2\/categories?post=491"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/documentation.iqonic.design\/streamit-tv-app\/wp-json\/wp\/v2\/tags?post=491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}