cURL
curl --request POST \ --url https://public.reap.video/api/v1/automation/create-dubbing \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "uploadId": "<string>", "sourceLanguage": "<string>", "targetLanguage": "<string>" }'
{ "id": "<string>", "title": "<string>", "thumbnail": "<string>", "billedDuration": 123, "status": "<string>", "projectType": "<string>", "source": "<string>", "language": "<string>", "dubbingLanguage": "<string>", "metadata": {}, "urls": {}, "createdAt": 123, "updatedAt": 123 }
Create AI-powered voice dubbing for videos in different languages
curl -X POST "https://public.reap.video/api/v1/automation/create-dubbing" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "uploadId": "65f1a2b3c4d5e6f7a8b9c0d1", "sourceLanguage": "en-US", "targetLanguage": "es-MX" }'
Audio Extraction
Speech Recognition
Language Translation
Voice Synthesis
Audio Synchronization
Final Rendering