NASA Open APIs · Capability

Image Video Library

Image Video Library is a Naftiko capability published by NASA Open APIs, one of 16 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

image-video-library.yaml Raw ↑
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