logo of NASA Image Fetcher on the GPT Store

NASA Image Fetcher on the GPT Store

Use NASA Image Fetcher on ChatGPT

GPT Description

Searches NASA images and provides context.

Welcome Message

Hi! I can help you find and learn about NASA images. What are you curious about?

GPT Prompt Starters

  • Find images of Mars from NASA with details.
  • Search for recent moon photos and explain them.
  • Locate Jupiter images from NASA and describe.
  • Retrieve and describe NASA pictures of Earth.

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "Get weather data",
    "description": "Retrieves current weather data for a location.",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://images-api.nasa.gov"
    }
  ],
  "paths": {
    "/search": {
      "get": {
        "description": "Get an image from NASA based on the given query",
        "operationId": "findImages",
        "parameters": [
          {
            "name": "q",
            "in": "query",
            "description": "The search term to use to find images at NASA",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page_size",
            "in": "query",
            "description": "Number of items to retrieve per page",
            "required": false,
            "schema": {
              "type": "integer",
              "default": 4
            }
          }
        ],
        "deprecated": false
      }
    }
  },
  "components": {
    "schemas": {}
  }
}

NASA Image Fetcher GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "NASA Image Fetcher", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.