{% extends "base.html" %} {% block title %}Import — AHDX{% endblock %} {% block body %}

Import health data

On your iPhone: open Health, tap your profile picture, choose "Export All Health Data". You get a file called export.zip. Drop it here. You can also drop the export.xml from inside it.

Last import

{% include "includes/status.html" %}

Hands-free

Drop exports into the data/inbox/ folder and AHDX picks them up on a timer (every 30 minutes by default). Or have a free iOS Shortcut POST recent metrics to /ingest. Both feed the same database, and re-sending data you already have does nothing.

{% endblock %}