---
title: "Formula Builder"
method: POST
path: "/ai/{handle}/formulate"
tags: ["ai"]
---

# Formula Builder

`POST /ai/{handle}/formulate`

AI formula builder, available for sheets where you have read permissions

## Path parameters

- `handle` string, required

## Request body

- ZazurpcUserInput
  - `Query` string

## Response `200`

OK

- ZazurpcFormulaBuilderResponse
  - `Formula` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/versions/d1e5cbb24557/schema)
