cURL
curl --request GET \ --url https://api.thehaystack.ai/v2/haystack/media/chapters \ --header 'Authorization: Bearer <token>'
{ "chapters": [ { "id": 123, "itemId": 123, "mediaAssetId": 123, "title": "Introduction", "startMs": 123, "suggested": true, "accepted": true, "hidden": true } ], "limit": 123, "offset": 123, "page": 123, "totalRecords": 123, "totalPages": 123, "hasMore": true }
Enter your API token from the Haystack dashboard
x <= 100
Sort spec, e.g. "date,DESC"
Paginated chapters
Show child attributes