GET/api/public/v1/videos
Liste paginée du catalogue, avec recherche et filtre par thème.
- q — recherche plein texte (titre, chaîne, description)
- theme — slug de thème (voir /api/public/v1/themes)
- sort — titre | duree-desc | duree-asc
- limit — 1 à 100 (défaut 24)
- offset — décalage de pagination
https://corsetv.com/api/public/v1/videos?theme=mafia-et-grand-banditisme&limit=5
GET/api/public/v1/videos/{slug}
Fiche complète d'un reportage (slug ou identifiant YouTube).
https://corsetv.com/api/public/v1/videos/{slug}
GET/api/public/v1/themes
Liste des thèmes disponibles avec leur URL d'API.
https://corsetv.com/api/public/v1/themes
GET/api/public/oembed
Point d'entrée oEmbed (type rich) : renvoie le code d'intégration du lecteur.
- url — URL d'une fiche https://corsetv.com/video/…
- maxwidth — largeur souhaitée
https://corsetv.com/api/public/oembed?url=https://corsetv.com/video/{slug}
GET/api/public/embed/player/{slug}
Lecteur HTML intégrable dans une iframe, avec bandeau Corse TV.
https://corsetv.com/api/public/embed/player/{slug}?utm_source=votre-site