Extract transcripts from Vimeo videos using AI
Extract transcript from one video
{
"mode": "transcript",
"url": "https://vimeo.com/123456",
"language": "EN",
"password": "****"
}
Generate VTT subtitles with timestamps
{
"mode": "vtt",
"url": "https://vimeo.com/123456",
"language": "EN",
"password": "****"
}
Generate detailed summaries from multiple videos
{
"mode": "bulk_summary",
"password": "****",
"videos": [
{
"id": 1,
"url": "https://vimeo.com/...",
"language": "EN"
}
]
}
Generate questions from text using Claude API
{
"mode": "question_generation",
"text": "Your content here...",
"question_count": 3,
"language": "TR",
"password": "****"
}
Generate summary from full text using Claude AI with optional question generation
{
"mode": "full_to_summary",
"question_generate": "true",
"question_count": 5,
"fulltext": "Your long text content...",
"language": "TR",
"password": "****"
}
Service health check
{
"service": "Vimeo Transcript Service",
"status": "OK",
"timestamp": "2025-06-15T17:45:39.859268Z"
}
Manage Claude prompts for question generation and text summarization
Login: [admin credentials required]
Password: [protected]
Features: Edit Claude prompts