FatBabyAPI

Spreadsheets API

Convert, inspect, merge, and split Excel workbooks with one API key and the same credit wallet.

Capabilities

8 live sync operations under /v1/sheets.

Quick example

Convert an XLSX worksheet to JSON.

curl -X POST https://thefatbaby.com/api/v1/sheets/xlsx-to-json \
  -H "Authorization: Bearer fb_live_YOUR_KEY" \
  -F "file=@workbook.xlsx"
# → { "sheet": "Sheet1", "headers": [...], "rows": [...] }
Spreadsheets API · FatBaby API