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

Marriage Reading

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

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

POST/face-reading/marriage
Copy
1curl --location 'https://vision.astrologyapi.com/face-reading/marriage' \
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    "partnership_nature": "The balanced jaw and rounded chin suggest a supportive and grounding presence in a partnership, characterized by a natural inclination toward stability and emotional maturity.",
5    "spouse_palace_reading": "The smooth and full outer corner area of the Spouse Palace indicates a strong tendency toward marital harmony and a relationship marked by mutual ease and emotional satisfaction.",
6    "ideal_partner_qualities": [
7      "Emotionally stable",
8      "Communicative",
9      "Nurturing"
10    ],
11    "harmony_and_friction": "Strengths lie in the symmetrical mouth and calm eyes, suggesting a capacity for balanced communication and observant empathy; friction is minimal, though a tendency toward neutrality in expression may occasionally mask deep-seated needs.",
12    "commitment_indication": "A moderate and medium-length philtrum suggests a steady approach to commitment and a healthy, balanced connection to family traditions and lineage.",
13    "timing_tendency": "With a balanced lower court and rounded chin, there is a tendency for partnerships to stabilize and flourish deeply in the mid-to-later stages of life.",
14    "summary": "The facial features point toward a harmonious and stable romantic life, supported by strong communication and emotional balance. The smoothness of the Spouse Palace combined with a supportive chin suggests a partnership that grows in strength and loyalty over time."
15  }
16}

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 marriage 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.