NocoDB API

NocoDB auto-generates a powerful REST and GraphQL API from your existing SQL databases (MySQL, PostgreSQL, SQLite, SQL Server). It offers programmatic CRUD, filtering, pagination, metadata endpoints, webhook support, and intuitive no-code UI—ideal for low-code apps and automation.

1

Endpoints

27

Views

Jul 20, 2025

Last Checked

NaN

Rate Limit

API Endpoints

Adds a new record to a database table

Full URL

http://localhost:8080/api/v1/tables/{table}/records

Code Examples

curl -X POST 'http://localhost:8080/api/v1/tables/{table}/records' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

{
  "email": "[email protected]",
  "title": "New Customer",
  "status": "active"
}

Example Response

{
  "id": "rec123",
  "title": "New Customer",
  "created_at": "2023-07-18T15:40:00Z"
}

Version

v1

Rate Limit

200 requests/minute
Tags
databasespreadsheet
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

Self-managed

Supported Languages
JavaScript
Use Cases
internal tools
database management
https://nocodb.com/

Related APIs

Discover similar APIs that might interest you

APIfreemium

Supabase Vector API

Supabase Vector API enables developers t...

Category
Database
Endpoints
1
embeddingsvector-database
APIopen source

Qdrant Vector Search

Qdrant is an open-source vector database...

Category
Database
Endpoints
1
similarity-searchvector-database
APIopen source

TimescaleDB API

TimescaleDB is an open-source PostgreSQL...

Category
Database
Endpoints
1
databasetime-series