Glide
Glide is a no-code platform for building custom business apps from your data. The Glide REST API (v2) lets you programmatically work with Glide Big Tables - creating tables, listing and paginating rows, adding, updating, and deleting rows, staging large batches with stashes, and querying tables with SQL - using a Bearer API token.
APIs
Glide Tables API
Create and overwrite Glide Big Tables in a team, defining columns and optionally seeding data, and discover the tables available to an API token.
Glide Big Tables Rows API
List rows from a Big Table with continuation-token pagination (max 10K rows per response), read a single row by ID, add rows, patch an existing row, and delete a row, with optio...
Glide Stash & Bulk API
Stage large data payloads in serial chunks via stashes, then reference the stash when creating a table or adding rows so very large batches can be loaded without oversized reque...
Glide Queries API
Query a Big Table with SQL (SELECT with WHERE/AND/OR and parameter binding) to retrieve filtered, server-side result sets, with continuation support for large results. Available...