Create IQFormula

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/iqformula

Create a derived column expression or formula by prompting in natural language. The expression is not stored, but returned directly to use in further API calls or Flex chart definitions.

Parameters
Expand all Reset
properties *OBJECTrequired
prompt *STRINGrequired
Can be executed by:
Logged-in User with Luzmo IQ access
Can be associated to:
Did this page help you?
Yes No
Language
Shell
Node
Java
.NET
Python
PHP
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "type": "expression",
  "formula": "{d892f2bc-e186-4b1a-af86-c370d8fdbfad:0b388259-1978-47a4-9c96-b90f0f821193} * 1.07"
}