Skip to content

Calculate Compatibility

POST
/api/widget-api/compatibility/{widgetId}

Calculate numerology-based compatibility via embedded widget

Authorizations

ApiKeyAuth

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

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

Parameters

Path Parameters

widgetId*
Type
string
Required

Request Body

application/json
JSON
{
"person1": {
"fullName": "string",
"birthYear": 0,
"birthMonth": 0,
"birthDay": 0
},
"person2": {
"fullName": "string",
"birthYear": 0,
"birthMonth": 0,
"birthDay": 0
}
}

Responses

Compatibility data

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation