Docs
Built for your developers.
The SDK, REST API and MCP server give your team, and your AI agents, the same audio pipeline the embed uses. All three are coming soon.
Just want the player on your site? That’s the integrations guide →
SDK Coming soon
Install, mount, listen to events, theme the player from code.
player.js
import { InstareadPlayer } from "@instaread/player"; InstareadPlayer.mount("#slot", { publication: "yoursite" });
Not released yet. Tell us what you need and we’ll line you up for early access.
API Coming soon
Create and fetch audio for an article from your own backend.
request.sh
curl https://player.instaread.co/api/audio \
-d '{"publication":"yoursite","url":"https://yoursite.com/article"}'
Not released yet. Tell us what you need and we’ll line you up for early access.
MCP Coming soon
Point your own AI agents at the same audio pipeline through an MCP server.
Not released yet. Tell us what you need and we’ll line you up for early access.