{"id":2043,"date":"2026-07-18T06:47:15","date_gmt":"2026-07-18T13:47:15","guid":{"rendered":"http:\/\/macdaddy4sure.ai\/?p=2043"},"modified":"2026-07-18T06:47:15","modified_gmt":"2026-07-18T13:47:15","slug":"installing-and-configuring-augmented-intelligence-on-google-pixel-4","status":"publish","type":"post","link":"http:\/\/macdaddy4sure.ai\/index.php\/2026\/07\/18\/installing-and-configuring-augmented-intelligence-on-google-pixel-4\/","title":{"rendered":"Installing and Configuring Augmented Intelligence on Google Pixel 4"},"content":{"rendered":"\n<p>This guide walks through building, installing, and pairing the <strong>Augmented Intelligence mobile companion<\/strong> with your desktop _AugmentedIntelligence agent on a <strong>Google Pixel 4<\/strong> or <strong>Pixel 4 XL<\/strong>.<\/p>\n\n\n\n<p>The Pixel 4 build (pixel4 flavor) is optimized for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Snapdragon 855<\/strong> (ARM64 \/ arm64-v8a)<\/li>\n\n\n\n<li><strong>Adreno 640<\/strong> GPU (TFLite GPU delegate for on-device vision)<\/li>\n\n\n\n<li><strong>6 GB RAM<\/strong> (lower camera analysis rate and memory settings)<\/li>\n\n\n\n<li><strong>Android 10+<\/strong> (API 29 minimum)<\/li>\n<\/ul>\n\n\n\n<p>The phone app does <strong>not<\/strong> run the full Windows desktop binary. It connects to your desktop agent over your local network for commands, microphone streaming, dashboard access, and optional on-device object detection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Architecture overview<\/h2>\n\n\n\n<p><em>[mermaid]<br><\/em>flowchart LR<br>&nbsp;&nbsp;&nbsp; subgraph phone [Pixel 4]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AgentTab[Agent tab]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AudioTab[Audio tab]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DashTab[Dashboard tab]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VisionTab[Vision tab]<br>&nbsp;&nbsp;&nbsp; end<br><br>&nbsp;&nbsp;&nbsp; subgraph desktop [Desktop _AugmentedIntelligence]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remote[Remote commands :7710]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AudioIn[Android audio ingest :7711]<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Web[Web dashboard :8787]<br>&nbsp;&nbsp;&nbsp; end<br><br>&nbsp;&nbsp;&nbsp; AgentTab &#8211;&gt;|TCP commands| Remote<br>&nbsp;&nbsp;&nbsp; AudioTab &#8211;&gt;|PCM mic stream| AudioIn<br>&nbsp;&nbsp;&nbsp; DashTab &#8211;&gt;|HTTP WebView| Web<br>&nbsp;&nbsp;&nbsp; VisionTab &#8211;&gt;|optional command| Remote<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Phone tab<\/strong><\/td><td><strong>Desktop service<\/strong><\/td><td><strong>Default port<\/strong><\/td><\/tr><tr><td><strong>Agent<\/strong><\/td><td>remote commands<\/td><td>7710<\/td><\/tr><tr><td><strong>Audio<\/strong><\/td><td>android audio ingest<\/td><td>7711<\/td><\/tr><tr><td><strong>Dashboard<\/strong><\/td><td>web server<\/td><td>8787<\/td><\/tr><tr><td><strong>Vision<\/strong><\/td><td>Local TFLite on phone; can also send vision commands to desktop<\/td><td>\u2014<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">On your Pixel 4<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pixel 4 or Pixel 4 XL running <strong>Android 10 or newer<\/strong><\/li>\n\n\n\n<li>Phone and desktop on the <strong>same Wi\u2011Fi network<\/strong> (or routed LAN with no client isolation)<\/li>\n\n\n\n<li><strong>Developer options<\/strong> enabled (tap Build number seven times in Settings \u2192 About phone)<\/li>\n\n\n\n<li><strong>USB debugging<\/strong> enabled (Settings \u2192 System \u2192 Developer options), if installing via USB<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">On your desktop (Windows)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>_AugmentedIntelligence built and running (any GPU or CPU variant)<\/li>\n\n\n\n<li>Windows Firewall allows inbound TCP on ports <strong>7710<\/strong>, <strong>7711<\/strong>, and <strong>8787<\/strong> for private networks<\/li>\n\n\n\n<li>You know your desktop\u2019s <strong>LAN IP address<\/strong> (for example 192.168.1.10)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">To build the APK (developer machine)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Android Studio (https:\/\/developer.android.com\/studio) (recommended) <strong>or<\/strong> Android SDK + JDK 11+<\/li>\n\n\n\n<li>Project path: android\/AugmentedIntelligence\/<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1 \u2014 Build the Pixel 4 APK<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Option A: Android Studio (recommended)<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open android\/AugmentedIntelligence in Android Studio.<\/li>\n\n\n\n<li>Wait for Gradle sync to finish.<\/li>\n\n\n\n<li>Open <strong>Build \u2192 Select Build Variant<\/strong>.<\/li>\n\n\n\n<li>Choose <strong>`pixel4Release`<\/strong> (not universalRelease).<\/li>\n\n\n\n<li>Run <strong>Build \u2192 Build Bundle(s) \/ APK(s) \u2192 Build APK(s)<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p>Output APK:<\/p>\n\n\n\n<p>android\/AugmentedIntelligence\/app\/build\/outputs\/apk\/pixel4\/release\/app-pixel4-release.apk<\/p>\n\n\n\n<p>Package name on device: ai.crockett.augmentedintelligence.pixel4<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Option B: PowerShell build script<\/h3>\n\n\n\n<p>From the repository root:<\/p>\n\n\n\n<p><em>[powershell]<br><\/em>.\\scripts\\build_android_pixel4.ps1 -Flavor pixel4 -InstallAdb<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>-InstallAdb installs the APK on a USB-connected Pixel 4 automatically.<\/li>\n\n\n\n<li>Requires ANDROID_HOME (or Android SDK at %LOCALAPPDATA%\\Android\\Sdk).<\/li>\n\n\n\n<li>If gradlew.bat is missing, open the project once in Android Studio to generate the Gradle wrapper.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2 \u2014 Install on your Pixel 4<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Option A: USB + ADB<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Connect the Pixel 4 via USB.<\/li>\n\n\n\n<li>On the phone, approve the <strong>Allow USB debugging<\/strong> prompt.<\/li>\n\n\n\n<li>Install:<\/li>\n<\/ul>\n\n\n\n<p><em>[powershell]<br><\/em>adb install -r &#8220;android\\AugmentedIntelligence\\app\\build\\outputs\\apk\\pixel4\\release\\app-pixel4-release.apk&#8221;<\/p>\n\n\n\n<p>Use -r to replace an existing install.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Option B: Sideload the APK<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Copy the APK to the phone (Google Drive, USB file transfer, etc.).<\/li>\n\n\n\n<li>Open the file with a file manager.<\/li>\n\n\n\n<li>If prompted, allow <strong>Install unknown apps<\/strong> for your file manager.<\/li>\n\n\n\n<li>Confirm install.<\/li>\n<\/ul>\n\n\n\n<p>After install, the launcher shows <strong>Augmented Intelligence (Pixel 4)<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3 \u2014 Prepare the desktop agent<\/h2>\n\n\n\n<p>Start _AugmentedIntelligence on your Windows PC. Pick a shared secret token (example: my-home-token-2026).<\/p>\n\n\n\n<p>Run these commands in the desktop agent (typed or spoken):<\/p>\n\n\n\n<p>remote commands start 7710 my-home-token-2026<br>android audio start 7711 my-home-token-2026<br>web server start<br>rsi agent profile AndroidCompanion<\/p>\n\n\n\n<p>Verify services:<\/p>\n\n\n\n<p>remote commands status<br>android audio status<br>web server status<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Optional: automated desktop prep (Lua)<\/h3>\n\n\n\n<p>simple script execute lua_scripts\/Android-Companion-Agent.lua<\/p>\n\n\n\n<p>Set environment variables before running if you use non-default ports:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Variable<\/strong><\/td><td><strong>Default<\/strong><\/td><\/tr><tr><td>ANDROID_HOST<\/td><td>192.168.1.42<\/td><\/tr><tr><td>ANDROID_REMOTE_PORT<\/td><td>7710<\/td><\/tr><tr><td>ANDROID_WEB_PORT<\/td><td>8787<\/td><\/tr><tr><td>ANDROID_TOKEN<\/td><td>(empty)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Find your desktop LAN IP<\/h3>\n\n\n\n<p>On Windows PowerShell:<\/p>\n\n\n\n<p><em>[powershell]<br><\/em>Get-NetIPAddress -AddressFamily IPv4 | Where-Object { $_.InterfaceAlias -notmatch &#8216;Loopback&#8217; } | Select-Object IPAddress, InterfaceAlias<\/p>\n\n\n\n<p>Use the address on your Wi\u2011Fi adapter (for example 192.168.1.10).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Windows Firewall<\/h3>\n\n\n\n<p>Allow inbound rules for <strong>TCP 7710, 7711, and 8787<\/strong> on your private network profile, or temporarily allow _AugmentedIntelligence.exe through the firewall while testing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4 \u2014 Configure the phone app<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open <strong>Augmented Intelligence (Pixel 4)<\/strong> on the phone.<\/li>\n\n\n\n<li>Go to the <strong>Settings<\/strong> tab.<\/li>\n\n\n\n<li>Enter:<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Field<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><tr><td><strong>Desktop host<\/strong><\/td><td>Your PC\u2019s LAN IP (e.g. 192.168.1.10)<\/td><\/tr><tr><td><strong>Remote commands port<\/strong><\/td><td>7710<\/td><\/tr><tr><td><strong>Mic audio stream port<\/strong><\/td><td>7711<\/td><\/tr><tr><td><strong>Web dashboard port<\/strong><\/td><td>8787<\/td><\/tr><tr><td><strong>Auth token<\/strong><\/td><td>Same token as desktop (e.g. my-home-token-2026)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Tap <strong>Save connection<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p>The Settings tab also shows the <strong>device profile<\/strong> line. On a real Pixel 4 it should report Profile: pixel4 and matched for hardware.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Permissions<\/h3>\n\n\n\n<p>On first use, grant:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Microphone<\/strong> \u2014 required for the Audio tab<\/li>\n\n\n\n<li><strong>Camera<\/strong> \u2014 required for the Vision tab<\/li>\n<\/ul>\n\n\n\n<p>If denied, open <strong>Settings \u2192 Apps \u2192 Augmented Intelligence (Pixel 4) \u2192 Permissions<\/strong> and enable them.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5 \u2014 Test each feature<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Agent tab<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enter a command, e.g. web server status.<\/li>\n\n\n\n<li>Tap <strong>Send<\/strong>.<\/li>\n\n\n\n<li>You should see the desktop response in the card below.<\/li>\n<\/ol>\n\n\n\n<p>Useful preset commands (also on the Agent tab):<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>rsi agent profile AndroidCompanion<\/li>\n\n\n\n<li>android audio status<\/li>\n\n\n\n<li>web server status<\/li>\n\n\n\n<li>hardware status<\/li>\n\n\n\n<li>llm status<\/li>\n<\/ul>\n\n\n\n<p>Tap <strong>Ping<\/strong> to send web server status quickly.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Audio tab<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Grant microphone permission if prompted.<\/li>\n\n\n\n<li>Tap <strong>Start stream<\/strong>.<\/li>\n\n\n\n<li>Speak near the phone; the desktop should log ingest activity.<\/li>\n<\/ul>\n\n\n\n<p>On desktop, confirm:<\/p>\n\n\n\n<p>android audio status<\/p>\n\n\n\n<p>Tap <strong>Desktop status<\/strong> on the phone to send android audio status as a remote command.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Dashboard tab<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open the <strong>Dashboard<\/strong> tab.<\/li>\n\n\n\n<li>The WebView loads http:\/\/&lt;desktop-ip>:8787\/.<\/li>\n\n\n\n<li>Use shortcut buttons: Home, Overlays, Timeline, Graph, Commands, Profiles, Plugins.<\/li>\n<\/ul>\n\n\n\n<p>Traffic is HTTP on your LAN (cleartext allowed by the app for local dashboards).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Vision tab<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Grant camera permission.<\/li>\n\n\n\n<li>The rear camera preview appears.<\/li>\n\n\n\n<li>With no model file, you get preview only.<\/li>\n<\/ul>\n\n\n\n<p><strong>Optional on-device detection:<\/strong> copy a TFLite model to:<\/p>\n\n\n\n<p>android\/AugmentedIntelligence\/app\/src\/main\/assets\/models\/detect.tflite<\/p>\n\n\n\n<p>Rebuild and reinstall the APK. The app uses the <strong>GPU delegate<\/strong> on Pixel 4 when supported; the status line shows gpu or cpu.<\/p>\n\n\n\n<p>Tap <strong>Send vision command to desktop agent<\/strong> to run simple image on the desktop.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Default ports and protocol summary<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Service<\/strong><\/td><td><strong>Port<\/strong><\/td><td><strong>Phone \u2192 desktop<\/strong><\/td><\/tr><tr><td>Remote commands<\/td><td>7710<\/td><td>token &lt;TOKEN&gt; then cmd &lt;command&gt;<\/td><\/tr><tr><td>Android audio<\/td><td>7711<\/td><td>AUTH &lt;TOKEN&gt; header, then PCM16LE frames<\/td><\/tr><tr><td>Web dashboard<\/td><td>8787<\/td><td>HTTP in WebView<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>If you change ports on the desktop, update the same values in the phone <strong>Settings<\/strong> tab.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u201cERROR\u201d or timeout on Agent tab<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Confirm desktop IP is correct (not 127.0.0.1 on the phone).<\/li>\n\n\n\n<li>Phone and PC must be on the same network; guest Wi\u2011Fi often blocks device-to-device traffic.<\/li>\n\n\n\n<li>Run remote commands start 7710 &lt;TOKEN> on desktop.<\/li>\n\n\n\n<li>Token on phone must <strong>exactly match<\/strong> desktop token.<\/li>\n\n\n\n<li>Check Windows Firewall for port <strong>7710<\/strong>.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Audio stream fails or disconnects<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run android audio start 7711 &lt;TOKEN> on desktop.<\/li>\n\n\n\n<li>Match token in phone Settings.<\/li>\n\n\n\n<li>Keep the app in the foreground during streaming.<\/li>\n\n\n\n<li>Check firewall for port <strong>7711<\/strong>.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Dashboard blank or won\u2019t load<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run web server start on desktop.<\/li>\n\n\n\n<li>Open http:\/\/&lt;desktop-ip>:8787\/ in the phone\u2019s Chrome browser. If Chrome fails, fix network\/firewall before using the app tab.<\/li>\n\n\n\n<li>Check firewall for port <strong>8787<\/strong>.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Profile shows \u201cmismatch\u201d<\/h3>\n\n\n\n<p>You installed the <strong>pixel4<\/strong> APK on non\u2013Pixel 4 hardware (or an emulator). The app still works; use the <strong>universal<\/strong> flavor for other devices:<\/p>\n\n\n\n<p><em>[powershell]<br><\/em>.\\scripts\\build_android_pixel4.ps1 -Flavor universal<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Vision: \u201cNo TFLite model loaded\u201d<\/h3>\n\n\n\n<p>Expected until you add detect.tflite under assets\/models\/ and rebuild.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Build errors in Android Studio<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install <strong>SDK Platform 35<\/strong> and <strong>NDK<\/strong> via SDK Manager.<\/li>\n\n\n\n<li>Select build variant <strong>`pixel4Release`<\/strong>.<\/li>\n\n\n\n<li><strong>File \u2192 Sync Project with Gradle Files<\/strong>.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Security notes<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use a <strong>strong, private token<\/strong> on home networks; anyone on the LAN who knows the token and port can send commands to your desktop agent.<\/li>\n\n\n\n<li>Remote command and audio channels are <strong>not TLS-encrypted<\/strong>; they are intended for trusted local networks only.<\/li>\n\n\n\n<li>Do not expose ports 7710, 7711, or 8787 to the public internet without additional protection.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Quick reference checklist<\/h2>\n\n\n\n<p><strong>Desktop<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>[ ] _AugmentedIntelligence running<\/li>\n\n\n\n<li>[ ] remote commands start 7710 &lt;TOKEN><\/li>\n\n\n\n<li>[ ] android audio start 7711 &lt;TOKEN><\/li>\n\n\n\n<li>[ ] web server start<\/li>\n\n\n\n<li>[ ] rsi agent profile AndroidCompanion<\/li>\n\n\n\n<li>[ ] Firewall allows 7710, 7711, 8787<\/li>\n\n\n\n<li>[ ] LAN IP noted<\/li>\n<\/ul>\n\n\n\n<p><strong>Pixel 4<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>[ ] pixel4Release APK installed<\/li>\n\n\n\n<li>[ ] Settings: host, ports, token saved<\/li>\n\n\n\n<li>[ ] Microphone and camera permissions granted<\/li>\n\n\n\n<li>[ ] Agent tab returns a response to web server status<\/li>\n\n\n\n<li>[ ] Audio tab streams successfully<\/li>\n\n\n\n<li>[ ] Dashboard loads in WebView<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Related files<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Path<\/strong><\/td><td><strong>Purpose<\/strong><\/td><\/tr><tr><td>android\/AugmentedIntelligence\/<\/td><td>Android Studio project<\/td><\/tr><tr><td>scripts\/build_android_pixel4.ps1<\/td><td>Build\/install helper<\/td><\/tr><tr><td>lua_scripts\/Android-Companion-Agent.lua<\/td><td>Desktop pairing script<\/td><\/tr><tr><td>AndroidAudioIngest.cpp<\/td><td>Desktop mic ingest service<\/td><\/tr><tr><td>docs\/AugmentedIntelligenceSystems.md<\/td><td>Broader system overview<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>For help with desktop installation, see installer\/install.ps1 and docs\/AugmentedIntelligenceSystems.md.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This guide walks through building, installing, and pairing the Augmented Intelligence mobile companion with your desktop _AugmentedIntelligence agent on a Google Pixel 4 or Pixel 4 XL. The Pixel 4 build (pixel4 flavor) is optimized for: The phone app does not run the full Windows desktop binary. It connects to your desktop agent over your [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2043","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts\/2043","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/comments?post=2043"}],"version-history":[{"count":1,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts\/2043\/revisions"}],"predecessor-version":[{"id":2044,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/posts\/2043\/revisions\/2044"}],"wp:attachment":[{"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/media?parent=2043"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/categories?post=2043"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/macdaddy4sure.ai\/index.php\/wp-json\/wp\/v2\/tags?post=2043"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}