streameth-platform
streameth-platform copied to clipboard
[TASK] Integrate Livepeer AI
Description
Integrate the Livepeer AI service to generate subtitles for uploaded video files automatically.
Related User Story
#633
Objectives
- [ ] Set up Livepeer AI service integration (it is just and API endpoint)
- [ ] Implement API calls to Livepeer AI for subtitle generation
- [ ] Handle and process the response from Livepeer AI
Acceptance Criteria
- [ ] Livepeer AI service is successfully integrated into the backend
- [ ] API calls to Livepeer AI are correctly implemented and return subtitle data
- [ ] Subtitle data from Livepeer AI is properly parsed and stored
Additional Information
Refer to Livepeer AI documentation for API integration details and response format.