Changelog
2026-05-22 — v1.0
Added
POST /api/v1/reels/analyze — submit Instagram Reel URL for analysis
GET /api/v1/reels/:id — get analysis result by job ID
- API token authentication (
Authorization: Bearer ist_...)
- Structured JSON output with 5 top-level sections:
visual, audio, content, metadata, platform_meta
- OCR text detection via
visual.text_on_screen
- Verbatim speech transcription via
audio.transcript
- Music detection (
audio.has_music, audio.music_description)
- Key moments with timestamps (
content.key_moments)
- Platform metadata extraction (
platform_meta)
- Token usage and cost tracking
- Telegram bot integration
- Web dashboard (reels history, usage & costs, admin)
- OpenAPI spec at
/docs/openapi.yaml