llms.txt Content
# Weftly
> AI post-production for audio and video. Transcribe, summarize, find compelling clips, cut horizontal or 9:16 vertical clips, and publish to YouTube with captions. Pay per job — no account required.
## Service
- **Website:** https://weftly.ai
- **MCP setup guide:** https://weftly.ai/mcp/
- **Browser chat:** https://chat.weftly.ai
- **API base:** https://api.weftly.ai/api/v1
- **MCP endpoint:** https://api.weftly.ai/mcp (Streamable HTTP, JSON-RPC 2.0, protocol version 2025-03-26)
- **OpenAPI spec:** https://api.weftly.ai/.well-known/openapi.json
- **Agent card:** https://api.weftly.ai/.well-known/agent-card.json
- **MPP discovery:** https://api.weftly.ai/.well-known/mpp.json
## Pricing
| Tool | Price | Notes |
|------|------:|-------|
| `transcribe` | $0.50 audio / $1.00 video | SRT transcript + word-level JSON |
| `summarize` | $0.75 audio / $1.25 video | Includes the full transcript as a free byproduct |
| `find_clips` | $2.00 video | Returns ranked candidate clips with timestamps + full text. Includes the transcript as a free byproduct — don't call `transcribe` first |
| `extract_clip` | $0.50 | Cuts a horizontal `.mp4` from a parent video job. Single segment or multi-segment composition |
| `extract_vertical_clip` | $0.50 | Cuts a 9:16 `.mp4` from a parent video job (TikTok / Reels / Shorts ready). Single segment, ≤90s |
| `publish_to_youtube` | $1.75 video | Publishes a video from a prior `transcribe` / `summarize` job to YouTube. Attaches the SRT as captions; a `summarize` parent's summary becomes the description. Requires a YouTube OAuth token (`youtube.upload`) |
| `mpp_smoke_test` | $0.01 | Verifies your MPP plumbing before any real-cost call |
Authoritative price table at https://api.weftly.ai/.well-known/mpp.json. Failed jobs auto-refund.
## Supported Formats
**Input:**
- **Audio:** MP3, WAV, M4A, OGG, FLAC, WebM audio
- **Video:** MP4, QuickTime (MOV), WebM video
**Transcript output:**
- `srt`, `txt`, `vtt`, `json` (v1, segments o
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"Weftly API","version":"1.0.0","description":"AI post-production workflow for content creators. Transcribe, summarize, and process audio and video files. No account required. Two payment rails: Stripe SPT (fiat card payments) and Tempo crypto (USDC via MPP).","contact":{"name":"Woven Record Media","email":"support@weftly.ai","url":"https://weftly.ai","x-github":"https://github.com/woven-record-media"},"x-guidance":"Weftly is a pay-per-job AI post-production API