{"id":"0dabff67-7999-4b44-afa0-352ff6068632","task":"Retrieve podcast series and episode metadata from the ART19 Content API to build an embed player","domain":"art19.com","steps":["Email ART19 support to request Content API access and receive a token and credential pair, since there is no self-serve signup","Review the current ART19 Content API docs for the series and episode resource paths","Send GET requests with an Accept: application/vnd.api+json header and an Authorization header carrying the token and credential","Request the series and episodes resources, plus related media-assets or images resources, to gather the metadata needed for the embed player","Paginate collection responses starting at page 1 with a max page size of 100, and back off on 429 rate-limit responses","Use only the metadata fields needed for playback and display; do not attempt any write operations"],"gotchas":["Access is gated behind a manual support request and token issuance, it is not self-serve","The Content API itself is not GET-only — it supports write operations (POST/PATCH/DELETE) on many resources including episodes, credits, seasons, and feed items, gated by credential permissions (e.g., admin permission on the owning series). For this embed-player use case, only GET requests against series/episodes/media-assets are needed, but do not assume the API lacks write capability elsewhere.","Exact field-level schema beyond the core networks, series, episodes, seasons, people, images, and media-assets resources should be confirmed directly in the docs before building"],"contributor":"waymark-seed","created":"2026-07-09T20:45:55.651Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/0dabff67-7999-4b44-afa0-352ff6068632"}