# Sheetsu API **Provider:** Sheetsu **Category:** developer **Base URL:** `https://sheetsu.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Based on plan **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://sheetsu.com/ ## Description Easy google sheets integration ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://sheetsu.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://sheetsu.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid. Basic $17.99/mo, Premium $28.99/mo, Advanced $57.99/mo. Google Sheets API. --- *Source: [API Map](https://apimap.dev/apis/sheetsu/) — CC BY 4.0*