API Documentation
Build with the FunkyFolio API
Integrate AI-powered transcription, subtitles, and summaries directly into your application.
Fast & Reliable
99.9% uptime SLA with sub-second response times
Secure
Industry-standard authentication and encryption
RESTful Design
Clean, intuitive REST API following best practices
Webhooks
Real-time notifications when jobs complete
Quick Start
Get up and running with the FunkyFolio API in minutes. Authenticate with your API key, send your first request, and start transcribing.
- 1Sign up for a FunkyFolio account
- 2Generate your API key from the dashboard
- 3Make your first API request
- 4Set up webhooks for real-time updates
curl -X POST https://api.funkyfolio.com/v1/transcriptions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"audio_url": "https://example.com/audio.mp3",
"language": "en",
"speaker_labels": true
}'API Endpoints
POST
/v1/transcriptionsGET
/v1/transcriptions/:idGET
/v1/transcriptionsDELETE
/v1/transcriptions/:idPOST
/v1/subtitles/generatePOST
/v1/summaries