[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-03-06 (世界標準時間)。"],[[["The `tables.create` endpoint generates a temporary ID representing a table derived from a provided expression and output options."],["This ID can then be used with `GetTableFeatures` to retrieve the entire table data, enabling complex expressions and broader access via API keys."],["`tables.create` offers advantages over `ComputeFeatures` by avoiding pagination for complete results and allowing data access with API keys in `GetTableFeatures`."],["Authorization is required for `tables.create`, using OAuth scopes similar to `ComputeFeatures`, but `GetTableFeatures` allows access via URLs containing API keys for wider usage."]]],["`tables.create` generates an ID representing a table from an expression and output options. `GetTableFeatures` then retrieves the table data using this ID. This method is advantageous over `ComputeFeatures` because it allows full table retrieval without pagination and can be accessed via an API key. The process involves a POST request to `tables.create`, providing the expression. The ID is valid for a limited duration, and an authorized user or a public API key is needed to make calls to `GetTableFeatures`.\n"]]