Internal API Keys
Generate and manage proxy access keys for your internal services.
No keys yet
Create your first API key to get started.
Authentication
All proxy routes require your internal API key in every request.
Pass your key via header (preferred) or query parameter:
The real upstream API credentials are injected server-side and never exposed to clients.
EarningsCall
Earnings call transcripts, audio, events and calendars for 9,000+ companies.
Base URL: http://localhost:3000/inter/earningscall — full API reference at earningscall.biz/api-guide
| Method | Path | Description |
|---|---|---|
| GET | /transcript | Transcript text. Params: exchange symbol year quarter level |
| GET | /events | Event list for a company. Params: exchange symbol |
| GET | /calendar | Earnings calendar. Params: year month day |
| GET | /audio | Raw MP3 audio. Params: exchange symbol year quarter |
| GET | /slides | Slide deck PDF. Same params as audio. |
| GET | /symbols-v2.txt | All available company symbols. |
SEC-API
EDGAR filings search, float data, executive compensation and more.
Base URL: http://localhost:3000/inter/secapi — full API reference at sec-api.io/docs
| Method | Path | Description |
|---|---|---|
| POST | / | EDGAR filing search (Query API). JSON body: query from size sort |
| POST | /full-text-search | Full-text search across all SEC filings. |
| GET | /float | Outstanding shares & public float. Param: ticker |
| GET | /compensation/:cik | Executive compensation by company CIK. |
| GET | /* | All other sec-api.io paths are forwarded transparently. |
Aiera
Earnings events, transcripts, audio and real-time financial intelligence.
Base URL: http://localhost:3000/inter/aiera — full API reference at rest.aiera.com/docs
| Method | Path | Description |
|---|---|---|
| GET | /status | API health check. |
| GET | /events | Earnings events. Filter by date, ticker, type. |
| GET | /events/:id/transcript | Full transcript for an event. |
| GET | /events/:id/audio | Audio file for an event. |
| GET | /* | All other Aiera paths are forwarded transparently. |
Settings
Server configuration overview.
| Setting | Status |
|---|---|
| EarningsCall API v2.api.earningscall.biz — auth via ?apikey= |
● Configured |
| SEC-API api.sec-api.io — auth via Authorization header |
● Configured |
| Aiera premium.aiera.com/api — auth via X-API-Key header |
● Configured |
| Proxy Base URL pattern — |
● Active |
| Auth Method Bearer token header or ?x-api-key query param |
● Enabled |
| Key Storage SQLite — hashed (SHA-256) |
● Secure |