New
Integrations hub at /integrations
A dedicated page listing every official integration with setup guides, plus a hover dropdown in the navbar.
- MCP Server (hosted + local), TypeScript & Python SDKs, CLI, n8n, Make.com, Apify Actor, and the REST API in one place
- Each card links to its setup guide and npm/PyPI package
- Machine-readable manifests highlighted for AI agents (/mcp.json, /llms.txt, OpenAPI 3)
New
Monitors + HMAC-signed webhooks
Point a monitor at any list-returning endpoint and get only new items POSTed to your webhook — no polling loops on your side.
- POST /v1/monitors: watch subreddit posts, channel videos, ad-library searches and more on your schedule (15 min to 24 h)
- Deliveries are HMAC-SHA256 signed (X-Captapi-Signature over timestamp.body) so you can verify authenticity
- POST /v1/monitors/{id}/test sends a signed test delivery
- Runs bill credits exactly like direct API calls; cached results stay free
New
Automatic metric history (GET /v1/history)
Follower, view, and like counts now accumulate into a time series automatically whenever tracked profile or post endpoints are fetched fresh.
- Chart growth without building your own snapshot pipeline
- Covers profile and details endpoints across YouTube, TikTok, Instagram, X, Reddit, Bluesky, Twitch and more
- Query by endpoint + URL with a configurable window (up to 365 days)
New
Batch endpoint (POST /v1/batch)
Run up to 20 endpoint calls concurrently in a single HTTP request.
- Per-item status and per-item billing — one failed item never fails the batch
- Cached items are free, exactly like single calls
- Ideal for enriching lists of profiles or videos in one round-trip
New
Public status page
Live API health at /status, computed from real production traffic — not a manually flipped switch.
- GET /v1/status (no auth) returns overall and per-platform success rates and response times over the last 24 h
- Human view at captapi.com/status refreshes every 2 minutes
New
Official TypeScript & Python SDKs
Typed clients generated from the same catalog that powers the API, MCP server, and CLI.
- npm install @captapi/sdk — zero dependencies, works on Node 18+, Deno, Bun, and edge runtimes
- pip install captapi — sync (Captapi) and async (AsyncCaptapi) clients on httpx
- A typed, namespaced method for every endpoint; errors always throw with status + code
- x-api-key header now accepted as an alias for Authorization: Bearer
Integrations
MCP catalog synced to all 179 tools
The hosted MCP server and every published package now expose the full endpoint catalog.
- @captapi/mcp 0.4.0, @captapi/cli 0.3.0, n8n-nodes-captapi 0.3.0, Apify Actor 0.3 published
- OpenAPI 3 spec linked from llms.txt manifests for AI agent discovery
Improved
Richer response data across 11 platforms
Closed field gaps against competitors with dedicated upstream sources.
- Reddit: comment upvotes + threading (residential routing, optional OAuth app support)
- Twitch: clip/profile metadata and streamer schedules via a dedicated actor
- TikTok Shop: product reviews via a dedicated actor
- Also enriched: link-in-bio socials/email, Rumble embeds/streams/comments, Pinterest pin details, SoundCloud artist fields, Bluesky embeds, Truth Social website, GitHub repo/license/topics, X profile counts