[[["易于理解","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"]],["最后更新时间 (UTC):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"]]