Partner API
Pharmacies, clinics, and labs already send families paperwork — fill records, lab results, discharge summaries. The Elderella Partner API lets you send that same material straight to the family's Elderella, where it becomes organized medications, appointments, and notes. One endpoint. The family stays in control the whole way.
Start the quickstart Read the API reference
Four steps take you from nothing to a file landing in a family's care records.
We issue you a client ID and secret. You exchange them for a short-lived token with the OAuth2 client-credentials grant. Authentication guide →
Every elder in Elderella has a three-word address, like happy.sun.meadow@care.elderella.com. The family gives it to you the same way they'd give you a phone number. It's how you say who a file is for.
You request a connection to that address. A primary caregiver approves it inside Elderella. You find out it's live through a webhook or by polling. Connections & webhooks →
Once you're connected, send a file — a document, photo, audio, or text — and it flows into the family's care records. See it end to end →
This is the part that makes the API different from a normal upload endpoint, and it's deliberate.
The API takes one thing: a file about an elder. It doesn't care much what kind — a PDF of a discharge summary, a photo of a pillbox, an audio note, a plain-text message. Elderella's extraction pipeline reads it and turns it into structured care: medications, appointments, and notes the family can act on. Size and type limits are in the file guide.
You don't need a real family to build your integration. Ask us for a test credential and you get a sandbox elder that auto-approves connections after about thirty seconds and accepts files without ever running extraction or touching anyone's real records. Rehearse the whole request → approval → send loop end to end, then flip to live. Sandbox & test mode →
Credentials to first file in a few minutes.
The OAuth2 client-credentials flow, tokens, and scopes.
Addresses, consent, the lifecycle, and the events we send you.
Every endpoint, generated from our OpenAPI contract, with a try-it playground.
Idempotency, file limits, error codes, and webhook signatures.
How to become a partner and get your credentials.