Privacy
We do not store your CSV files. Ever.
How Your Data is Processed
When you upload a CSV file to the API:
- The file is read directly into memory
- Normalization happens in-memory
- The JSON response is returned to you
- The file is discarded immediately after processing
There is no disk storage, no database insertion, no temporary files.
What We Do NOT Do
- We do not store your CSV content
- We do not train models on your data
- We do not resell or share your data
- We do not log row contents or cell values
- We do not retain files between requests
What We Log
For usage tracking and rate limiting, we store only:
- Your API key identifier
- Request timestamp
- Number of rows processed
- Request size in bytes
- Success/failure status
This metadata helps enforce quotas and monitor service health. It contains zero information about your actual data.
Deterministic Processing
The API uses only deterministic, rule-based logic. No machine learning, no AI inference, no external API calls during processing.
The same input will always produce the same output. Nothing about your file influences future processing of other files.
Questions?
If you have privacy concerns, reach out. We're developers too—we get it.