.yaml
.tsv
YAML to TSV Converter
Convert YAML config file to TSV instantly — free, no signup, zero logs. Processed server-side and deleted after download.
Instant conversion
Files auto-deleted
No signup
No size limits
Drop your YAML here
or browse to upload
.yaml files accepted
Max 50 MB per file
—
Processing…
Files deleted from our servers immediately after download
Most conversions complete in under 5 seconds
How it works
1. Upload
Drop your .yaml file or click to browse. Files up to 50 MB.
2. Convert
Our server converts using LibreOffice / Pillow / Playwright fallback chain.
3. Download
Your .tsv file is ready instantly. Original and result are deleted after.
4. Auto-deleted
Zero retention. Files never logged or stored after download.
REST API
1 credit/call
curl -X POST https://zphantom.com/api/convert \
-H "X-API-Key: YOUR_KEY" \
-F "file=@doc.yaml" \
-F "conversion_type=yaml_to_tsv" \
-o result.tsv
Full API docs