feat: add PodRead to service directory#631
Open
jesse-spevack wants to merge 3 commits into
Open
Conversation
|
@jesse-spevack is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for submitting a service to the MPP directory! If you want your service included in the curated Required
Recommended
Review criteriaWe prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready. |
🔀 Changed Services✅ Added
|
- Replace vague amountHint with concrete pricing per the docs page: $0.25/$0.57 floor, ~$0.79 for 50k chars standard, ~$5 for 50k Chirp-HD - Add voice-name tags (wren, felix, sloane, archer, gemma, hugo, quinn, theo, elara, callum, lark, nash, chirp-hd) for registry search - Add docs.llmsTxt and docs.apiReference pointing at the new /llms.txt and /openapi.json endpoints Also update the SDK table to include the official Go (tempoxyz/mpp-go) and Ruby (stripe/mpp-rb) SDKs documented on mpp.dev/sdk.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PodRead offers its text-to-speech service as an API through the Machine Payments Protocol (MPP). You pay per conversion with either on-chain stablecoin on the Tempo network or a Stripe shared payment token from a Link wallet. Pricing scales with submission length and voice tier, with a minimum floor.
Live and accepting payments at https://podread.app — full docs at https://podread.app/docs/mpp.
Endpoints
POST /api/v1/mpp/narrations— anonymous, creates a standalone narration with 24h retentionGET /api/v1/mpp/narrations/:id— poll narration status and fetch the signed audio URLPOST /api/v1/mpp/episodes— authenticated, attaches the episode to the caller's podcast feed (Bearer token + payment)Try it
Checklist
schemas/services.tspnpm check:typespassespnpm buildpasses