Generate
Describe the calculation you need and receive a structured formula response.
Spreadsheet Intelligence API
Generate, repair, explain, and translate Excel and Google Sheets formulas through a stable authenticated API with syntax validation and compatibility diagnostics.
Describe the calculation you need and receive a structured formula response.
Repair malformed spreadsheet formulas and receive an explanation of the correction.
Turn dense formulas into concise descriptions of what they calculate.
Translate between Excel and Google Sheets when possible, with warnings when compatibility is uncertain.
curl -X POST https://api.strigsapi.com/v1/formula/generate \
-H "X-API-Key: $STRIGS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"platform":"excel","instruction":"Sum cells A1 through A10"}'{
"operation": "generate",
"platform": "excel",
"formula": "=SUM(A1:A10)",
"explanation": "Sums the values in cells A1 through A10 in Excel.",
"validation": {"status": "valid", "warnings": [], "functions": ["SUM"]},
"confidence": 0.99
}Example output is representative of the validated response contract; model-generated wording can vary.
Daily quotas count successful authenticated operations. Failed provider/configuration requests do not consume successful-operation quota.
250 successful operations/day
Choose Starter1,000 successful operations/day
Choose Pro3,000 successful operations/day
Choose BusinessCheckout is hosted by Stripe.
Your credential is issued after payment and shown once.
Send the key in X-API-Key. Check usage anytime at /v1/usage.