Art Institute of Chicago · Capability

Mobile Audio Tour

Run with Naftiko

Capability Spec

mobile-audio-tour.yaml Raw ↑
apiVersion: naftiko.io/v1
kind: Capability
metadata:
  name: mobile-audio-tour
  description: Power a mobile audio-tour experience using tours, mobile sounds, and
    artworks.
spec:
  provider: Art Institute of Chicago
  baseUrl: https://api.artic.edu/api/v1
  operations:
  - id: listTours
    method: GET
    path: /tours
    purpose: List available tours.
  - id: getTour
    method: GET
    path: /tours/{id}
    purpose: Fetch a tour with its artworks.
  - id: listMobileSounds
    method: GET
    path: /mobile-sounds
    purpose: Audio stops.
  - id: getArtwork
    method: GET
    path: /artworks/{id}
    purpose: Resolve artwork referenced by a stop.