---
title: Generate Daily Horoscope API
slug: generate-daily-horoscope
url: https://apyhub.com/dosvak/service/generate-daily-horoscope
provider: Dosvak LLC
categories: [Smart Generation]
tags: [horoscope, astrology, zodiac, content-generation, daily-reading]
auth: api_key
---

# Generate Daily Horoscope API

Generate a daily horoscope for a zodiac sign and date. Returns overview, love, career, health, lucky color, and lucky number.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Generates a daily horoscope for a zodiac sign and returns a JSON object with horoscope… | 100 |

## About

## What it does
Daily Horoscope generates a horoscope for a zodiac sign on a specific date. Send a `date`, a `sign`, and an optional `tone`, and you get back a structured reading for the day.

The response includes `date`, `sign`, `overview`, `love`, `career`, `health`, `lucky_color`, and `lucky_number`. That makes it easy to surface a full daily reading in a consumer app, a membership dashboard, or a content workflow that publishes horoscope copy by sign.

Use `tone` to shape the writing style: `balanced`, `positive`, or `direct`. If you need consistency across a product or content feed, pass the same `date` and `sign` to generate comparable readings for each zodiac profile.

Daily Horoscope is a simple fit when you need astrology content assembled into a predictable response shape rather than freeform text.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/generate-daily-horoscope
