{"service":"GigaAM v3 Transcriber API","version":"3.0.0","status":"running","description":"REST API для транскрибации аудио и видео файлов на русском языке","endpoints":{"docs":{"swagger":"/docs","redoc":"/redoc"},"health":"/health","transcription":{"upload_single":"POST /api/v1/transcribe","upload_batch":"POST /api/v1/transcribe/batch"},"tasks":{"list_all":"GET /api/v1/tasks","get_status":"GET /api/v1/tasks/{task_id}","get_result":"GET /api/v1/tasks/{task_id}/result","delete":"DELETE /api/v1/tasks/{task_id}","delete_all":"DELETE /api/v1/tasks?status=completed|failed|all"},"progress":{"single":"GET /api/v1/tasks/{task_id}","batch":"GET /api/v1/tasks/progress/batch?task_ids=id1,id2,id3"},"download":{"single":"GET /api/v1/tasks/{task_id}/download?format=txt|timecodes","batch":"GET /api/v1/download-batch?task_ids=id1,id2&format=txt|timecodes"}}}