{"info":{"_postman_id":"42cb2699-6490-4322-83ea-e1105b6c6505","name":"Deckdrop API documentation","description":"<html><head></head><body><h3 id=\"deckdrop-competitor-search-api\">Deckdrop Competitor Search API</h3>\n<p>The <a href=\"https://deckdrop.io/#api\">Deckdrop Competitor Search API</a> is a fast and accurate way to find a company's relevant competitors and adjacent companies. As opposed to a regular Google search for competitors, which is heavily reliant on keyword matching, our API uses semantic search, and our more advanced models use a hybrid semantic + keyword matching algorithm, significantly improving the depth and accuracy of the competor mapping.</p>\n<p>Access the <strong>API portal</strong>: Purchase your billing token and manage your account in the API portal.</p>\n<p><a href=\"https://portal.deckdrop.io/\">portal.deckdrop.io<br></a></p>\n<p>API pricing information: <a href=\"https://portal.deckdrop.io/pricing/\">https://portal.deckdrop.io/pricing/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13158306","collectionId":"42cb2699-6490-4322-83ea-e1105b6c6505","publishedId":"2sAYJ9AeAj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-05T21:03:40.000Z"},"item":[{"name":"v1/fast-search","id":"7e0e2ef5-6ce9-4703-b3ef-e859d7c3d18d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-billing-token","value":"your_token_from_portal.deckdrop.io","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://healthgorilla.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deckdrop.io/v1/fast-search","description":"<h3 id=\"api-request-description\">API Request Description</h3>\n<p>Find a company's competitors quickly. The fast-search endpoint uses semantic search to quickly find 5 competitors and returns their URLs and a brief summary of each competitor. Note: the quality of the competitor matching is significantly better with the deeper-search endpoint.</p>\n<p>This endpoint allows users to perform a fast search by making an HTTP POST request to the specified URL. The header must contain \"x-billing-token\", and this token is accessible in the <a href=\"https://portal.deckdrop.io/\">deckdrop user portal</a>.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li>{ \"url\": \"<a href=\"https://companyURL.com\">https://companyURL.com\"</a> }</li>\n</ul>\n<h3 id=\"api-response\">API Response</h3>\n<p>The response is in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>id</code> (string): The ID associated with the response.</p>\n</li>\n<li><p><code>created_at</code> (number): The timestamp indicating when the response was created.</p>\n</li>\n<li><p><code>api_request_log_id</code> (string): The ID associated with the API request log.</p>\n</li>\n<li><p><code>response_companies</code> (array): An array containing information about the response companies.</p>\n<ul>\n<li><p><code>score</code> (number): The score associated with the company.</p>\n</li>\n<li><p><code>title</code> (string): The title of the company.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the company.</p>\n</li>\n<li><p><code>url</code> (string): The URL of the company.</p>\n</li>\n<li><p><code>publishedDate</code> (string): The published date of the company.</p>\n</li>\n<li><p><code>author</code> (string): The author of the company.</p>\n</li>\n<li><p><code>summary</code> (string): The summary of the company.</p>\n</li>\n<li><p><code>image</code> (string): The image associated with the company.</p>\n</li>\n<li><p><code>favicon</code> (string): The favicon associated with the company.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"json-schema\">JSON Schema</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"\",\n  \"created_at\": 0,\n  \"api_request_log_id\": \"\",\n  \"response_companies\": [\n    {\n      \"score\": 0,\n      \"title\": \"\",\n      \"id\": \"\",\n      \"url\": \"\",\n      \"publishedDate\": \"\",\n      \"author\": \"\",\n      \"summary\": \"\",\n      \"image\": \"\",\n      \"favicon\": \"\"\n    }\n  ]\n}\n\n</code></pre>\n<h4 id=\"example-curl-request\">Example Curl Request</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X POST \\\n  https://api.deckdrop.io/v1/fast-search \\\n  -H 'Content-Type: application/json' \\\n  -H 'x-billing-token: your_actual_token_value' \\\n  -d '{\"url\": \"https://healthgorilla.com\"}'\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["v1","fast-search"],"host":["api","deckdrop","io"],"query":[],"variable":[]}},"response":[{"id":"3a1a72d9-2eeb-425d-8a43-3806c2f7f3b7","name":"v1/fast-search","originalRequest":{"method":"POST","header":[{"key":"X-Billing-Token","value":"your_token_from_portal.deckdrop.io","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://healthgorilla.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deckdrop.io/v1/fast-search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, PUT, PATCH, OPTIONS, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"private, no-cache, no-store, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sun, 05 Jan 2025 20:44:01 GMT"},{"key":"Expires","value":"Thu, 08 Jan 2015 20:43:59 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"XNS=5fa4bede7ccdb9928f92e6e70ac712d3|a0d48ac8832118bb024e4ec89ef69405; Path=/socket/; Secure; HttpOnly; SameSite=Strict"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains;"},{"key":"X-App","value":"hit"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"deny"},{"key":"X-Ndls","value":"nid=ue10b;"},{"key":"X-Powered-By","value":"Nadles, https://www.nadles.com/"},{"key":"X-Quota","value":"label=credits; limit-type=hard; quota=1000; remaining=996; usage=4; call-usage=4; reset=-1"},{"key":"X-Test-Access-Key","value":"1"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"18ee5ee9-b74e-4663-9f28-caa6ab777b29\",\n    \"created_at\": 1736109841697,\n    \"api_request_log_id\": \"8418d92c-82ca-4f8f-9438-ed624c019556\",\n    \"response_companies\": [\n        {\n            \"score\": 0.867851734161377,\n            \"title\": \"HealthVerity\",\n            \"id\": \"https://healthverity.com/\",\n            \"url\": \"https://healthverity.com/\",\n            \"publishedDate\": \"2024-06-11T17:33:55.000Z\",\n            \"author\": \"\",\n            \"summary\": \"HealthVerity provides data synchronization and identity management solutions for pharmaceutical companies and healthcare organizations, addressing the need for accurate, compliant, and comprehensive real-world data to accelerate clinical trials, research, and regulatory approvals.\\n\",\n            \"image\": \"https://healthverity.com/wp-content/uploads/healthverity-synchronize-the-science-1024x536.jpg\",\n            \"favicon\": \"https://healthverity.com/wp-content/uploads/cropped-healthverity-icon-32x32.png\"\n        },\n        {\n            \"score\": 0.863752007484436,\n            \"title\": \"What People Are Saying\",\n            \"id\": \"https://kpininja.com/\",\n            \"url\": \"https://kpininja.com/\",\n            \"publishedDate\": \"2023-05-18T18:39:18.997Z\",\n            \"author\": null,\n            \"summary\": \"KPI Ninja provides an end-to-end data analytics solution for healthcare organizations (HIEs, ACO/CINs, and payers) to improve outcomes by addressing challenges in data quality and interoperability, differentiating itself through NCQA’s eCQM Certification, PCMH and PCSP Prevalidation status.\\n\"\n        },\n        {\n            \"score\": 0.8622162342071533,\n            \"title\": \"Home\",\n            \"id\": \"https://healthedge.com/\",\n            \"url\": \"https://healthedge.com/\",\n            \"publishedDate\": \"2024-06-14T17:12:23.000Z\",\n            \"author\": \"\",\n            \"summary\": \"HealthEdge provides next-generation SaaS healthcare software solutions to payers, addressing the need for digital transformation by enabling a member-centric experience, automated operations, and improved quality at lower costs.\\n\",\n            \"favicon\": \"https://healthedge.com/wp-content/uploads/2022/11/cropped-favicon-512x512-1-1-32x32.jpg\"\n        },\n        {\n            \"score\": 0.8609799742698669,\n            \"title\": \"HOME | Correlate Health\",\n            \"id\": \"https://www.correlatehealth.com/\",\n            \"url\": \"https://www.correlatehealth.com/\",\n            \"publishedDate\": \"2023-05-18T18:21:38.138Z\",\n            \"author\": null,\n            \"summary\": \"Correlate Health is a digital health company providing a HIPAA-compliant platform that offers healthcare providers and care teams faster, more efficient access to aggregated patient health data from thousands of sources, addressing the problem of missing clinical information and improving treatment decisions.\\n\"\n        },\n        {\n            \"score\": 0.8605229258537292,\n            \"title\": \"HealthEC | Value-based care\",\n            \"id\": \"https://www.healthec.com/\",\n            \"url\": \"https://www.healthec.com/\",\n            \"publishedDate\": \"2023-05-18T18:08:44.017Z\",\n            \"author\": null,\n            \"summary\": \"HealthEC provides a population health management platform for healthcare organizations, leveraging a universal data warehouse and AI to address data challenges, improve care quality, and drive value-based care performance, resulting in significant cost savings for payers and providers.\\n\"\n        }\n    ]\n}"}],"_postman_id":"7e0e2ef5-6ce9-4703-b3ef-e859d7c3d18d"},{"name":"v1/deeper-search","id":"80a39762-ae85-4339-90e9-f9779ffad056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-Billing-Token","value":"your_token_from_portal.deckdrop.io","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://healthgorilla.com\",\n    \"company_name\": \"Health Gorilla\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deckdrop.io/v1/deeper-search","description":"<h3 id=\"api-request-description\">API Request Description</h3>\n<p>The deeper-search endpoint allows you to perform a deep search of a company's competitors. This search uses mostly semantic search. The query will generally respond with 30 higher-quality competitor matches. Note, that not all companies have 30 competitors, so, the AI will do its best to find adjacent and relevant companies in a similar space. Also, note, that the AI's ability to match competitors is only as good as how well these companies communicate on their website what they do and for whom.</p>\n<p>The deeper-search query will also provide the following:</p>\n<ul>\n<li><p><code>company_summary</code> (string): An AI-generated summary of the company from the company's website.</p>\n</li>\n<li><p><code>website_text</code> (string): The text from the company's home page website.</p>\n</li>\n<li><p><code>tags</code> (array): An array of AI-generated tags associated with the company.</p>\n</li>\n</ul>\n<p><strong>This query generally takes 20 to 30 seconds.</strong></p>\n<p>Please reach out with any questions: info at deckdrop.io.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>url</code> (text): The URL of the company's website.</p>\n</li>\n<li><p><code>company_name</code> (text): The name of the company.</p>\n</li>\n</ul>\n<h4 id=\"request-headers\">Request Headers</h4>\n<ul>\n<li><code>x-billing-token</code> (string, required): The token required for billing. This token can be accessed through the <a href=\"https://portal.deckdrop.io/\">deckdrop user portal</a>.</li>\n</ul>\n<h4 id=\"example-curl-request\">Example Curl Request</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">curl -X POST https://api.deckdrop.io/v1/deeper-search \\\n-H \"Content-Type: application/json\" \\\n-H \"x-billing-token: YOUR_BILLING_TOKEN_HERE\" \\\n-d '{\"url\":\"https://healthgorilla.com\",\"company_name\":\"Health Gorilla\"}'\n\n</code></pre>\n<h3 id=\"api-response\">API Response</h3>\n<p>The response is in JSON format and includes the following fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"\",\n  \"created_at\": 0,\n  \"api_request_log_id\": \"\",\n  \"response_companies\": [\n    {\n      \"score\": 0,\n      \"title\": \"\",\n      \"id\": \"\",\n      \"url\": \"\",\n      \"publishedDate\": \"\",\n      \"author\": \"\",\n      \"summary\": \"\",\n      \"image\": \"\",\n      \"favicon\": \"\"\n    }\n  ],\n  \"company_summary\": \"\",\n  \"website_text\": \"\",\n  \"tags\": [\"\"]\n}\n\n</code></pre>\n<h4 id=\"response-description\">Response Description</h4>\n<ul>\n<li><p><code>id</code> (string): The ID of the company.</p>\n</li>\n<li><p><code>created_at</code> (number): The timestamp of when the request was created.</p>\n</li>\n<li><p><code>api_request_log_id</code> (string): The ID of the API request log.</p>\n</li>\n<li><p><code>response_companies</code> (array): An array of objects containing information about the company.</p>\n<ul>\n<li><p><code>score</code> (number): The score of the company.</p>\n</li>\n<li><p><code>title</code> (string): The title of the company.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the company.</p>\n</li>\n<li><p><code>url</code> (string): The URL of the company.</p>\n</li>\n<li><p><code>publishedDate</code> (string): The published date of the company.</p>\n</li>\n<li><p><code>author</code> (string): The author of the company.</p>\n</li>\n<li><p><code>summary</code> (string): A summary of the company.</p>\n</li>\n<li><p><code>image</code> (string): The image of the company.</p>\n</li>\n<li><p><code>favicon</code> (string): The favicon of the company.</p>\n</li>\n</ul>\n</li>\n<li><p><code>company_summary</code> (string): The summary of the company, autogenerated by AI.</p>\n</li>\n<li><p><code>website_text</code> (string): The text from the company's website home page.</p>\n</li>\n<li><p><code>tags</code> (array): An array of specific tags associated with the company, autogenerated by AI.</p>\n</li>\n</ul>\n<p>This endpoint allows you to perform a deeper search using an HTTP POST request to retrieve competitor information about a specific company.</p>\n<h4 id=\"request-body-1\">Request Body</h4>\n<ul>\n<li><p><code>url</code> (text): The URL of the company's website.</p>\n</li>\n<li><p><code>company_name</code> (text): The name of the company.</p>\n</li>\n</ul>\n<h3 id=\"api-response-1\">API Response</h3>\n<p>The response is in JSON format and includes the following fields:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"\",\n  \"created_at\": 0,\n  \"api_request_log_id\": \"\",\n  \"response_companies\": [\n    {\n      \"score\": 0,\n      \"title\": \"\",\n      \"id\": \"\",\n      \"url\": \"\",\n      \"publishedDate\": \"\",\n      \"author\": \"\",\n      \"summary\": \"\",\n      \"image\": \"\",\n      \"favicon\": \"\"\n    }\n  ],\n  \"company_summary\": \"\",\n  \"website_text\": \"\",\n  \"tags\": [\"\"]\n}\n\n</code></pre>\n<h4 id=\"response-description-1\">Response Description</h4>\n<ul>\n<li><p><code>id</code> (string): The ID of the company.</p>\n</li>\n<li><p><code>created_at</code> (number): The timestamp of when the request was created.</p>\n</li>\n<li><p><code>api_request_log_id</code> (string): The ID of the API request log.</p>\n</li>\n<li><p><code>response_companies</code> (array): An array of objects containing information about the company.</p>\n<ul>\n<li><p><code>score</code> (number): The score of the company.</p>\n</li>\n<li><p><code>title</code> (string): The title of the company.</p>\n</li>\n<li><p><code>id</code> (string): The ID of the company.</p>\n</li>\n<li><p><code>url</code> (string): The URL of the company.</p>\n</li>\n<li><p><code>publishedDate</code> (string): The published date of the company.</p>\n</li>\n<li><p><code>author</code> (string): The author of the company.</p>\n</li>\n<li><p><code>summary</code> (string): A summary of the company.</p>\n</li>\n<li><p><code>image</code> (string): The image of the company.</p>\n</li>\n<li><p><code>favicon</code> (string): The favicon of the company.</p>\n</li>\n</ul>\n</li>\n<li><p><code>company_summary</code> (string): The summary of the company.</p>\n</li>\n<li><p><code>website_text</code> (string): The text from the company's website.</p>\n</li>\n<li><p><code>tags</code> (array): An array of tags associated with the company.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","deeper-search"],"host":["api","deckdrop","io"],"query":[],"variable":[]}},"response":[{"id":"ebded17b-5be5-4277-9ba3-cc1b0ab3aba8","name":"https://api.deckdrop.io/v1/deeper-search","originalRequest":{"method":"POST","header":[{"key":"X-Billing-Token","value":"your_token_from_portal.deckdrop.io","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\":\"https://healthgorilla.com\",\n    \"company_name\": \"Health Gorilla\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.deckdrop.io/v1/deeper-search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, DELETE, PUT, PATCH, OPTIONS, HEAD"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Cache-Control","value":"private, no-cache, no-store, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Sun, 05 Jan 2025 20:38:26 GMT"},{"key":"Expires","value":"Thu, 08 Jan 2015 20:38:03 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"XNS=ba8759e98af0e5d5deaec9c8145acf4c|a0d48ac8832118bb024e4ec89ef69405; Path=/socket/; Secure; HttpOnly; SameSite=Strict"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains;"},{"key":"X-App","value":"hit"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"deny"},{"key":"X-Ndls","value":"nid=ue10b;"},{"key":"X-Powered-By","value":"Nadles, https://www.nadles.com/"},{"key":"X-Quota","value":"label=credit; limit-type=hard; quota=100; remaining=-16; usage=116; call-usage=20; reset=2430761"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"db227ee9-c269-4d1a-9107-9a2c135df55b\",\n    \"created_at\": 1736109505872,\n    \"api_request_log_id\": \"66e8c955-429f-4a11-aca2-3328f9ccc52b\",\n    \"response_companies\": [\n        {\n            \"score\": 0.8542976379394531,\n            \"title\": \"Human API\",\n            \"id\": \"https://www.humanapi.co/\",\n            \"url\": \"https://www.humanapi.co/\",\n            \"publishedDate\": \"2023-01-01T00:00:00.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Human API is a health data platform providing 30,000+ health data integrations to insurance, life sciences, and digital health companies in the U.S.,  solving the need for accessible and usable health data to improve customer experiences and accelerate health innovation.\\n\",\n            \"image\": \"http://static1.squarespace.com/static/60258b58f7ed942fe69900b9/t/648cb70775fd262d3967cb4a/1686943496013/Human+API+with+LNRS+logo+gray.jpg?format=1500w\",\n            \"favicon\": \"https://images.squarespace-cdn.com/content/v1/60258b58f7ed942fe69900b9/017b69db-184f-4247-8d04-8044d67a34ec/favicon.ico?format=100w\"\n        },\n        {\n            \"score\": 0.853671133518219,\n            \"title\": \"HIKE HEALTH\",\n            \"id\": \"https://hike.health/\",\n            \"url\": \"https://hike.health/\",\n            \"publishedDate\": \"2021-01-07T00:00:00.000Z\",\n            \"author\": \"HIKE HEALTH\",\n            \"summary\": \"Hike Health helps payers and providers in the healthcare industry achieve CMS interoperability and patient access compliance by facilitating data exchange and API implementation, addressing the need for improved health information access.\\n\",\n            \"favicon\": \"https://img1.wsimg.com/isteam/ip/28e24ca2-6f12-48e9-bb0b-03d477505d0d/original%20on%20white-01.png/:/rs=w:57,h:57,m\"\n        },\n        {\n            \"score\": 0.8603111505508423,\n            \"title\": \"BiometricHealth\",\n            \"id\": \"https://biometrichealth.org/\",\n            \"url\": \"https://biometrichealth.org/\",\n            \"publishedDate\": \"2020-01-01T00:00:00.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Biometric Health is a healthcare technology company providing a free, secure platform and FHIR® API for health systems, payers, and tech companies to aggregate patient data from 280 million patients across hundreds of EHR systems, enabling easy access to complete medical records and facilitating the development of personal health and wellness applications.\\n\",\n            \"image\": \"https://www.biometrichealth.org/images/og-image.png\",\n            \"favicon\": \"https://biometrichealth.org/images/favicon.ico\"\n        },\n        {\n            \"score\": 0.873864471912384,\n            \"title\": \"emTRUTH | Unlock Data Value with One API\",\n            \"id\": \"https://www.emtruth.com/\",\n            \"url\": \"https://www.emtruth.com/\",\n            \"publishedDate\": \"2021-04-17T00:00:00.000Z\",\n            \"author\": \"\",\n            \"summary\": \"emTRUTH provides a secure, single API for healthcare organizations to access and interoperate all their data, solving the problem of siloed data and enabling improved care, reduced costs, and faster clinical research.\\n\",\n            \"image\": \"https://static.wixstatic.com/media/065099_a442b626edb94a4b857cfb8d5b6383f0%7Emv2.jpg/v1/fit/w_2500,h_1330,al_c/065099_a442b626edb94a4b857cfb8d5b6383f0%7Emv2.jpg\",\n            \"favicon\": \"https://static.wixstatic.com/media/065099_783cbf039a2b4c1cb3d896f267fc73b6%7Emv2.jpg/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/065099_783cbf039a2b4c1cb3d896f267fc73b6%7Emv2.jpg\"\n        },\n        {\n            \"score\": 0.8609799742698669,\n            \"title\": \"HOME | Correlate Health\",\n            \"id\": \"https://www.correlatehealth.com/\",\n            \"url\": \"https://www.correlatehealth.com/\",\n            \"publishedDate\": \"2023-05-18T18:21:38.138Z\",\n            \"author\": null,\n            \"summary\": \"Correlate Health is a digital health company providing a HIPAA-compliant platform that enables healthcare providers and care teams to access and aggregate patient health data from thousands of sources, addressing the problem of missing clinical information and improving care coordination.\\n\"\n        },\n        {\n            \"score\": 0.8593412637710571,\n            \"title\": \"Instant Health Analytics\",\n            \"id\": \"http://www.instanthealthanalytics.com/\",\n            \"url\": \"http://www.instanthealthanalytics.com/\",\n            \"publishedDate\": \"2023-05-18T17:12:22.095Z\",\n            \"author\": null,\n            \"summary\": \"Instant Health Analytics is a healthcare data product and services company serving health enterprises (providers, payers, public health, and health information exchanges), offering cloud-based solutions, data warehousing, business intelligence, AI, and data analytics to improve point-of-care decision-making, enhance efficiency, and drive better patient outcomes.\\n\"\n        },\n        {\n            \"score\": 0.858893632888794,\n            \"title\": \"Compeer Solutions\",\n            \"id\": \"https://compeersolutions.com/\",\n            \"url\": \"https://compeersolutions.com/\",\n            \"publishedDate\": \"2019-07-09T00:00:00.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Compeer Solutions provides technical consulting and software solutions for healthcare payers, providers, and health information exchanges (HIEs), addressing interoperability, clinical data exchange, quality measurement, and EDI billing compliance needs within the healthcare ecosystem.\\n\",\n            \"favicon\": \"https://assets.squarespace.com/universal/default-favicon.ico\"\n        },\n        {\n            \"score\": 0.8542267084121704,\n            \"title\": \"Onyx Technology LLC | Healthcare Interoperability Solutions and Services\",\n            \"id\": \"https://www.onyxhealth.io/\",\n            \"url\": \"https://www.onyxhealth.io/\",\n            \"publishedDate\": \"2024-05-24T17:50:45.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Onyx Technology LLC provides cost-effective, FHIR-based healthcare interoperability solutions, specifically the OnyxOS platform, to health plans and HIEs, addressing the CMS mandate for new APIs and helping them achieve compliance with regulations while improving data utilization and customer relationships.\\n\",\n            \"image\": \"https://www.onyxhealth.io/wp-content/uploads/2021/02/healthcare-5.png\",\n            \"favicon\": \"https://www.onyxhealth.io/wp-content/uploads/2021/02/cropped-favicon-32x32.png\"\n        },\n        {\n            \"score\": 0.8592734336853027,\n            \"title\": \"1upHealth - Healthcare's Most Complete FHIR Data Platform\",\n            \"id\": \"https://1up.health/\",\n            \"url\": \"https://1up.health/\",\n            \"publishedDate\": \"2024-06-06T20:32:41.000Z\",\n            \"author\": \"\",\n            \"summary\": \"1upHealth provides a cloud-based, API-powered, FHIR®-native data platform for healthcare payers and providers to acquire, manage, share, and analyze health data, streamlining workflows, meeting regulatory demands, and maximizing the value of interoperability investments.\\n\",\n            \"favicon\": \"https://1up.health/wp-content/uploads/2023/05/cropped-android-chrome-512x512-1-150x150.png\"\n        },\n        {\n            \"score\": 0.8873957395553589,\n            \"title\": \"Datavant | The Leader in Data Logistics for Healthcare\",\n            \"id\": \"https://datavant.com/\",\n            \"url\": \"https://www.datavant.com/\",\n            \"publishedDate\": \"2024-12-01T00:00:00.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Datavant is a healthcare data logistics leader serving providers, life sciences companies, data analysts, the public sector, and health plans, addressing the need for secure and accessible healthcare data by connecting a vast network to power deeper analytics and improve patient care.\\n\",\n            \"image\": \"https://cdn.prod.website-files.com/655b9b3b96d61879b62f5128/65c0fac7b5235db7102a3c8c_Datavant%20Link%20Preview.png\",\n            \"favicon\": \"https://cdn.prod.website-files.com/655b9b3b96d61879b62f5128/6594dac95945771426d911bd_Datavant_Favicon%2032x32.svg\"\n        },\n        {\n            \"score\": 0.8529826402664185,\n            \"title\": \"Home\",\n            \"id\": \"https://carexeon.com/\",\n            \"url\": \"https://carexeon.com/\",\n            \"publishedDate\": \"2020-05-15T11:00:39.000Z\",\n            \"author\": \"cxadmin\",\n            \"summary\": \"CareXeon is a healthcare IT company providing SaaS solutions and specialized services to doctors, hospitals, patients, and payers, addressing the need for interoperable EHR data aggregation and automated patient onboarding to improve value-based care and reduce costs.\\n\",\n            \"favicon\": \"https://carexeon.com/wp-content/uploads/careXeon-logo-alone-from-final2-1-66x66.png\"\n        },\n        {\n            \"score\": 0.8592199683189392,\n            \"title\": \"careMESH\",\n            \"id\": \"https://www.caremesh.com/\",\n            \"url\": \"https://www.caremesh.com/\",\n            \"publishedDate\": \"2024-01-01T00:00:00.000Z\",\n            \"author\": \"\",\n            \"summary\": \"careMESH is a healthcare IT company that provides centralized referral and communication tools to hospitals, health systems, health IT partners, health plans, and government agencies to automate workflows, eliminate manual processes (like fax-based systems), and improve care team coordination, thereby accelerating patient throughput and reducing treatment delays.\\n\",\n            \"image\": \"http://static1.squarespace.com/static/60a803592bf00616331b11f8/t/60a8043c2bf00616331b2ad6/1538592588151/careMESH+Button_RGB_WHITE_low+res.png?format=1500w\",\n            \"favicon\": \"https://images.squarespace-cdn.com/content/v1/60a803592bf00616331b11f8/62b594b6-9f74-42a7-ba11-c83f402f54c8/favicon.ico\"\n        },\n        {\n            \"score\": 0.8606394529342651,\n            \"title\": \"Healthmonix | Transforming Data Into Knowledge -> Knowledge Into Transformation\",\n            \"id\": \"https://healthmonix.com/\",\n            \"url\": \"https://healthmonix.com/\",\n            \"publishedDate\": \"2024-05-08T19:55:44.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Healthmonix is a healthcare analytics company serving healthcare organizations, specializing in value-based care,  that uses its industry-leading software to improve quality and deliver actionable data insights to optimize MIPS scores and maximize revenue.\\n\",\n            \"image\": \"https://healthmonix.com/wp-content/uploads/2024/05/healthmonix-poster.jpg\",\n            \"favicon\": \"https://healthmonix.com/wp-content/uploads/2023/11/cropped-cropped-cropped-fav-32x32.png\"\n        },\n        {\n            \"score\": 0.8585895299911499,\n            \"title\": \"Moxe Health - Digital ROI and Record Retrieval\",\n            \"id\": \"https://moxehealth.com/\",\n            \"url\": \"https://moxehealth.com/\",\n            \"publishedDate\": \"2024-01-01T00:00:00.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Moxe Health is a healthcare technology company that provides a clinical data clearinghouse solution for health plans and providers, addressing the need for easier, more secure, and meaningful clinical data exchange to improve healthcare outcomes and affordability.\\n\",\n            \"image\": \"https://moxehealth.com/wp-content/uploads/2020/09/moxe-logo-for-social.jpg\",\n            \"favicon\": \"https://moxehealth.com/wp-content/themes/sperling-starter-theme/img/favicon.ico\"\n        },\n        {\n            \"score\": 0.8583968281745911,\n            \"title\": \"Home - Clinigence Health\",\n            \"id\": \"https://clinigencehealth.com/\",\n            \"url\": \"https://clinigencehealth.com/\",\n            \"publishedDate\": \"2024-05-15T21:43:49.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Clinigence Health provides advanced business intelligence software (QMX) with AI capabilities for healthcare organizations, addressing the need for efficient, quality care at the right price by offering unique dashboards, predictive analytics, CQM/ECQM reporting, and data insights for value-based care.\\n\",\n            \"image\": \"https://i0.wp.com/clinigencehealth.com/wp-content/uploads/2023/03/ONC_Certification_HIT_2015Edition_CU_Drummond-Logo_RGB_transparent.png?fit=768%2C195&ssl=1\",\n            \"favicon\": \"https://i0.wp.com/clinigencehealth.com/wp-content/uploads/2021/06/cropped-CH-black.png?fit=32%2C32&#038;ssl=1\"\n        },\n        {\n            \"score\": 0.8534491062164307,\n            \"title\": \"Healthcare Technology & Business Solutions Company\",\n            \"id\": \"https://www.changehealthcare.com/\",\n            \"url\": \"https://www.changehealthcare.com/\",\n            \"publishedDate\": \"2024-03-27T19:34:47.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Change Healthcare is a healthcare technology company providing innovative data-driven solutions to improve the healthcare journey for providers, addressing the needs of a stronger, better-coordinated healthcare system through its extensive network and platform.\\n\",\n            \"favicon\": \"https://www.changehealthcare.com/etc.clientlibs/gateway/clientlibs/clientlib-site/resources/icon-192x192.png\"\n        },\n        {\n            \"score\": 0.867851734161377,\n            \"title\": \"HealthVerity\",\n            \"id\": \"https://healthverity.com/\",\n            \"url\": \"https://healthverity.com/\",\n            \"publishedDate\": \"2024-06-11T17:33:55.000Z\",\n            \"author\": \"\",\n            \"summary\": \"HealthVerity provides data synchronization and identity management solutions for pharmaceutical companies, healthcare researchers, and government agencies in the healthcare industry, addressing the need for accurate, compliant, and comprehensive real-world data to accelerate clinical trials, research, and regulatory approvals.\\n\",\n            \"image\": \"https://healthverity.com/wp-content/uploads/healthverity-synchronize-the-science-1024x536.jpg\",\n            \"favicon\": \"https://healthverity.com/wp-content/uploads/cropped-healthverity-icon-32x32.png\"\n        },\n        {\n            \"score\": 0.8969144225120544,\n            \"title\": \"Data-driven Healthcare Solutions & Insights\",\n            \"id\": \"https://veradigm.com/\",\n            \"url\": \"https://veradigm.com/\",\n            \"publishedDate\": \"2021-06-09T00:00:00.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Veradigm provides data-driven healthcare solutions leveraging AI and analytics to improve patient access, optimize care costs, and enhance clinical and financial performance for life sciences companies, health plans/payers, and healthcare providers.\\n\"\n        },\n        {\n            \"score\": 0.8743957877159119,\n            \"title\": \"Healthcare Interoperability Software & Services | Rhapsody\",\n            \"id\": \"https://rhapsody.health/\",\n            \"url\": \"https://rhapsody.health/\",\n            \"publishedDate\": \"2023-05-18T18:29:39.494Z\",\n            \"author\": null,\n            \"summary\": \"Rhapsody Health provides healthcare interoperability software and services to specialty clinics, large care networks, and public health organizations, addressing the need for seamless data exchange and improved clinical and administrative workflows by offering a secure, proven, and flexible platform that's been named Best in KLAS® for 14 consecutive years.\\n\"\n        },\n        {\n            \"score\": 0.8643105030059814,\n            \"title\": \"Health Cloud powered by unified patient data | Innovaccer\",\n            \"id\": \"https://innovaccer.com/\",\n            \"url\": \"https://innovaccer.com/\",\n            \"publishedDate\": \"2024-01-01T00:00:00.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Innovaccer provides AI-powered data and analytics solutions for healthcare providers, payers, and life sciences organizations, addressing the need for improved care management and reduced readmission rates, achieving significant cost optimization and shared savings for its clients.\\n\",\n            \"image\": \"https://storage.googleapis.com/staging-incrowd/jpg/slack-imgs/1704723822664/file.jpg\",\n            \"favicon\": \"https://innovaccer.com/logo/favicon-32x32.png\"\n        },\n        {\n            \"score\": 0.856456995010376,\n            \"title\": \"Home - i2i Population Health\",\n            \"id\": \"https://www.i2ipophealth.com/\",\n            \"url\": \"https://www.i2ipophealth.com/\",\n            \"publishedDate\": \"2024-05-06T20:35:10.000Z\",\n            \"author\": \"i2i\",\n            \"summary\": \"i2i Population Health is a population health technology company providing data activation, quality & care management, and advanced interactive analytics solutions to 344+ provider and 30+ payer clients across 40 states, addressing care coordination, access to care, and quality outcome challenges by integrating 60+ EHR systems and analyzing 36M+ Medicaid, Medicare, commercial, and uninsured health records to improve performance and drive revenue growth.\\n\",\n            \"image\": \"https://www.i2ipophealth.com/wp-content/uploads/2020/02/logo_i2i_stack-transparent.png\",\n            \"favicon\": \"https://www.i2ipophealth.com/wp-content/uploads/2023/07/i2i-icon-oxford-66x66.png\"\n        },\n        {\n            \"score\": 0.8758341073989868,\n            \"title\": \"Home\",\n            \"id\": \"https://www.inovalon.com/\",\n            \"url\": \"https://www.inovalon.com/\",\n            \"publishedDate\": \"2024-06-14T17:21:46.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Inovalon provides cloud-based data and software solutions to payers, providers, pharmacies, and life sciences companies in the healthcare industry, addressing the need to improve patient outcomes, business performance, and healthcare economics through advanced analytics and real-time data integration.\\n\",\n            \"favicon\": \"https://www.inovalon.com/wp-content/uploads/2022/05/icon.svg\"\n        },\n        {\n            \"score\": 0.8615162372589111,\n            \"title\": \"EHR Systems & Solutions | Juno Health\",\n            \"id\": \"https://www.junohealth.com/\",\n            \"url\": \"https://www.junohealth.com/\",\n            \"publishedDate\": \"2024-08-13T00:00:00.000Z\",\n            \"author\": \"\",\n            \"summary\": \"Juno Health provides cloud-native, open-standards-based EHR solutions with dynamic configuration for healthcare organizations, addressing the need for interoperable, customizable systems that improve patient outcomes and reduce costs.\\n\",\n            \"favicon\": \"https://www.junohealth.com/hubfs/Juno-Health-FullColor-Basic-Logo-RGB-48x48.png\"\n        },\n        {\n            \"score\": 0.8605229258537292,\n            \"title\": \"HealthEC | Value-based care\",\n            \"id\": \"https://www.healthec.com/\",\n            \"url\": \"https://www.healthec.com/\",\n            \"publishedDate\": \"2023-05-18T18:08:44.017Z\",\n            \"author\": null,\n            \"summary\": \"HealthEC offers a population health management platform for healthcare providers and payers, addressing data challenges in value-based care by providing a universal data warehouse, actionable insights, and AI-powered predictive models to improve quality, reduce costs, and enhance payer-provider collaboration.\\n\"\n        },\n        {\n            \"score\": 0.89052814245224,\n            \"title\": \"Home\",\n            \"id\": \"https://verisys.com/\",\n            \"url\": \"https://verisys.com/\",\n            \"publishedDate\": \"2024-05-22T14:46:44.000Z\",\n            \"author\": \"Manager, Corporate Compliance\",\n            \"summary\": \"Verisys is the largest outsourced healthcare credentialing provider, offering comprehensive provider data solutions and background screening to mitigate fraud and risk for healthcare organizations, ensuring compliance with federal and state regulations.\\n\",\n            \"image\": \"https://149557753.v2.pressablecdn.com/wp-content/uploads/2023/09/Website-Thumbnails-1.png\",\n            \"favicon\": \"https://149557753.v2.pressablecdn.com/wp-content/uploads/2020/12/favicon.png\"\n        },\n        {\n            \"score\": 0.8772755861282349,\n            \"title\": \"Healthcare Data Management Software Solutions | 4medica\",\n            \"id\": \"https://www.4medica.com/\",\n            \"url\": \"https://www.4medica.com/\",\n            \"publishedDate\": \"2024-05-29T11:30:43.000Z\",\n            \"author\": \"\",\n            \"summary\": \"4medica provides healthcare data management software solutions for health institutions, addressing flawed data and interoperability issues by integrating medical equipment, digital devices, and apps to improve patient safety, accuracy, and affordability within HIEs and HINs.\\n\",\n            \"image\": \"https://www.4medica.com/wp-content/uploads/2022/01/quality.svg\",\n            \"favicon\": \"https://www.4medica.com/wp-content/uploads/2022/02/4medica_4_icon-150x150-1-150x150.png\"\n        },\n        {\n            \"score\": 0.8583306670188904,\n            \"title\": \"AHT\",\n            \"id\": \"https://www.acquirablehealth.com/\",\n            \"url\": \"https://www.acquirablehealth.com/\",\n            \"publishedDate\": \"2023-05-18T17:30:19.419Z\",\n            \"author\": null,\n            \"summary\": \"Acquirable Health Technologies (AHT) provides automated, real-time healthcare analytics and custom quality measure development for healthcare organizations seeking to improve quality scores and maximize revenue by integrating data from various sources (XML, JSON, HL7, CCD, FHIR).\\n\"\n        },\n        {\n            \"score\": 0.8578534126281738,\n            \"title\": \"Abacus Insights | Transforming Healthcare with Usable Data\",\n            \"id\": \"https://abacusinsights.com/\",\n            \"url\": \"https://abacusinsights.com/\",\n            \"publishedDate\": \"2024-05-17T19:59:16.000Z\",\n            \"author\": \"Skyline Agency\",\n            \"summary\": \"Abacus Insights provides usable, complete, accurate, and timely healthcare data solutions for payers, addressing the need for interoperable data to improve member experience, manage costs, and achieve key business goals, differentiating itself through unmatched usability and significantly faster data updates than industry averages.\\n\",\n            \"image\": \"https://abacusinsights.com/wp-content/uploads/2024/01/Abacus-Insights-Home.jpg\",\n            \"favicon\": \"https://abacusinsights.com/wp-content/themes/abacus/favicon.png\"\n        },\n        {\n            \"score\": 0.8564273118972778,\n            \"title\": \"Digital Ecosystem for Healthcare Innovation | CareEvolution\",\n            \"id\": \"https://careevolution.com/\",\n            \"url\": \"https://careevolution.com/\",\n            \"publishedDate\": \"2024-04-30T18:57:11.000Z\",\n            \"author\": \"\",\n            \"summary\": \"CareEvolution provides digital healthcare solutions, specifically MyDataHelps™ and Orchestrate™, to research institutions and healthcare providers, addressing the need for interoperable, privacy-preserving data integration and analysis to improve patient care and research outcomes.\\n\",\n            \"image\": \"https://careevolution.com/wp-content/uploads/2024/01/homepage-SG.jpg\",\n            \"favicon\": \"https://careevolution.com/wp-content/uploads/2023/08/cropped-CE-Favicon-512-32x32.png\"\n        },\n        {\n            \"score\": 0.8622162342071533,\n            \"title\": \"Home\",\n            \"id\": \"https://healthedge.com/\",\n            \"url\": \"https://healthedge.com/\",\n            \"publishedDate\": \"2024-06-14T17:12:23.000Z\",\n            \"author\": \"\",\n            \"summary\": \"HealthEdge provides healthcare SaaS software solutions to payers in the health insurance industry, addressing the need for digital transformation by enabling a consumer-centric experience, automated operations, and reduced transaction costs through real-time data exchange and streamlined workflows.\\n\",\n            \"favicon\": \"https://healthedge.com/wp-content/uploads/2022/11/cropped-favicon-512x512-1-1-32x32.jpg\"\n        }\n    ],\n    \"company_summary\": \"This company offers a Qualified Health Information Network (QHIN) and Qualified Health Information Organization (QHIO), providing the infrastructure and APIs for secure patient data exchange.  They address the need for compliant data access across various healthcare systems, facilitating interoperability and adherence to frameworks like TEFCA and the California Data Exchange Framework (CalHHS DxF).  Their target buyers are healthcare organizations seeking universal patient data access,  solving the problem of fragmented health records.  The company differentiates itself by being the only dual-designated QHIN & QHIO, offering value-added data solutions to capture the complete patient journey and providing an ROI calculator to demonstrate the financial benefits of participation. The healthcare industry is their operational space.\",\n    \"website_text\": \"Markets We Serve Products Company Resources MatrixCare’s Joins Health Gorilla’s Qualified Health Information Network (QHIN) to Enhance Patient Data Access MatrixCare’s Joins Health Gorilla’s Qualified Health Information Network (QHIN) to Enhance Patient Data Access Power data exchange with the only dual-designated QHIN &amp; QHIO The national network, infrastructure, and APIs to access patient data securely and comply with the CalHHS DxF and TEFCA. Health Gorilla Achieves Federal Designation as a QHIN Health Gorilla becomes the nation’s first dual-designated QHIN TM and QHIO, serving as a government-designated intermediary to participate in both TEFCA SM and the California Data Exchange Framework Trusted by leaders in healthcare Universal data access. Compliant at our core. The only QHIN with value-add data solutions to capture the complete patient journey Calculate your ROI Health Gorilla's ROI calculator estimates your financial returns from participating in national data exchange. At the forefront of interoperability Sign up for InteropTalk A monthly newsletter on all things health data. Thank you! Your submission has been received! Oops! Something went wrong while submitting the form. Sign up for InteropTalk A monthly newsletter on all things health data. Get started today Get in touch with our interoperability experts to learn more.\",\n    \"tags\": [\n        \"QHIN QHIO dual-designation\",\n        \"healthcare interoperability solutions\",\n        \"TEFCA CalHHS compliance\",\n        \"universal patient data access\",\n        \"fragmented health records solution\"\n    ]\n}"}],"_postman_id":"80a39762-ae85-4339-90e9-f9779ffad056"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Billing-Token"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"3bc5e981-715b-464e-a126-81deb5f579e2","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"5a3bb9a6-61a5-4bd6-b85d-1bceeadcfb60","type":"text/javascript","packages":{},"exec":[""]}}]}