Developers
Convert files through the API
curl
curl -H "Authorization: Bearer $FTC_API_KEY" -F file=@input.csv -F from=csv -F to=json https://filetypeconverters.com/api/v1/convertEndpoints
POST /api/v1/convert
Multipart conversion request.
GET /api/v1/formats
Format registry and enabled pairs.
GET /api/v1/jobs/:id
Check queued jobs.
Limits and MCP setup
Starter includes API and MCP access. Configure your MCP client with an HTTPS tool endpoint and a FileTypeConverters API key stored in your secret manager.