FintechBulletins API
The FintechBulletins API serves live fintech news, original editorial, AI-assisted expansion,
and the daily digest newsletter. It is described by an OpenAPI 3.0 document and discoverable
via the RFC 9727 API catalog at /.well-known/api-catalog.
Base URL: https://fintechbulletins.com · Status:
/api/health
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/health | Service health & index stats |
| GET | /api/articles | Latest articles (list) |
| GET | /api/articles/{id} | Single article (full body) |
| POST | /api/expand | AI-expand a short article |
| POST | /api/chat | Chat with the assistant |
| POST | /api/subscribe | Subscribe to the daily digest |
| GET | /api/unsubscribe | Unsubscribe from the digest |
| GET | /api/editorial | List editorial articles |
| GET | /api/editorial/{slug} | Single editorial article |