Relational database meets spreadsheet — create, read, update records with rich field types and views
Connect via PincerAPI
Use our proxy to call Airtable with your PincerAPI key. No separate signup needed.
# Get instructions for Airtable
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
https://pincerapi.com/api/v1/apis/airtable/instructions
# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
"https://pincerapi.com/api/v1/connect/airtable/your/endpoint/here"Direct Setup
Endpoints
/{baseId}/{tableIdOrName}$0.0000/callList records from a table with filtering, sorting, and field selection
💡 Auth: Bearer token. filterByFormula uses Airtable formula syntax: AND({Status}="Active", {Score}>80). Pagination: pass offset from response to get next page.
/{baseId}/{tableIdOrName}$0.0000/callCreate one or more records in a table
💡 Max 10 records per request. Set typecast=true to auto-convert strings to proper field types. Auth: Bearer token.
/{baseId}/{tableIdOrName}$0.0000/callUpdate existing records (partial update)
💡 PATCH for partial update (only specified fields), PUT for full replace (clears unspecified fields). Max 10 records per request.
Related APIs in documents-productivity
Api2Convert
Online File Conversion API
apilayer pdflayer
HTML/URL to PDF
Clockify
Clockify's REST-based API can be used to push/pull data to/from it & integrate it with other systems
CloudConvert
Online file converter for audio, video, document, ebook, archive, image, spreadsheet, presentation
Cloudmersive Document and Data Conversion
HTML/URL to PDF/PNG, Office documents to PDF, image conversion
Code::Stats
Automatic time tracking for programmers