The Glide API v2.0 is a RESTful API that allows you to programmatically interact with data on the Glide platform. These are the developer docs for version 2.0 of the API, initially released in July of 2024.Documentation Index
Fetch the complete documentation index at: https://apidocs.glideapps.com/llms.txt
Use this file to discover all available pages before exploring further.
Functionality
This version of the Glide API only works with the Glide Big Tables data source. An attempt to use this API with any other data source will return an error.Location
The Glide API v2.0 is located at:https://api.glideapps.com/.
Pricing
- Adding, updating, or deleting rows will use 0.01 updates per row changed
- Getting rows will use 0.001 updates per row retrieved
Previous Versions
This Glide API v2.0 differs from Glide API v1.0 in the following ways:- Only operates on Glide Big Tables data source
- Uses fewer updates for reading, adding, editing, and deleting data
- Capable of ingesting large data sets through the use of stashing
- Does not require scoping by Glide app (i.e.,
App IDis not required)