Table of contents

Credits API

The Credits API provides an overview of detected credits for a video.

GET /api/data/v3/items/{id}/timeline/credits
  • id - (string) The identifier of the item

The response is a histogram containing an item for frame interval bucket that indicates whether credits are seen.

{
	"credits": [{
		"start": 0.1,
		"end": 1.1
	}]
}

This documentation is generated from the latest version of GrayMeta Platform. For documentation relevant to your own deployed version, please use the documentation inside the application.