Back to Dashboard
API Key Management
Create, manage, and monitor your API keys for programmatic access to healthcare intelligence tools.
API Keys Require Pro or Ultra
Upgrade your plan to generate API keys for programmatic access to all healthcare intelligence endpoints.
View Plans
Your API Keys
No API Keys Yet
Generate your first API key to start making programmatic calls to Cognizant Cloud's healthcare intelligence endpoints.
Usage Dashboard
API call volume and credit consumption for the current billing period.
API Calls This Month
Loading...
Credits Consumed
Loading...
Estimated Cost
Loading...
Breakdown by Endpoint
Loading usage data...
Quick Start
Authenticate your requests by including the API key in the Authorization header.
curl
# Look up an NPI provider curl -X GET "https://cognizantcloud.com/api/v1/provider/npi?npi=1234567890" \ -H "Authorization: Bearer YOUR_API_KEY"
javascript
// Check drug interactions const response = await fetch("https://cognizantcloud.com/api/v1/drug/interactions?drug=metformin", { headers: { "Authorization": `Bearer ${API_KEY}` } }); const data = await response.json(); console.log(data.results);
Billing Controls
Set a monthly budget to control API spending. You will receive alerts when approaching the limit.
$
Current Spend
$0.00 / $0.00
No spending recorded this period.