Resources
A few API routes hosted on this site that are useful for course examples and assignments. They run on Cloudflare's edge runtime.
GET
/api/helloSimple health-check endpoint that returns a plaintext greeting. Useful for confirming a request reaches the edge runtime.
GET
/api/stock-sentimentDeprecated — now returns 410. Replaced by the authenticated /api/v1/sentiment endpoint below.
GET
/api/v1/sentimentReddit stock-sentiment snapshots, requires a free API key. See the Developers page for docs and to request a key.