/manifests/{identifier} auth
Manifest IIIF v2. Ajouter ?version=3 pour v3.
Ex : /manifests/photos--Campus_de_Nice.jpg
Tester Discovery →
/manifests/collection/{nom} auth
Collection IIIF d'un fonds.
Collections : photos · manuscrits · cartes · peintures · videos · archives · all
/manifests/recent auth
10 derniers documents. Paramètre optionnel : ?limit=N
/manifests/featured auth
Un document représentatif par collection.
/manifests/export/{identifier} auth
Télécharge le manifest v3 en JSON.
GET /manifests/photos--Campus_de_Nice.jpg?version=3
Authorization: Bearer {token}
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://iiif-glam.tech/manifests/photos--Campus_de_Nice.jpg",
"type": "Manifest",
"label": { "fr": ["Campus de Nice"] }
}