What is stored
Transcripts of public podcasts are shared across accounts by design; your
access records, history and ledger are never shared.
Export
POST /v1/data/export from the dashboard produces one document holding your
account record, your API key metadata (never a secret), your credit lots, your
ledger events and your request log, read through the same paths the
dashboard’s pages use. It is delivered as a signed link that expires in
minutes; the object behind it is removed shortly after. Ask again for a fresh
one.
Deletion
DELETE /v1/data from the dashboard:
- Revokes every API key first, so no credential outlives the records it could reach.
- Deletes the account, the dashboard sign-in, the jobs, the request log and your private access records.
- Keeps credit lots and ledger events that a refund or a payment dispute may still need, keyed to the deleted account. Unspent paid credits are forfeited: a later signup is a new account that cannot reach them, and it receives no second free grant. Refund an unused balance before deleting.
- Does not delete a shared transcript other accounts still use. The deletion receipt states exactly which categories were removed.

