GRID API
Quick start
Learn how to set up and use the GRID API
1
Sign up for GRID
Head over to app.grid.is and create an account in just a few seconds.
2
Add a spreadsheet
Once you’re logged in, navigate to your spreadsheets overview, click Add Spreadsheet, and upload your file.
3
Get the spreadsheet id
Once it’s been uploaded, go to the spreadsheet’s details page to get the spreadsheet id. You’ll need this when you call the API.
4
Get an API key
Go to your account settings and copy your API key.
5
Make your first API request
Use your API key and spreadsheet id to make your first query. Read the documentation on the query endpoint, and then try it out in the query playground.