No-Code API Builder
Learn how to use the powerful NO CODE API Builder.
Last updated
Learn how to use the powerful NO CODE API Builder.
Last updated
Xano provides a No-Code API builder that allows you to build everything from simple to very complex statements. Xano automatically generates and documents CRUD operations for each table you define, but you can create your own API endpoints easily with this builder. If you haven't learned about what an API is yet, we'd recommend that you learn about it.
1. Inputs Parameters that are passed to the Function Stack from the front-end you connect to.
2. The Function stack Function(s) that execute in a linear fashion when your API is called.
3. Response What Xano returns to the Front-end or a connected service after it executes the functions in the Function stack.
If you're looking to automatically execute Functions or API Endpoints on a given time interval, Try looking up Xano's Background Task (Cron Job) feature.
Condense
You can use this option to condense the view of your function stacks, removing a large amount of the whitespace between functions and enabling you to view more steps at once.
Collapse All
For function types that have nested steps, such as Conditional statements and Loops, you can expand or collapse these items all in one swing using the Collapse All button.
You can combine both of these options to quickly get a better birds-eye view of your entire function stack.
Name - Change the name of your API
Description - Add an internal description to your API
Verb - Change the verb that the API responds to
Add Tag - Add tags to your API for easy organization and searching
Internal Documentation - Useful for adding notes or other pieces of internal documentation to this function stack, such as a set of test data when using Run & Debug
Request History - Enable or disable request history for this API
External Access - Enable or disable calls to this API from outside of Xano
Authentication - Enable or disable authentication for this endpoint
Caching - Enable or disable response caching for this endpoint