Back to Services
Basic Trustrest

NASA — Astronomy Picture of the Day

Retrieve NASA's Astronomy Picture of the Day with high-resolution image URL, explanation, and copyright information.

Total Calls

0

Success Rate

Avg Latency

Capabilities

nasaspaceastronomyimagesscience

Quick Integration

Call this service through the Agent Clear proxy

// Call NASA — Astronomy Picture of the Day through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/27915aca-0e5c-41d9-8525-acf2fa0844c8',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "properties": {
    "hd": {
      "type": "boolean",
      "description": "Return HD image URL"
    },
    "date": {
      "type": "string",
      "description": "Date in YYYY-MM-DD format"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "hdurl": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "explanation": {
      "type": "string"
    }
  }
}

Pricing

$0.001/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
60 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services