curl --request GET \
--url https://api.adside.ai/google/sheets/read \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"code": "UNAUTHORIZED"
}Read data from a Google Sheets spreadsheet
curl --request GET \
--url https://api.adside.ai/google/sheets/read \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"code": "UNAUTHORIZED"
}API key (sk_live_*) — SHA256 hashed, looked up in Redis. Generate via the web app's workspace settings.
Google Sheets spreadsheet ID
A1 notation range to read
"Sheet1!A1:Z100"
Cell values as 2D array