The API for spreadsheet automation

Everything you need to automate spreadsheet reporting. Extract data from documents and images, generate Excel and CSV reports, run bulk jobs, and schedule delivery without building a fragmented stack.

POST /v1/spreadsheetsPOST /v1/documents/extractPOST /v1/images/extract

What Decide APIs can do

Spreadsheet reports

Create Excel workbooks or CSV reports from files and prompts. Run bulk jobs and schedule reports to be delivered by email.

Document extraction

Extract structured data and source context from PDFs and documents.

Image extraction

Extract structured fields from invoices, receipts, and other images.

API features

Scheduled delivery

Send finished spreadsheet reports to email on a schedule.

Bulk processing

Process multiple files in one workflow and collect the results together.

Financial documents

Extract structured data from statements, invoices, and financial reports.

Images to data

Turn receipts, scans, and other images into structured records.

API sample

cURL
1curl -X POST https://api.trydecide.ai/v1/spreadsheets \
2 -H "Authorization: Bearer YOUR_API_KEY" \
4 -F "output_format=xlsx" \
5 -F "prompt=Create a clean monthly revenue report"
6
7curl https://api.trydecide.ai/v1/spreadsheets/{conversionId} \
8 -H "Authorization: Bearer YOUR_API_KEY"
View API reference

Ready to get started?

Create an API key, send your first spreadsheet job, and start automating reports.

Need a custom integration? Contact us and tell us what you are building.