Eldermind Labs
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.

The full level (~30 KB) is available once you sign in. It helps nobody in a browser, and it costs about 7,700 tokens of a model's context.

Systems

This call costs 6 credits

No sign-up, no key. The limit is per IP address — generous enough that ordinary clicking never hits it.

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"
}'