Skip to content

Commit 2493782

Browse files
committed
docs: view api pricing info
Signed-off-by: Raju Udava <[email protected]>
1 parent c5457f9 commit 2493782

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

content/docs/cloud-enterprise-edition/community-vs-paid-editions.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ keywords: ['Community vs Paid', 'CE vs EE', 'Community Edition vs Enterprise Edi
107107
| | [Import to new table: CSV, XLS, JSON](/docs/product-docs/tables/create-table-via-import#import-table-from-csv--excel--json) ||| |
108108
| | [Import: Airtable](/docs/product-docs/bases/import-base-from-airtable) ||| |
109109
| | [Import to existing table](/docs/product-docs/tables/import-data-into-existing-table) ||| |
110-
| **Developers** | [Public REST API](/docs/product-docs/developer-resources/rest-apis) ||| |
110+
| **Developers** | [Core REST API](/docs/product-docs/developer-resources/rest-apis) ||| |
111+
| | [Advanced REST API](/docs/product-docs/developer-resources/rest-apis) ||| View & Collaboration APIs |
111112
| | [Swagger specification](/docs/product-docs/developer-resources/rest-apis/accessing-apis#swagger-ui) ||| |
112113
| | [API tokens](/docs/product-docs/account-settings/api-tokens) ||| |
113114
| | API token permissions || Coming soon | Q4 2025 |

content/docs/developer-resources/rest-apis/index.mdx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,19 @@ title: 'REST APIs'
33
description: 'NocoDB REST API Overview'
44
---
55

6-
Once you've created the schemas, you can manipulate the data or invoke actions using the REST APIs. We provide several types of APIs for different usages. Refer to the following links for more details:
6+
NocoDB provides a comprehensive set of REST APIs that allow you to interact programmatically with your data, metadata, and workspace resources. These APIs make it possible to integrate NocoDB with external applications, automate workflows, build custom tools, or manage your bases at scale.
77

8-
- [Meta APIs](https://meta-apis-v2.nocodb.com/)
8+
Whether you want to query records, update fields, manage tables, or retrieve metadata, NocoDB exposes clear and consistent API surfaces designed for both simple and advanced use cases. This document outlines the available API types, explains how to construct endpoints, and guides you through locating the required IDs for making requests.
99

10-
- [Data APIs](https://data-apis-v2.nocodb.com/)
10+
Use this reference as your starting point for building reliable, API-driven integrations with NocoDB.
1111

12-
You will need an API key and endpoint to use the API. The endpoint URL for hosted instances of NocoDB is in the format `https://app.nocodb.com/api/v2/tables/TABLEID/records` and `https://app.nocodb.com/api/v2/meta/bases/BASEID/info`.
12+
- [Data APIs](https://data-apis-v3.nocodb.com/)
13+
- [Meta APIs](https://meta-apis-v3.nocodb.com/)
1314

14-
- You can find a TABLEID by going to any table in NocoDB > Details > API Snippets.
15-
- You can find your BASEID by clicking the menu icon next to any database, rest APIs > and seeing the BASEID in the url.
1615

17-
Additional information on the REST APIs is provided below.
16+
<Callout type="info">**Advanced** Meta APIs related to Views and Collaboration features are available only on NocoDB Cloud Business+ plans and Self-hosted Enterprise editions.</Callout>
1817

19-
- When querying using v3 apis, see [v3 Where Clause](/docs/product-docs/developer-resources/rest-apis#v3-where-query-parameter) for a slight difference between the two version's where clause.
18+
When querying using v3 apis, see [v3 Where Clause](/docs/product-docs/developer-resources/rest-apis#v3-where-query-parameter) for a slight difference between the two version's where clause.
2019

2120

2221
## Finding Your API IDs

0 commit comments

Comments
 (0)