Skip to content

AI Summary (lunar)

GET
/api/calc/lunar-return/summary

Generate a short narrative summary of what this horoscope means, written from the strongest placements and aspects of the chart. Open the signed summary.url returned by the matching calculation endpoint — it carries the whole request, so no body is needed. Generating a summary counts as 10 API requests and takes several seconds; a summary that was generated before is served from cache and counts as one. Requires the AI Summary module (included in the Premium and Deluxe plans) plus the interpretation texts of this horoscope type.

Authorizations

ApiKeyAuth

API key for authentication. Get your API key from the dashboard.

Type
API Key (header: X-Api-Key)

Responses

The generated summary

application/vnd.api+json
JSON
{
  
"data": {
  
  
"horoscopeType": "string",
  
  
"language": "string",
  
  
"summary": "string",
  
  
"cached": true,
  
  
"generatedAt": "string",
  
  
"model": "string",
  
  
"highlights": [
  
  
  
{
  
  
  
  
"kind": "string",
  
  
  
  
"label": "string"
  
  
  
}
  
  
]
  
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation