POST /api/v1/convert
JSON
CSV
XLS
curl -s -X POST \ -H "X-Api-Key: $LEDGERIZE_API_KEY" \ -H "Content-Type: application/json" \ -d '{"ids":["<uuid>"],"format":"JSON"}' \ https://ledgerize.ai/api/v1/convert
{ "jobId": "job_123", "accepted": ["<uuid>"] }