aid: nasa-gov:capability:image-video-library name: NASA Media Search description: Search and retrieve images, videos, and audio assets from images.nasa.gov. api: nasa-gov:image-video-library operations: - id: searchLibrary method: GET path: /search - id: getAsset method: GET path: /asset/{nasa_id} - id: getMetadata method: GET path: /metadata/{nasa_id} - id: getCaptions method: GET path: /captions/{nasa_id} - id: getAlbum method: GET path: /album/{album_name} authentication: method: none