Skip to main content

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:
  1. Revokes every API key first, so no credential outlives the records it could reach.
  2. Deletes the account, the dashboard sign-in, the jobs, the request log and your private access records.
  3. 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.
  4. Does not delete a shared transcript other accounts still use. The deletion receipt states exactly which categories were removed.
Deletion is idempotent, and the receipt is the same on a repeat.

Sub-processors