Video Chapters
Video Chapter endpoints allow you to create, edit, and retrieve chapters from a specified video in Rev. You must have user edit rights to a video to work with its chapters. Videos can have multiple chapter titles and images in them.
Chapter Endpoints
| Method | Description | |
| POST | /api/uploads/chapters/{videoId} | Upload a Chapter |
| PUT | /api/uploads/chapters/{videoId} | Edit a Chapter |
| GET | /api/v2/videos/{videoId}/chapters | Get Chapters for a Video |
PowerPoint Presentation Chapter Endpoints
| Method | Description | |
| POST | /api/uploads/chapters/{videoId} | Upload a PowerPoint Presentation Chapter |
| GET | /api/v2/videos/{videoId}/presentation-status | Get PowerPoint Presentation Chapter Status |