{"id":9089,"date":"2025-06-24T12:11:08","date_gmt":"2025-06-24T06:41:08","guid":{"rendered":"https:\/\/pheonixsolutions.com\/blog\/?p=9089"},"modified":"2025-06-24T12:11:14","modified_gmt":"2025-06-24T06:41:14","slug":"power-of-media-capture-apis-in-the-browser","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/","title":{"rendered":"Power of Media Capture APIs in the Browser"},"content":{"rendered":"\n<p>In the modern web world, the user screens are no longer limited to read-only platform. The evolution of media capture APIs allow various functionalities within the screens that are all controlled by the user browser. Lets discuss them in detail here.<\/p>\n\n\n\n<p><strong>What are Media Capture APIs?<\/strong><\/p>\n\n\n\n<p>Media capture and Streams API are used to access the web apps such as microphones, Webcameras and Screens. These apis allow us to perform various functionalities such as video conferencing, screen recording, etc.<\/p>\n\n\n\n<p><strong>Common Media Capture APIs<\/strong><\/p>\n\n\n\n<p>The commonly used APIs in this Media Stream platform are:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><code>navigator.mediaDevices.getUserMedia()<\/code> is used to get the input from user&#8217;s media devices such as microphone and webcam.<\/li>\n<\/ol>\n\n\n\n<ol class=\"wp-block-list\"><\/ol>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><code>const stream = await navigator.mediaDevices.getUserMedia({<\/code><\/p>\n\n\n\n<p><code>audio:true, \/\/get microphone input, <\/code><\/p>\n\n\n\n<p><code>video: true \/\/get webcam input<\/code><\/p>\n\n\n\n<p><code>}) <\/code><\/p>\n\n\n\n<p>This code will return the media object with values from audio &amp; video devices.<\/p>\n\n\n\n<p>2. <code>navigator.mediaDevices.getDisplayMedia()<\/code> is used to record the user screen similar to Google Meet that prompts user to select between entire screen, specific application window or a specific browser tab for sharing.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115616.png\"><img loading=\"lazy\" decoding=\"async\" width=\"689\" height=\"439\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115616.png\" alt=\"\" class=\"wp-image-9092\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115616.png 689w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115616-300x191.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115616-471x300.png 471w\" sizes=\"auto, (max-width: 689px) 100vw, 689px\" \/><\/a><\/figure>\n<\/div><\/div>\n\n\n\n<p>Screenshots can be taken from the captured Media Stream by drawing to a canvas. The canvas can be converted to an image by using canvas.toBlob() or canvas.toDataURL(). This implementation can be referred in the below screenshot.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115652.png\"><img loading=\"lazy\" decoding=\"async\" width=\"598\" height=\"441\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115652.png\" alt=\"\" class=\"wp-image-9093\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115652.png 598w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115652-300x221.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115652-407x300.png 407w\" sizes=\"auto, (max-width: 598px) 100vw, 598px\" \/><\/a><\/figure>\n\n\n\n<p>Browsers will always prompt the user before recording or capturing the screen and it will not be auto-triggered since user consent is crucial to implement this media capture functionality.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the modern web world, the user screens are no longer limited to read-only platform. The evolution of media capture APIs allow various functionalities within the screens that are all controlled by the user browser. Lets discuss them in detail here. What are Media Capture APIs? Media capture and Streams&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">Power of Media Capture APIs in the Browser<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":503,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":{"0":"post-9089","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-uncategorized","7":"h-entry","9":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"In the modern web world, the user screens are no longer limited to read-only platform. The evolution of media capture APIs allow various functionalities within the screens that are all controlled by the user browser. Lets discuss them in detail here. What are Media Capture APIs? Media capture and Streams&hellip; Continue Reading Power of Media Capture APIs in the Browser\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-24T06:41:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-24T06:41:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115616.png\" \/>\n\t<meta property=\"og:image:width\" content=\"689\" \/>\n\t<meta property=\"og:image:height\" content=\"439\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Brindha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brindha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/\"},\"author\":{\"name\":\"Brindha\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/32dac30adb7fda20718df787cd6572f9\"},\"headline\":\"Power of Media Capture APIs in the Browser\",\"datePublished\":\"2025-06-24T06:41:08+00:00\",\"dateModified\":\"2025-06-24T06:41:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/\"},\"wordCount\":226,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Screenshot-2025-06-24-115616.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Screenshot-2025-06-24-115616.png\",\"datePublished\":\"2025-06-24T06:41:08+00:00\",\"dateModified\":\"2025-06-24T06:41:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Screenshot-2025-06-24-115616.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/Screenshot-2025-06-24-115616.png\",\"width\":689,\"height\":439},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/power-of-media-capture-apis-in-the-browser\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Power of Media Capture APIs in the Browser\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/32dac30adb7fda20718df787cd6572f9\",\"name\":\"Brindha\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6f3f7caf582852829d9231b58b1558593887b4e0bb7bbce137b5a469780ebb87?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6f3f7caf582852829d9231b58b1558593887b4e0bb7bbce137b5a469780ebb87?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/6f3f7caf582852829d9231b58b1558593887b4e0bb7bbce137b5a469780ebb87?s=96&r=g\",\"caption\":\"Brindha\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/brindha\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"In the modern web world, the user screens are no longer limited to read-only platform. The evolution of media capture APIs allow various functionalities within the screens that are all controlled by the user browser. Lets discuss them in detail here. What are Media Capture APIs? Media capture and Streams&hellip; Continue Reading Power of Media Capture APIs in the Browser","og_url":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2025-06-24T06:41:08+00:00","article_modified_time":"2025-06-24T06:41:14+00:00","og_image":[{"width":689,"height":439,"url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115616.png","type":"image\/png"}],"author":"Brindha","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"Brindha","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/"},"author":{"name":"Brindha","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/32dac30adb7fda20718df787cd6572f9"},"headline":"Power of Media Capture APIs in the Browser","datePublished":"2025-06-24T06:41:08+00:00","dateModified":"2025-06-24T06:41:14+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/"},"wordCount":226,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115616.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/","url":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115616.png","datePublished":"2025-06-24T06:41:08+00:00","dateModified":"2025-06-24T06:41:14+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/#primaryimage","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115616.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-24-115616.png","width":689,"height":439},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/power-of-media-capture-apis-in-the-browser\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Power of Media Capture APIs in the Browser"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/32dac30adb7fda20718df787cd6572f9","name":"Brindha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/6f3f7caf582852829d9231b58b1558593887b4e0bb7bbce137b5a469780ebb87?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/6f3f7caf582852829d9231b58b1558593887b4e0bb7bbce137b5a469780ebb87?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6f3f7caf582852829d9231b58b1558593887b4e0bb7bbce137b5a469780ebb87?s=96&r=g","caption":"Brindha"},"url":"https:\/\/pheonixsolutions.com\/blog\/author\/brindha\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-2mB","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/9089","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/503"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=9089"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/9089\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=9089"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=9089"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=9089"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}