Playground
Try it without an account
Pick your systems, detail level and date. You get the response beside it, plus a ready cURL command to paste into a terminal.
Response
Pick your systems and press "Run the request".The same thing as cURL
curl -X POST https://api.eldermind.io/v1/profile/complete \
-H "Authorization: Bearer sk_live_TWOJ_KLUCZ" \
-H "Content-Type: application/json" \
-d '{
"subject": {
"birth_date": "1993-09-01",
"birth_time": "14:30",
"birth_place": "Warszawa, Polska"
},
"detail": "summary"
}'