Ask AI
Ask AI enables you to work with APIs, SQL, data transformations, and much more, all through simple natural language prompts.
The Ask AI feature converts plain text instructions into working API requests, SQL queries, transformation scripts, and a variety of other outputs. It saves time, reduces errors, and delivers clean, usable results, all without the need to remember complex syntax.
Ask AI for API
Ask AI simplifies working with APIs. You can type a request in plain English, provide a curl command, or link to Swagger documentation, and it will generate the correct API call.
What it can do:
Generate API requests from text, curl, or docs
Suggest fixes for failed requests
Transform responses into structured outputs
Handle pagination and sorting automatically
Examples:
“Get Deals with status = 'Won'” → Collection API call
Always double-check sensitive API actions (like refunds or deletions) before running them. Ask AI generates requests automatically, but execution is final.
Ask AI for SQL
Instead of writing queries manually, you can describe what you need and Ask AI creates the SQL for you. If something doesn’t work, it fixes the query and improves readability of results.
What it can do:
Translate text prompts into SQL queries
Detect and fix SQL errors
Transform results for dashboards or reports
Example:
“Get all transactions/orders where the amount > 100” → SQL query"
Ask AI for Transformations
Ask AI also supports transformations, making it easier to work with complex or nested data. You can quickly create or debug scripts without needing to code them from scratch.
What it can do:
Flatten nested JSON or API responses
Generate custom JavaScript transformations
Fix broken transformation logic
Example:
“Filter the API response to keep only these key fields: Service, Entity/Resource, Action Type, Endpoint URL, and Filters/Parameters.” → JavaScript transformation
Explore More Use Cases
The examples and tips above highlight some common ways to get started with Ask AI, but the feature’s potential goes far beyond these scenarios. Whether you want to generate custom scripts, automate complex data transformations, optimize queries, or integrate with diverse APIs, Ask AI can assist in a wide variety of tasks. Feel free to experiment and discover new ways Ask AI can simplify your workflows and solve unique challenges.
Last updated
Was this helpful?