Health — entry 008 of 23
Cure Cancer With AI
Cure Cancer With AI runs a free public REST API serving oncology research papers, cancer news, FDA approvals, and clinical-trial records, plus predictions from IBM's MAMMAL biomedical foundation model covering drug-target interaction, protein-protein interaction, and clinical-trial toxicity. Every endpoint requires a free API key sent as Authorization: Bearer or x-api-key, and the free tier is capped at 100 requests/hour per key. A live GET against /api/v1/clinical-trials with no key returns 401; a live OPTIONS preflight with an Origin header returns no Access-Control-Allow-Origin header, reconfirming the stored 'no' cors.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.