Skip to main content
POST /api/v1/convert Start a conversion for one or more uploaded UUIDs. Supported formats: 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
Response
{ "jobId": "job_123", "accepted": ["<uuid>"] }