Airtable
active

Relational database meets spreadsheet — create, read, update records with rich field types and views

documents-productivityBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

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

GET/{baseId}/{tableIdOrName}$0.0000/call

List 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.

POST/{baseId}/{tableIdOrName}$0.0000/call

Create 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.

PATCH/{baseId}/{tableIdOrName}$0.0000/call

Update 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