Enable video chapters on a media
Authentication
Path parameters
Request
Enable or disable the chapters feature for the media. Set to true to enable chapters or false to disable.
Enable or disable the chapters feature for the media. Set to true to enable chapters or false to disable.
This endpoint will be deprecated on September 30, 2026. To generate chapters for an existing media, use Generate video chapters instead.
This endpoint enables you to generate chapters for an existing media file.
PATCH request to this endpoint, replacing <mediaId> with the ID of the media for which you want to generate chapters.chapters parameter in the request body to enable.You can use the video.mediaAI.chapters.ready webhook event to track and notify about the chapters generation.
Use case: This is particularly useful when a user uploads a video and later decides to enable chapters without re-uploading the entire video.
Related guide: Video chapters
FastPix APIs are secured with Basic Authentication. Use your Access Token ID as the username and Secret Key as the password in the Authorization header of each API request.
Activate your FastPix account to generate your API credentials. See the guide here