← Back to catalog
nasa.image_search
mock data$0.001 / callNASA Image & Video Search
Search NASA Image and Video Library — 140K+ images, videos, and audio from missions, telescopes, and events with metadata and download links (NASA)
Input schema
qrequired
stringSearch query for NASA images and videos (e.g. "mars rover", "apollo 11", "nebula")
page
integerPage number for pagination (default 1)
year_end
integerFilter results to year <= year_end
media_type
stringFilter by media type (default: all types)
year_start
integerFilter results to year >= year_start
Call via REST
curl -X POST https://unifyapi.pro/api/call/nasa.image_search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","page":0,"year_end":0,"media_type":"<media_type>","year_start":0}'