Convert

File format conversion - Convert FTR files to standard formats.

Convert FTR (ForTheRecord) files to standard formats like TXT, DOCX, and PDF. Preserve timestamps, speaker labels, and formatting.

What is FTR?

FTR is a proprietary audio/transcript format used in legal proceedings. Our API converts FTR files to accessible formats you can actually use.

Authentication

Authorization: Bearer sk_case_your_api_key_here

Quick Start

curl -X POST https://api.case.dev/convert/v1/start \
  -H "Authorization: Bearer sk_case_your_api_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "ftr_url": "https://example.com/deposition.ftr",
    "output_format": "txt"
  }'

What's Next?