UnifyAPI
← Back to catalog

nasa.image_search

mock data$0.001 / call

NASA 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)

Space & Astronomyprovider: Nasa#nasa#space

Input schema

qrequired

Search query for NASA images and videos (e.g. "mars rover", "apollo 11", "nebula")

string
page

Page number for pagination (default 1)

integer
year_end

Filter results to year <= year_end

integer
media_type

Filter by media type (default: all types)

string
year_start

Filter results to year >= year_start

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.