🌍 Astrocartography API and ✋ Palmistry API are now live. Ship them in your app today.Get Started

Love Reading

POSThttps://vision.astrologyapi.com/face-reading/love
Copy

Generates a love reading from the stored face-reading features.

POST/face-reading/love
Copy
1curl --location 'https://vision.astrologyapi.com/face-reading/love' \
2  --header 'Content-Type: application/json' \
3  --header 'x-astrologyapi-key: <YOUR_ACCESS_TOKEN>' \
4  --data '{
5    "face_id": "c48d0b80-1d49-4af8-8c05-e778b3d7a00f"
6}'
7
200Response
Copy
1{
2  "status": true,
3  "data": {
4    "romantic_nature": "With almond-shaped eyes and a calm Shen, their love is steady and observant, favoring a deep, soulful connection over fleeting passion. The full lower lip suggests a rich, sensual capacity for love that is deeply felt and nurturing.",
5    "emotional_expression": "The smooth area under the eyes indicates a natural emotional tenderness and a heart that is easily touched. While the neutral mouth corners suggest a composed exterior, their affection is expressed through consistent, gentle presence rather than grand gestures.",
6    "attraction_style": "They attract others through a sense of stability and quiet confidence, mirrored in their neat, straight eyebrows. They are drawn to partners who appreciate their observant nature and the serene energy they radiate.",
7    "giving_vs_receiving": "The balance between a balanced upper lip and a fuller lower lip indicates a generous spirit; they are more inclined to give affection and emotional support than to demand it, finding joy in the act of nurturing their partner.",
8    "relationship_patterns": "Their straight, flowing eyebrows suggest a direct and honest approach to romance, avoiding games in favor of clarity. They tend to build relationships on a foundation of mutual respect and emotional equilibrium.",
9    "advice": "Allow your observant nature to transition into open communication; by sharing the insights you quietly gather, you can bring even more intimacy to your bond.",
10    "summary": "A gentle and nurturing romantic whose love is characterized by emotional tenderness and a generous heart. They offer a calming, stable presence that fosters deep trust and sensual harmony."
11  }
12}

Request Headers

x-astrologyapi-key

string

required

API Access Token to authenticate requests. Send your access token in this custom header.

Accept-Language

string

Preferred language for the response content

Properties

English - en

Request Body (JSON)

face_id

string

required

Unique face reading ID returned by get-face-id

Request Description

Get a love category reading for a previously scanned face.

Errors

400
Bad Request

Something is wrong with your request format or parameters.

401
Unauthorized

Your API key is missing or invalid.

403
Forbidden

You don't have permission to access this specific resource.

404
Not Found

The API endpoint you're trying to reach doesn't exist.

500
Internal Server Error

Our server is having a temporary glitch.