This is a catch-all provider — any valid URL under
https://api.airtable.com is supported. Any Airtable Web API endpoint. Data plane: https://api.airtable.com/v0/{baseId}/{tableIdOrName}. Meta API: https://api.airtable.com/v0/meta/bases. Webhooks: https://api.airtable.com/v0/bases/{baseId}/webhooks. See https://airtable.com/developers/web/api/introduction for full reference. The endpoints below are curated examples.Endpoints
List records in a table. Supports filterByFormula, sort, view, and pagination.
GEThttps://api.airtable.com/v0/{base_id}/{table_id_or_name}?maxRecords=100 — Free
- SDK
- cURL
Retrieve a single record by ID.
GEThttps://api.airtable.com/v0/{base_id}/{table_id_or_name}/{record_id} — Free
- SDK
- cURL
Create one or more records in a table (up to 10 per call).
POSThttps://api.airtable.com/v0/{base_id}/{table_id_or_name} — Free
- SDK
- cURL
Update one or more records, preserving fields not included in the request.
PATCHhttps://api.airtable.com/v0/{base_id}/{table_id_or_name} — Free
- SDK
- cURL
Upsert records. Use performUpsert with fieldsToMergeOn to match on existing values.
PUThttps://api.airtable.com/v0/{base_id}/{table_id_or_name} — Free
- SDK
- cURL
Delete one or more records by ID (pass records[] query param).
DELETEhttps://api.airtable.com/v0/{base_id}/{table_id_or_name}?records[]={record_id} — Free
- SDK
- cURL
List all bases the authorized user has access to.
GEThttps://api.airtable.com/v0/meta/bases — Free
- SDK
- cURL
Get the schema (tables, fields, views) for a base.
GEThttps://api.airtable.com/v0/meta/bases/{base_id}/tables — Free
- SDK
- cURL
List webhooks registered on a base.
GEThttps://api.airtable.com/v0/bases/{base_id}/webhooks — Free
- SDK
- cURL
Register a new webhook for changes in a base.
POSThttps://api.airtable.com/v0/bases/{base_id}/webhooks — Free
- SDK
- cURL
Return information about the currently authorized user.
GEThttps://api.airtable.com/v0/meta/whoami — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests